Releases: go-playground/webhooks
Release 5.7.0
What's new?
An exciting array of new features, a huge shout out to the community for the support!
- [GitHub] Added
RequestedReviewer
to the GitHub Pull Request payload in PR, thanks @hatstand! - [GitHub] Added
Repository
andSender
to the GitHubPing
payload in PR, thanks @hatstand! - [GitHub] Added new GitHub
Check Runs
andCheck Suite
events in PR, thanks @garretua! - [Gitlab] Added ability to parse
System Webhooks
in PR, thanks @Munsio! - [Bitbucket Server] Add support for
BitBucket Server
, which is not the same as the online version, in PR, thanks @goober!
Release 5.6.0
Release 5.5.0
What's new?
Add installation_repositories
Github Event, thanks @emaincourt for the PR
Release 5.4.0
What's new?
Added receiving docker hub notification of automated build from https://docs.docker.com/docker-hub/webhooks/ in this PR, thanks @bnfinet for the PR!
Release 5.3.0
What's new?
Added Assignee and Assignee's to Github Issue payloads in this PR Thanks @pieterlexis for the PR!
Release 5.2.0
What's new?
Added Assignees
to the PullRequest
payload, thanks @pieterlexis for the PR
Release 5.1.1
Release 5.1.0
What was changed?
Updated Bitbucket to only verify UUID when it's set on the hook itself, resolves #43
Release 5.0.0
What's new
This library used to run an HTTP server on your behalf, the v5 release changes this behaviour.
In v5 webhooks are used like a library so that you can handle your own logging, http server & handlers, multiple webhooks support,... see the examples for details.