Releases: alexdlaird/hookee
Releases · alexdlaird/hookee
1.0.0
Added
- Additional
ngrok
passthrough args:hostname
andhost_header
. - Documentation improvements.
Fixed
- When calling
update-config
, dashes-
are converted to underscores_
to match the config. - Stability improvements.
0.0.12
Added
- Stable test suite.
Changed
- Replaced
response_json
andresponse_xml
plugins withresponse_echo
plugin. - Renamed
--list-plugins
to--available-plugins
.
Fixed
- Stability improvements.
- Documentation improvements.
0.0.8
Added
- Usage examples to documentation.
- Plugin development documentation.
--request
and--content-type
args to pass response body data directly from the CLI without the need for a plugin or script.
Changed
- Replaced underscores with dashes in CLI args.
- Renamed
--request
CLI arg to--request-script
. - Renamed
--response
CLI arg to--response-script
. - Renamed
last_request
config torequest_script
. - Renamed
last_response
config toresponse_script
.
Fixed
- Documentation improvements.
0.0.7
Added
- Additional
ngrok
passthrough args:region
,subdomain
, andauth
. list-plugins
andenabled-plugins
to the CLI.--request
to the CLI, a Python script whoserun(request)
method will be called by the default/webhook
after all request plugins have run.--response
to the CLI, s Python script whoserun(request, response)
method will be called by the default/webhook
after all response plugins have run.- Better console output.
- API documentation.
Changed
- Combined config-related CLI commands into single command,
set-config KEY VALUE
.
Fixed
- Stability improvements.
0.0.6
Fixed
- Default config file was not being included in previous packages.
0.0.3
Added
- Console output during server/tunnel startup.
- POC implementation of colorful, more organized output.
0.0.2
Added
Manager
to handle state of the Flask server,pyngrok
, tunnel, etc.- POC implementation to dynamically pull in blueprints, request/response processing, etc.
- README improvements for basic usage.