Skip to content

Releases: go-playground/webhooks

Release v4.1.0

16 Jul 03:50
866b461
Compare
Choose a tag to compare

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
e4aa8cb
Compare
Choose a tag to compare

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
8ffb2ff
Compare
Choose a tag to compare

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
Choose a tag to compare

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
5580947
Compare
Choose a tag to compare

What's new?

Added support for pull request labels, see #28 Thanks @rtnpro for the PR!

Release 3.10.0

21 Mar 15:14
f2acbcd
Compare
Choose a tag to compare

What's new?

corrected type for PullRequestCommentDeletedEvent see PR #27 Thanks @lukepatrick

Release 3.9.0

19 Mar 15:43
1b6492c
Compare
Choose a tag to compare

What's new?

Added RequestedReviewers to GitHub PullRequestPayload thanks for the PR @kuiro5!

Release 3.8.0

23 Feb 13:12
c271ec3
Compare
Choose a tag to compare

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
3667088
Compare
Choose a tag to compare

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
9494e43
Compare
Choose a tag to compare

What was added?

Added GitHub:

  • InstallationEvent
  • IntegrationInstallationEvent
  • PingEvent

Thanks @pombeirp for the PR!