Releases: go-playground/webhooks
Releases · go-playground/webhooks
Release 3.5.0
Release 3.4.0
Release 3.3.1
What's fixed
- Added Confidential Issue Events support (Gitlab)
- Fixed SourceProjectID type (Gitlab)
Thanks @tulir for the pull requests!
Release 3.3.0
What's new?
Added Label
to GihHub's PullRequestPayload object. thanks to @samuelkarp and PR #16
Release 3.2.0
What new?
- Added
Logger
interface andwebhooks.DefaultLog
in order for custom loggers to be used see #13 - Added Info, Error and Debug messages for new
Logger
interface andwebhooks.DefaultLog
Release 3.1.1
What was fixed?
Added Sha
to PushPayload
thanks @rakeshbala for pull request #12
Release 3.1.0
What was added?
Add handler support to allow use of webhooks with your own Mux
which resolves #9
Release 3.0.1
What was fixed?
corrected gopkg.in references for some reason it was pointing at an old version
Release 3.0.0
Release 2.1.0
What was added?
Added GitLab
support; full thanks goes to @nakatanakatana for adding GitLab support in a fork which was migrated in.