Changelog for servant-github-webhook-0.1.0.0
Revision history for servant-github-webhook
0.1.0.0 -- 2016-09-10
Initial release.
- Implement
GitHubSignedReqBodycombinator for automatic signature verification during routing. - Implement
GitHubEventcombinator for dispatching to routes based on the webhook type. - Known issue: only one global
GitHubKeycan be used across all routes.