Releases: alexdlaird/pyngrok
Releases · alexdlaird/pyngrok
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).
7.0.4
Added
- If a value for
PyngrokConfig.auth_token
is not set, it will attempt to use the environment variableNGROK_AUTHTOKEN
if it is set. - Documentation improvements.
- Build improvements.
7.0.3
Added
- Build improvements, including
wheel
support.
7.0.2
Changed
pyngrok
to no longer install the config file in a legacy location, now respectsngrok
's default locations.
Fixed
- Build improvements.
7.0.1
Added
- Documentation improvements.
7.0.0
Added
- Support for Python type hints.
- Documentation improvements.
Changed
- Moved
NgrokLog
frompyngrok.process
topyngrok.log
.
Removed
- Support for Python 3.5. To use
pyngrok
with Python 3.5, pinpyngrok<7
.
6.1.2
Added
- Documentation improvements.
Fixed
- Minor bugs.
6.1.0
Added
- Support for
labels
, songrok
's Labeled Tunnel Configuration is now supported, which enables basic support forngrok
's Edge. api_key
toPyngrokConfig
, which can be set sopyngrok
can interface with Edges when usinglabels
.- ngrok.api_request() now takes an
auth
param, so it can now be used to pass theBearer
token tongrok
's API. id
to NgrokTunnel.- Documentation improvements.
- Test improvements.
6.0.0
Changed
- Default installer behavior to download
ngrok
v3 by default. - Documentation updates.
- Test updates.