Releases: alexdlaird/pyngrok
Releases · alexdlaird/pyngrok
7.2.1
7.2.0
Added
- Build and stability improvements.
- Test cases for TLS tunnels, and other test improvements.
Changed
conf.DEFAULT_NGROK_PATH
defaults to installing the binary alongsidengrok
's configs rather than alongside the
code (putting the binary in thevenv
can cause odd behavior, or security concerns).
7.1.6
Added
- Build and stability improvements.
7.1.5
7.1.4
Added
- Build and style improvements.
Removed
conf.VERSION
, moved all version information topyngrok/__init__.py
. Get package version withfrom pyngrok import __version__
instead.
7.1.3
Added
- Build improvements.
Changed
- Renamed
make check-style
tomake check
.
7.1.2
Added
- Relative dependency pinning in
pyproject.toml
. - Style and stability improvements (check
flake8
withmake check-style
).
Removed
requirements.txt
files to streamline in topyproject.toml
.
7.1.1
Added
- Migrated to
pyproject.toml
. - Fix for instability from an
ngrok
binary change. - Test improvements.
7.1.0
Added
- Documentation improvements.
- Test improvements.
Removed
- Support for 3.6 and 3.7. To use
pyngrok
with Python 3.7 or lower, pinpyngrok<7.1
.
7.0.5
Fixed
- Test improvements, suite now respects
NGROK_AUTHTOKEN
for all necessary tests (skipped if not set, rather than tests failing).