Releases: go-playground/webhooks
Releases · go-playground/webhooks
Release 3.5.0
18 Dec 06:07
Compare
Sorry, something went wrong.
No results found
What's New?
Added parsing of label changes on issue and MR events for GitLab. Thanks @mingan for the PR
Release 3.4.0
22 Oct 16:23
Compare
Sorry, something went wrong.
No results found
What was added?
Added parse author association for GitHub comment #19 thanks @kairen
Release 3.3.1
02 Oct 02:31
Compare
Sorry, something went wrong.
No results found
What's fixed
Added Confidential Issue Events support (Gitlab)
Fixed SourceProjectID type (Gitlab)
Thanks @tulir for the pull requests!
Release 3.3.0
17 Aug 15:38
Compare
Sorry, something went wrong.
No results found
What's new?
Added Label
to GihHub's PullRequestPayload object. thanks to @samuelkarp and PR #16
Release 3.2.0
15 Jul 19:14
Compare
Sorry, something went wrong.
No results found
What new?
Added Logger
interface and webhooks.DefaultLog
in order for custom loggers to be used see #13
Added Info, Error and Debug messages for new Logger
interface and webhooks.DefaultLog
Release 3.1.1
04 May 19:06
Compare
Sorry, something went wrong.
No results found
What was fixed?
Added Sha
to PushPayload
thanks @rakeshbala for pull request #12
Release 3.1.0
27 Apr 23:28
Compare
Sorry, something went wrong.
No results found
What was added?
Add handler support to allow use of webhooks with your own Mux
which resolves #9
Release 3.0.1
22 Apr 11:32
Compare
Sorry, something went wrong.
No results found
What was fixed?
corrected gopkg.in references for some reason it was pointing at an old version
Release 3.0.0
22 Apr 02:20
Compare
Sorry, something went wrong.
No results found
What's new?
Initial Release of Version 3
Updated to latest GitHub Webhooks Fixes #8
Updated to latest BitBucket Webhooks
Updated int to int64 to avoid any chance of overflow
Added missing event from GitHub & BitBucket
Some Spelling corrections Fixes #7
Release 2.1.0
08 Apr 15:46
Compare
Sorry, something went wrong.
No results found
What was added?
Added GitLab
support; full thanks goes to @nakatanakatana for adding GitLab support in a fork which was migrated in.