Releases: go-playground/webhooks
Releases · go-playground/webhooks
Release v4.1.0
What's new?
Add owner fields to the PushPayload
, see PR #36 for details, thanks @binkkatal for the PR!
Release 4.0.0
Release 3.13.0
What was added?
Handling of Payload
as an Object instead of a string, see #33 for details; thanks @kishorenc for the PR!
Release 3.12.0
Release 3.11.0
Release 3.10.0
What's new?
corrected type for PullRequestCommentDeletedEvent
see PR #27 Thanks @lukepatrick
Release 3.9.0
What's new?
Added RequestedReviewers to GitHub PullRequestPayload thanks for the PR @kuiro5!
Release 3.8.0
What's new?
Updated bitbucket to allow for an empty uuid. Thanks @lukepatrick for the PR!
see #25 for details.
Release 3.7.0
What was added/updated?
Added project and Repository to Gitlab MergeRequestEvent payload, Thanks @lukepatrick for the PR
Release 3.6.0
What was added?
Added GitHub:
- InstallationEvent
- IntegrationInstallationEvent
- PingEvent
Thanks @pombeirp for the PR!