Skip to content

Releases: gbv/github-webhook-handler

GitHub Webhook Handler v2.3.11

13 Nov 11:45
b4bebe0
Compare
Choose a tag to compare
  • 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

26 Sep 09:17
3a525f1
Compare
Choose a tag to compare
  • Update dependencies.
  • Update README.
  • Update release workflow/script.

Full Changelog: v2.3.9...v2.3.10

GitHub Webhook Handler v2.3.9

17 Sep 10:18
9fa08bc
Compare
Choose a tag to compare
  • 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

24 Jun 09:13
b970d42
Compare
Choose a tag to compare

Full Changelog: v2.3.7...v2.3.8

GitHub Webhook Handler v2.3.7

06 Mar 08:47
2f3989c
Compare
Choose a tag to compare
  • 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.

Full Changelog: v2.3.6...v2.3.7

GitHub Webhook Handler v2.3.6

08 Dec 10:33
ead87f0
Compare
Choose a tag to compare
  • 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

05 Dec 08:47
fae5cd0
Compare
Choose a tag to compare
  • 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

29 Nov 10:29
a70774f
Compare
Choose a tag to compare
  • Enable Deno compatibility.

Full Changelog: v2.3.3...v2.3.4

GitHub Webhook Handler v2.3.3

15 Nov 09:25
52323ae
Compare
Choose a tag to compare
  • 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

15 Nov 09:18
4c14753
Compare
Choose a tag to compare
  • Improve signature verification code.

Full Changelog: v2.3.1...v2.3.2