webhooks

Webhook receiver for GitHub, Bitbucket, GitLab, Gogs

MIT License

Stars
951
Committers
77

Bot releases are visible (Hide)

webhooks - Release 5.7.0

Published by deankarn over 5 years ago

What's new?

An exciting array of new features, a huge shout out to the community for the support!

  • [GitHub] Added RequestedReviewer to the GitHub Pull Request payload in PR, thanks @hatstand!
  • [GitHub] Added Repository and Sender to the GitHub Ping payload in PR, thanks @hatstand!
  • [GitHub] Added new GitHub Check Runs and Check Suite events in PR, thanks @garretua!
  • [Gitlab] Added ability to parse System Webhooks in PR, thanks @munsio!
  • [Bitbucket Server] Add support for BitBucket Server, which is not the same as the online version, in PR, thanks @goober!
webhooks - Release 5.6.0

Published by deankarn over 5 years ago

What's new?

  • Added label to the github IssuesPayload, thanks @mkumatag for the PR
  • Added in_repl_to_id for the PullRequestReviewCommentEvent, thanks @sakoken for the PR
webhooks - Release 5.5.0

Published by deankarn almost 6 years ago

What's new?

Add installation_repositories Github Event, thanks @emaincourt for the PR

webhooks - Release 5.4.0

Published by deankarn almost 6 years ago

What's new?

Added receiving docker hub notification of automated build from https://docs.docker.com/docker-hub/webhooks/ in this PR, thanks @bnfinet for the PR!

webhooks - Release 5.3.0

Published by deankarn almost 6 years ago

What's new?

Added Assignee and Assignee's to Github Issue payloads in this PR Thanks @pieterlexis for the PR!

webhooks - Release 5.2.0

Published by deankarn almost 6 years ago

What's new?

Added Assignees to the PullRequest payload, thanks @pieterlexis for the PR

webhooks - Release 5.1.1

Published by deankarn almost 6 years ago

What was fixed?

Added runner struct to Gitlab build payload that was causing an issue for some users, see the PR for more details, thanks @xackery for the PR!

webhooks - Release 5.1.0

Published by deankarn about 6 years ago

What was changed?

Updated Bitbucket to only verify UUID when it's set on the hook itself, resolves #43

webhooks - Release 5.0.0

Published by deankarn about 6 years ago

What's new

This library used to run an HTTP server on your behalf, the v5 release changes this behaviour.

In v5 webhooks are used like a library so that you can handle your own logging, http server & handlers, multiple webhooks support,... see the examples for details.

webhooks - Release 4.1.1

Published by deankarn over 6 years ago

What was fixed?

Added installation to GitHub PushPayload see PR #38 for details, thanks @bafko for the PR!

webhooks - Release v4.1.0

Published by deankarn over 6 years ago

What's new?

Add owner fields to the PushPayload, see PR #36 for details, thanks @binkkatal for the PR!

webhooks - Release 4.0.0

Published by deankarn over 6 years ago

What's new?

v4 only changes the logging interface to accept interface rather than string, but because it was a potential breaking change bumping as a major version change.

see #32 for more details; thanks @c-Brooks for the PR!

webhooks - Release 3.13.0

Published by deankarn over 6 years ago

What was added?

Handling of Payload as an Object instead of a string, see #33 for details; thanks @kishorenc for the PR!

webhooks - Release 3.12.0

Published by deankarn over 6 years ago

What's new?

Add support for Gogs webhooks see PR #29 thanks @naiba for the PR!

P.S. looking for some help adding tests for Gogs

webhooks - Release 3.11.0

Published by deankarn over 6 years ago

What's new?

Added support for pull request labels, see #28 Thanks @rtnpro for the PR!

webhooks - Release 3.10.0

Published by deankarn over 6 years ago

What's new?

corrected type for PullRequestCommentDeletedEvent see PR #27 Thanks @lukepatrick

webhooks - Release 3.9.0

Published by deankarn over 6 years ago

What's new?

Added RequestedReviewers to GitHub PullRequestPayload thanks for the PR @kuiro5!

webhooks - Release 3.8.0

Published by deankarn over 6 years ago

What's new?

Updated bitbucket to allow for an empty uuid. Thanks @lukepatrick for the PR!

see #25 for details.

webhooks - Release 3.7.0

Published by deankarn over 6 years ago

What was added/updated?

Added project and Repository to Gitlab MergeRequestEvent payload, Thanks @lukepatrick for the PR

webhooks - Release 3.6.0

Published by deankarn almost 7 years ago

What was added?

Added GitHub:

  • InstallationEvent
  • IntegrationInstallationEvent
  • PingEvent

Thanks @PombeirP for the PR!