Releases: go-playground/webhooks
Releases · go-playground/webhooks
Release v4.1.0
16 Jul 03:50
Compare
Sorry, something went wrong.
No results found
What's new?
Add owner fields to the PushPayload
, see PR #36 for details, thanks @binkkatal for the PR!
Release 4.0.0
28 Jun 19:51
Compare
Sorry, something went wrong.
No results found
What's new?
v4 only changes the logging interface to accept interface rather than string, but because it was a potential breaking change bumping as a major version change.
see #32 for more details; thanks @c-brooks for the PR!
Release 3.13.0
28 Jun 19:34
Compare
Sorry, something went wrong.
No results found
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
08 May 14:59
Compare
Sorry, something went wrong.
No results found
What's new?
Add support for Gogs
webhooks see PR #29 thanks @naiba for the PR!
P.S. looking for some help adding tests for Gogs
Release 3.11.0
08 Apr 16:18
Compare
Sorry, something went wrong.
No results found
What's new?
Added support for pull request labels, see #28 Thanks @rtnpro for the PR!
Release 3.10.0
21 Mar 15:14
Compare
Sorry, something went wrong.
No results found
What's new?
corrected type for PullRequestCommentDeletedEvent
see PR #27 Thanks @lukepatrick
Release 3.9.0
19 Mar 15:43
Compare
Sorry, something went wrong.
No results found
What's new?
Added RequestedReviewers to GitHub PullRequestPayload thanks for the PR @kuiro5 !
Release 3.8.0
23 Feb 13:12
Compare
Sorry, something went wrong.
No results found
What's new?
Updated bitbucket to allow for an empty uuid. Thanks @lukepatrick for the PR!
see #25 for details.
Release 3.7.0
15 Feb 15:25
Compare
Sorry, something went wrong.
No results found
What was added/updated?
Added project and Repository to Gitlab MergeRequestEvent payload, Thanks @lukepatrick for the PR
Release 3.6.0
19 Jan 16:55
Compare
Sorry, something went wrong.
No results found
What was added?
Added GitHub:
InstallationEvent
IntegrationInstallationEvent
PingEvent
Thanks @pombeirp for the PR!