File webhook.changes of Package webhook
-------------------------------------------------------------------
Sun Dec 6 13:43:01 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.0
Enhancements
* Add option to send raw request body to command (#486)
* Add soft signature failure support (#485)
* Add support for slashes in hook IDs (#484)
* Add request source (#479)
* Transition payload hash option names to hmac (#461)
* Log stdlib error on failed exec.LookPath (#460)
* Return JSON format when referenced value is not a simple
type enhancement (#448)
* Update ExtractParameterAsString to return JSON on complex
types (#449)
* Add support for top-level JSON array in payload (#446)
Bugfixes
* Fix OrRule logic on parameter lookup failures (#472)
* Bugfix/require go14 (#445)
* Tighten file permissions on pidfile creation (#431)
* Fix request dumper (#426)
Internal & Documentation updates
* Add string parameter example to docs (#489)
* Move some request parsing into hook package (#477)
* Document YAML support (#463)
* Add Request object to hook package to simplify API proposal
(#462)
* Add a table of contents to some of the docs (#447)
-------------------------------------------------------------------
Tue May 19 18:29:41 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Initial package, version 2.7.0