Releases: go-playground/webhooks
Releases · go-playground/webhooks
Release v5.16.0
Release v5.15.0
Release v5.14.0
What's new?
- Fixed pipeline hook for GitLab >= 12.3 PR
- Added changes field in to PullRequestPayload of GitHub, thanks @yinxulai for the PR
- Added missing ID for Project, missing UserUserName for PushEventPayload & TagEventPayload, thanks @marcinwyszynski for the PR
Release v5.13.0
What's new?
- Added support for GitHub event integration_installation_repositories, thanks @BlizzTom for the PR
- Added
Installation
to theReleasePayload
for github, thanks @pavelgnom for the PR - Added GitHub meta event/payload, thanks @luca-moser for the PR
Release v5.12.0
What's new?
- Updated GitHub
Position
to be a struct, thanks @maguro for the PR - Added installation ID to the GitHub pull request payloads, thanks @hatstand for the PR
- Updated BitBucket Owner payload, thanks @ilteristabak for the PR
- Move
node_id
field from status to status.commit in StatusEvent, thanks @riley-martine for the PR