Skip to content

Releases: go-playground/webhooks

Release 5.6.0

12 Feb 15:07
a1051fd
Compare
Choose a tag to compare

What's new?

  • Added label to the github IssuesPayload, thanks @mkumatag for the PR
  • Added in_repl_to_id for the PullRequestReviewCommentEvent, thanks @sakoken for the PR

Release 5.5.0

09 Jan 04:23
dee47c0
Compare
Choose a tag to compare

What's new?

Add installation_repositories Github Event, thanks @emaincourt for the PR

Release 5.4.0

08 Dec 15:46
80aa7fa
Compare
Choose a tag to compare

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

21 Nov 16:04
26ca2ef
Compare
Choose a tag to compare

What's new?

Added Assignee and Assignee's to Github Issue payloads in this PR Thanks @pieterlexis for the PR!

Release 5.2.0

04 Nov 15:06
dfc330f
Compare
Choose a tag to compare

What's new?

Added Assignees to the PullRequest payload, thanks @pieterlexis for the PR

Release 5.1.1

24 Oct 19:40
24279cc
Compare
Choose a tag to compare

What was fixed?

Added runner struct to Gitlab build payload that was causing an issue for some users, see the PR for more details, thanks @xackery for the PR!

Release 5.1.0

09 Aug 19:31
3fda9e7
Compare
Choose a tag to compare

What was changed?

Updated Bitbucket to only verify UUID when it's set on the hook itself, resolves #43

Release 5.0.0

04 Aug 06:10
Compare
Choose a tag to compare

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.

Release 4.1.1

20 Jul 14:03
adb9187
Compare
Choose a tag to compare

What was fixed?

Added installation to GitHub PushPayload see PR #38 for details, thanks @bafko for the PR!

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!