Releases: gbv/github-webhook-handler
Releases · gbv/github-webhook-handler
GitHub Webhook Handler v2.3.11
- Add hardcoded exclusion of "gh-pages" branch when no ref specified.
- Update dependencies.
Full Changelog: v2.3.10...v2.3.11
GitHub Webhook Handler v2.3.10
- Update dependencies.
- Update README.
- Update release workflow/script.
Full Changelog: v2.3.9...v2.3.10
GitHub Webhook Handler v2.3.9
- Update dependencies.
- Update linting setup.
- Acknowleddge ping events if webhooks for the repository exist.
Full Changelog: v2.3.8...v2.3.9
GitHub Webhook Handler v2.3.8
- Improve compatibility with https://github.com/distributhor/workflow-webhook.
- Update dependencies.
Full Changelog: v2.3.7...v2.3.8
GitHub Webhook Handler v2.3.7
- Add experimental, undocumented option
delay
that delays execution of a webhook.- Value will be parsed by
parseInt
, so values will be rounded. - Parsed value will be given to the system's
sleep
command.
- Value will be parsed by
Full Changelog: v2.3.6...v2.3.7
GitHub Webhook Handler v2.3.6
- Add log level "verbose" that does not log full body of unmatched requests.
- Adjust logging of unmatched requests.
Full Changelog: v2.3.5...v2.3.6
GitHub Webhook Handler v2.3.5
- Improve output logging
- Always log full output (stdout and stderr) on error or with verbosity=all.
- Add exit code or signal when process failed.
- Update dependencies.
Full Changelog: v2.3.4...v2.3.5
GitHub Webhook Handler v2.3.4
- Enable Deno compatibility.
Full Changelog: v2.3.3...v2.3.4
GitHub Webhook Handler v2.3.3
- Don't require request body.
- This allows webhooks with no filters to be run on an empty request.
Full Changelog: v2.3.2...v2.3.3
GitHub Webhook Handler v2.3.2
- Improve signature verification code.
Full Changelog: v2.3.1...v2.3.2