webhooks

Webhook receiver for GitHub, Bitbucket, GitLab, Gogs

MIT License

Stars
951
Committers
77

Bot releases are hidden (Show)

webhooks - v6.4.0 Latest Release

Published by robinlieb 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/go-playground/webhooks/compare/v6.3.0...v6.4.0

webhooks - Release 6.3.0

Published by robinlieb about 1 year ago

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
webhooks - Release 6.2.0

Published by deankarn over 1 year ago

What's new?

Added initial Azure Devops in this PR

webhooks - Release 6.1.0

Published by deankarn over 1 year ago

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
webhooks - Release 6.0.1

Published by deankarn over 2 years ago

Fix time parsing issue.

webhooks - Release v6.0.0-rc.1

Published by Toshik1978 almost 3 years ago

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
webhooks - Release v6.0.0-beta.3

Published by Toshik1978 over 3 years ago

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
webhooks - Release v6.0.0-beta.2

Published by Toshik1978 over 3 years ago

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
webhooks - Release v6.0.0-beta.1

Published by Toshik1978 almost 4 years ago

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
webhooks - Release v5.17.0

Published by Toshik1978 almost 4 years ago

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.

webhooks - Release v5.16.0

Published by Toshik1978 almost 4 years ago

What's new?

  • GitLab: Add labels array in MergeRequestEventPayload, thanks @takirala for the PR
webhooks - Release v5.15.0

Published by Toshik1978 over 4 years ago

What's new?

  • Add support for pr:from_ref_updated event for Bitbucket Server, thanks @chhsia0 for the PR
  • Add support of handling GitLab hooks in different way, thanks @aritas1 for the PR
webhooks - Release v5.14.0

Published by Toshik1978 over 4 years ago

What's new?

  • Fixed pipeline hook for GitLab >= 12.3 PR
  • Added changes field in to PullRequestPayload of GitHub, thanks @yinxulai for the PR
  • Added missing ID for Project, missing UserUserName for PushEventPayload & TagEventPayload, thanks @marcinwyszynski for the PR
webhooks - Release v5.13.0

Published by deankarn about 5 years ago

What's new?

  • Added support for GitHub event integration_installation_repositories, thanks @BlizzTom for the PR
  • Added Installation to the ReleasePayload for github, thanks @pavelgnom for the PR
  • Added GitHub meta event/payload, thanks @luca-moser for the PR
webhooks - Release v5.12.0

Published by deankarn over 5 years ago

What's new?

  • Updated GitHub Position to be a struct, thanks @maguro for the PR
  • Added installation ID to the GitHub pull request payloads, thanks @hatstand for the PR
  • Updated BitBucket Owner payload, thanks @ilteristabak for the PR
  • Move node_id field from status to status.commit in StatusEvent, thanks @riley-martine for the PR
webhooks - Release v5.11.0

Published by deankarn over 5 years ago

What's new?

Added GitHub repository vulnerability alert, thanks @v4lproik for the PR

webhooks - Release 5.10.1

Published by deankarn over 5 years ago

What was fixed?

Corrected Gitlab supplying Builds and not Jobs, thanks @maguro for the PR

webhooks - Release 5.10.0

Published by deankarn over 5 years ago

What's new?

  • Added GitHub node_id fields, thanks @geeknoid for the PR
  • Added Gitlab Job Events, thanks @iladin for the PR
webhooks - Release 5.9.0

Published by deankarn over 5 years ago

What's new?

Added GitHub Security Advisory Event + Payload in PR, thanks @hatstand!

webhooks - Release 5.8.0

Published by deankarn over 5 years ago

What's new?

  • Added requested team to the GitHub pull request payload in PR, thanks @hatstand for the PR!
Package Rankings
Top 1.0% on Proxy.golang.org
Badges
Extracted from project README
Test Coverage Status Go Report Card GoDoc
Related Projects