githubevents

GitHub webhook events toolset for Go

APACHE-2.0 License

Stars
71

Bot releases are visible (Hide)

githubevents - v1.1.0

Published by cbrgm over 2 years ago

This release is backward compatible to v1.0.0. There are no API changes.

This release changes the execution order of the waitgroups for Github webhook event callbacks. Callbacks that listen for all actions of an event are executed in parallel to those that listen for a specific event action. This saves execution time! Also there are now constants for each event action and the test coverage was increased!

What's Changed

Full Changelog: https://github.com/cbrgm/githubevents/compare/v1.0.0...v1.1.0

githubevents - v1.0.0

Published by cbrgm over 2 years ago

Initial release.