Releases: gbv/github-webhook-handler
Releases · gbv/github-webhook-handler
GitHub Webhook Handler v2.3.1
- Use user's home folder as default for "path" in webhooks.
- This makes sure commands are run even if "path" is not given.
Full Changelog: v2.3.0...v2.3.1
GitHub Webhook Handler v2.3.0
- Support providing secret via environment variable
WEBHOOK_SECRET
. - Update dependencies.
Full Changelog: v2.2.6...v2.3.0
GitHub Webhook Handler v2.2.6
- Release Check: Minor version update will also block the execution if major version is still
0
.
Full Changelog: v2.2.5...v2.2.6
GitHub Webhook Handler v2.2.5
- Fix issue with generation signature from request body (use raw body instead of stringified JSON body).
- Adjust error codes and messages.
Full Changelog: v2.2.4...v2.2.5
GitHub Webhook Handler v2.2.4
- Add error codes when no match was found or signature was invalid (see README).
Full Changelog: v2.2.3...v2.2.4
GitHub Webhook Handler v2.2.3
- Add more logging.
- Log unmatched requests under level "all".
- Log requests with invalid signature under level "warn".
Full Changelog: v2.2.2...v2.2.3
GitHub Webhook Handler v2.2.2
- Log stdout if error occurs.
- Log success message for successful command execution.
Full Changelog: v2.2.1...v2.2.2
GitHub Webhook Handler v2.2.1
- Add
verbosity
option to control logging.- Setting
verbosity
toall
(either globally or for a specific webhook) will now also log standard output of an executed command.
- Setting
Full Changelog: v2.2.0...v2.2.1
GitHub Webhook Handler v2.2.0
- Add random ID to log outputs.
- Log errors for exectuted commands.
- Experimental feature: Allow skipping signature validation for certain webhooks (see docs).
Full Changelog: v2.1.2...v2.2.0
GitHub Webhook Handler v2.1.2
- Fix issue that broke release handling.
Full Changelog: v2.1.1...v2.1.2