Releases: alexdlaird/pyngrok
Releases · alexdlaird/pyngrok
4.1.7
Fixed
TypeError
exception when aNgrokLog
parses a string that contains a missing or malformedlvl
. Default is nowNOTSET
in such cases.
4.1.6
Added
start_new_process
is a new configuration parameter inPyngrokConfig
, which will be passed to subprocess.Popen whenngrok
is started. Requires Python 3 and POSIX.
Fixed
- Documentation improvements in integration examples.
4.1.5
Fixed
- Appears
ngrok
itself has a bug around not properly escaping characters in tunnel names, so avoiding this bug for fileserver tunnels by substituting their name.
4.1.4
Fixed
- Inconsistent support for a local directory (ex.
file:///
) being passed asngrok.connect()
'sport
. This is valid, andngrok
will use its built-in fileserver for the tunnel.
4.1.3
Fixed
- Issue where
NgrokLog
did not properly split on just the first=
character when parsing a log.
4.1.2
Fixed
- Python 2 compatibility issue with download progress bar.
4.1.1
Fixed
- Stability improvements.
- Documentation improvements.
4.1.0
Added
- Progress bar when
ngrok
is being downloaded and installed for the first time. - Version number displayed in CLI's
--help
. installer.install_ngrok()
andinstaller._download_file()
now accept**kwargs
, which are passed down to urllib.request.urlopen, and updated the documentation.
Fixed
- Documentation improvements.
4.0.3
Fixed
- Build improvements.
4.0.2
Added
- PyPI package classifiers.
Fixed
- Build improvements.