Skip to content

Releases: go-playground/webhooks

Release 3.4.0

22 Oct 16:23
Compare
Choose a tag to compare

What was added?

Added parse author association for GitHub comment #19 thanks @kairen

Release 3.3.1

02 Oct 02:31
Compare
Choose a tag to compare

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

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

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

What was fixed?

Added Sha to PushPayload thanks @rakeshbala for pull request #12

Release 3.1.0

27 Apr 23:28
Compare
Choose a tag to compare

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

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

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

What was added?

Added GitLab support; full thanks goes to @nakatanakatana for adding GitLab support in a fork which was migrated in.

Release 2.0.0

21 Oct 00:09
Compare
Choose a tag to compare

v2 released

  • updated ProcessPayloadFunc to also accept the http Headers from the request allowing users to grab other important information not directly contained within the payload like the header X-GitHub-Delivery, see #2 for details.

Thanks @alrs for the pull request.