Releases: cbrgm/githubevents
Releases · cbrgm/githubevents
v1.2.0
v1.1.21
v1.1.2
v1.1.1
v1.1.0
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
- refactor: execute On... and On...Any callbacks in the same waitgroup by @cbrgm in #6
- feat: introduce event action constants by @cbrgm in #6
Full Changelog: v1.0.0...v1.1.0