alexdlaird / pyngrok

A Python wrapper for ngrok
https://pyngrok.readthedocs.io
MIT License
421 stars 59 forks source link

RC for 4.2.0 #68

Closed alexdlaird closed 3 years ago

alexdlaird commented 3 years ago

The next release, 5.0.0, contains breaking changes, including dropping support for Python 2.7. 4.2.x is meant to ease migration between 4.1.x and 5.0.0 and should not be pinned, as it will not be supported after 5.0.0 is released. To prepare for these breaking changes, see the changelog below. To avoid these breaking changes altogether, or if Python 2.7 support is still needed, pin pyngrok>=4.1,<4.2.

Added

codecov[bot] commented 3 years ago

Codecov Report

Merging #68 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #68   +/-   ##
========================================
  Coverage    94.72%   94.72%           
========================================
  Files            5        5           
  Lines          512      512           
========================================
  Hits           485      485           
  Misses          27       27           
Impacted Files Coverage Δ
pyngrok/installer.py 95.90% <ø> (ø)
pyngrok/ngrok.py 91.66% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 21203c5...0baac39. Read the comment docs.