Releases: alexdlaird/pyngrok
Releases · alexdlaird/pyngrok
7.2.3
Added
- Support for
ngrok
config version 3. - ngrok.set_api_key() to allowing setting the API key in the
ngrok
config file. - If no value for
PyngrokConfig.api_key
, it will attempt to use the environment variableNGROK_API_KEY
if it is set.
7.2.2
Added
- Test improvements.
Changed
- Permission for installed binary to limit execute to user.
7.2.1
Added
- Include SSL handshake failures in installer retry logic.
- Documentation improvements update links to
ngrok
's documentation.
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.