Releases: alexdlaird/pyngrok
Releases · alexdlaird/pyngrok
7.5.0
Removed
- Removed support for
ngrokEdges, as they are deprecated byngrokand will be sunset December 31st, 2025. See this issue for more details.
7.4.1
Added
- Support for
XDG_CONFIG_HOME.
7.4.0
Changed
- As of
ngrokAgent 3.29.0, two tunnels cannot have the same name (and this includes tunnel's defined in the config, even if they are not started). As such, whennameis given and matches a tunnel defined in the config,pyngrokwill append "-api" to the tunnel's name when starting it.
7.3.0
Removed
- Support for Python 3.8.
7.2.12
Added
- Support for
s390x,ppc64, andppc64learchitectures.
7.2.11
Added
- Build and stability improvements.
- Documentation improvements.
7.2.9
Added
- Support for MSYS2's
mingwwhen installing the agent. Likecygwin, it is mapped to its corresponding Windows binary. - Windows ARM 64-bit support.
- FreeBSD ARM support.
- Build and stability improvements.
- Documentation improvements.
Removed
cygwinfrom dict ofPLATFORMS, since the installer can just map to its corresponding Windows CDN value instead.
7.2.8
Added
ngrok.api(), allowingapicommands to be executed from the agent.- Agent interface, which provides access to Captured Requests and agent status.
- Stability and logging improvements.
- Documentation improvements.
7.2.7
Added
stderris now sent tostdoutin capture_run_process().- Stability improvements around concurrency.
- Documentation improvements.
- Test improvements.
7.2.5
Added
- Deprecation warning when using Labeled Tunnels, since
ngrokEdges will be sunset December 31st, 2025. See this issue for more details. - Documentation improvements.
- Build improvements.