Releases: alexdlaird/hookee
Releases · alexdlaird/hookee
2.3.7
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.
2.3.2
Added
- Build improvements.
Changed
- Renamed
make check-style
tomake check
.
2.3.1
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
.
2.3.0
Added
- Support for Flask > 1.x.
authtoken
command to set token value in config from CLI.
Fixed
- Documentation improvements.
Removed
- Pinned dependencies of
MarkupSafe
,Jinja2
,itsdangerous
,werkzeug
, now that Flask 2.x and 3.x are supported.
2.2.5
Fixed
- Broken version string on CLI.
- Inconsistent version pinning.
2.2.4
Added
- Migrated to
pyproject.toml
.