Releases: go-playground/webhooks
Releases · go-playground/webhooks
v6.4.0
What's Changed
- chore: update Go version to 1.17 by @robinlieb in #182
- add Installation struct to WorkflowJobPayload by @veziak in #185
- feat: implement gitlab release webhook by @xNok in #174
- chore: the gitlab merge request payload is outdated by @xNok in #186
- Update github to use sha256 signature by @ammario in #173
- fix: added
created_at
to WorkflowJobPayload by @ponkio-o in #195 - Adds CodeScanningAlertEvent by @ffeldmann in #189
- Add azure basic auth verification by @raulcabello in #191
- chore: add draft to gitlab merge-request-event payload by @xNok in #190
New Contributors
- @veziak made their first contribution in #185
- @xNok made their first contribution in #174
- @ammario made their first contribution in #173
- @ponkio-o made their first contribution in #195
- @ffeldmann made their first contribution in #189
- @raulcabello made their first contribution in #191
Full Changelog: v6.3.0...v6.4.0
Release 6.3.0
Release 6.2.0
What's new?
Added initial Azure Devops in this PR
Release 6.1.0
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
Fix time parsing issue.
Release v6.0.0-rc.1
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
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
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
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.
Release v5.17.0
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.