Skip to content

Releases: go-playground/webhooks

Release v5.16.0

11 Nov 19:33
30fb8f8
Compare
Choose a tag to compare

What's new?

  • GitLab: Add labels array in MergeRequestEventPayload, thanks @takirala for the PR

Release v5.15.0

17 Jul 16:03
b616136
Compare
Choose a tag to compare

What's new?

  • Add support for pr:from_ref_updated event for Bitbucket Server, thanks @chhsia0 for the PR
  • Add support of handling GitLab hooks in different way, thanks @aritas1 for the PR

Release v5.14.0

02 May 14:20
7a4edfc
Compare
Choose a tag to compare

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

24 Aug 16:57
2845fba
Compare
Choose a tag to compare

What's new?

  • Added support for GitHub event integration_installation_repositories, thanks @BlizzTom for the PR
  • Added Installation to the ReleasePayload for github, thanks @pavelgnom for the PR
  • Added GitHub meta event/payload, thanks @luca-moser for the PR

Release v5.12.0

10 Jul 15:22
2c25dbc
Compare
Choose a tag to compare

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

Release v5.11.0

23 May 14:53
1751865
Compare
Choose a tag to compare

What's new?

Added GitHub repository vulnerability alert, thanks @v4lproik for the PR

Release 5.10.1

20 May 20:35
6edb377
Compare
Choose a tag to compare

What was fixed?

Corrected Gitlab supplying Builds and not Jobs, thanks @maguro for the PR

Release 5.10.0

19 May 05:53
2b63b48
Compare
Choose a tag to compare

What's new?

  • Added GitHub node_id fields, thanks @geeknoid for the PR
  • Added Gitlab Job Events, thanks @iladin for the PR

Release 5.9.0

30 Apr 14:58
d228b48
Compare
Choose a tag to compare

What's new?

Added GitHub Security Advisory Event + Payload in PR, thanks @hatstand!

Release 5.8.0

14 Apr 16:38
0f4713c
Compare
Choose a tag to compare

What's new?

  • Added requested team to the GitHub pull request payload in PR, thanks @hatstand for the PR!