Releases: alexdlaird/hookee
Releases · alexdlaird/hookee
2.2.4
Added
- Migrated to
pyproject.toml
.
2.2.3
Added
- Build improvements.
2.2.2
Added
- Build improvements.
2.2.1
Added
- Build improvements.
2.2.0
Remove
- Support for Python 3.7 and below.
2.1.1
Added
- If a value for
auth_token
is not set inConfig
, it will attempt to use the environment variableNGROK_AUTHTOKEN
if it is set. - Build improvements.
2.1.0
Added
- Build improvements, including
wheel
support.
Changed
- Bumped
pyngrok
version required to >7.0.0.
Removed
- Support for Python 3.5.
2.0.8
Changed
- Use
parseString
fromdefusedxml
instead ofxml.dom.minidom
for improved security.
2.0.7
2.0.6
Fixed
- Build improvements.