Skip to content

Releases: go-playground/webhooks

Release 6.3.0

10 Aug 05:04
aa8d8a0
Compare
Choose a tag to compare

What's new?

  • Added Azure DevOps git push event this PR
  • Added missing fields to GitLab PipelineObjectAttributes this PR
  • Added installation struct in multiple GitHub payloads this PR

Release 6.2.0

13 Jul 14:46
c4072b5
Compare
Choose a tag to compare

What's new?

Added initial Azure Devops in this PR

Release 6.1.0

21 May 15:23
69430a8
Compare
Choose a tag to compare

What's new?

  • Added gitea webhook support with this PR
  • Added GitHub Repository edited, renamed and transfer events in this PR
  • Added GitLab FailureReason support in this PR
  • Fixed GitHub typo in payload struct with this PR
  • Added support for GitLag BuildQueueDuration in this PR
  • Made GitLag verification constant time in this PR
  • Add GitHub dependant Alert event in this PR
  • Added GitLag system hooks in this PR
  • Add support for GitLab assignees in this PR
  • Add GitHub App Authorization Event in this PR
  • Added GitLag Deployment Event in this PR
  • Added GitLag confidential comments support n this PR
  • Fixed GitLab project json tag in this PR
  • Update README and typos in this PR

Release 6.0.1

30 Apr 05:01
4f72f9c
Compare
Choose a tag to compare

Fix time parsing issue.

Release v6.0.0-rc.1

16 Nov 17:03
9c954e2
Compare
Choose a tag to compare

What's new?

  • Github: Add missing "private" member to repositories in installation event, thanks @gsaraf for the PR
  • GitLab: Add id and email in gitlab user, thanks @faldez for the PR
  • GitHub: Add "Runner" to BuildEventPayload struct, thanks @thedemoncat for the PR
  • GitHub: Added GitHub deploy_key Event, thanks @ptu for the PR
  • GitHub: Implement github workflow events (Dispatch, Job, Run), thanks @dvonthenen for the PR and @tohjustin for review

Release v6.0.0-beta.3

03 May 20:56
3c38273
Compare
Choose a tag to compare

What's new?

  • Github: Added Installation struct to CheckSuitePayload and CheckRunPayload, thanks @juliojimenez for the PR
  • GitLab: Added assignees list to merge request payload, thanks @riyadhalnur for the PR

Release v6.0.0-beta.2

21 Jan 16:26
cd70db9
Compare
Choose a tag to compare

BREAKING CHANGES

  • Now webhooks is go modules compatible, you should use go get -u github.com/go-playground/webhooks/v6
  • Changing duration types from int64 to float64, thanks @shaheed121 for the PR
  • Add handling for job hooks with build payloads, thanks @zrochler for the PR

Release v6.0.0-beta.1

09 Jan 00:13
e6bb8aa
Compare
Choose a tag to compare

BREAKING CHANGES

This is the first beta version of new v6 release tree. This version will introduce some breaking changes, comparing to the v5 branch. Finally v6 will be released in the nearest time after some review of additional possible fixes.

  • Modify Gitlab Job and Pipeline events, thanks @shaheed121 for the PR
  • Fix old typo, thanks @wasphin for the PR
  • GitHub child team payload support, thanks @tjrivera for the PR

Release v5.17.0

04 Jan 23:39
Compare
Choose a tag to compare

What's new?

  • Github: Added missing ProjectURL field in ProjectCardPayload, thanks @DrMagPie for the PR
  • Added support draft pull request for GitHub, thanks @wrewolf for the PR
  • Added changes field in to IssuesPayload and IssueCommentPayload of GitHub, thanks @yinxulai for the PR

Important note

Probably it will be the last v5 release before breaking changes and v6 version of the library.

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