Releases: alexdlaird/hookee
Releases · alexdlaird/hookee
2.3.12
2.3.11
Removed
- Support for Python 3.8.
2.3.10
Added
- Stability improvements.
2.3.9
Added
- Dependency and documentation improvements.
2.3.8
Added
- Added
tunnel_name
parameter to theConfig
, which can be used to tellngrok
to use a definition from its config file when starting a tunnel. - Added
ngrok
'sapi_key
to theConfig
. If not set inConfig
, it will attempt to use the environment variableNGROK_API_KEY
if it is set. - Documentation improvements.
2.3.7
Added
--default-route
can be regex pattern, allowing for more flexible route matching.ngrok
tunnel can now be disabled by passing--no-tunnel
to CLI.
Fixed
- CLI arg
--host_header
is now--host-header
, matching other args.
2.3.6
Added
- Let the default route (
/webhook
) be set in the config withdefault_route
or passed via the CLI with--default-route
.
2.3.5
Added
- Added support for
ngrok
v3 parametersdomain
andbasic_auth
. Backwards compatible with legacy parametershostname
andauth
. - Build improvements.
2.3.4
Added
- Build and stability improvements.
2.3.3
Added
- Build and style improvements.
Removed
conf.VERSION
, moved all version information tohookee/__init__.py
. Get package version withfrom hookee import __version__
instead.