Changelog for servant-github-webhook-0.3.0.0
Revision history for servant-github-webhook
0.3.0.0 -- 2016-09-22
- Pass reflected key index to the handler function for GitHubSignedReqBody. This allows for more generic handler functions, as they can determine programmatically which repository they are responding to.
0.2.0.1 -- 2016-09-13
- Improve documentation (formatting and typos) and examples (remove unnecessary verbosity).
0.2.0.0 -- 2016-09-11
- Generalize
GitHubSignedReqBodycombinator toGitHubSignedReqBody''to allow for configuring multiple signing keys, on a per-route basis. - Make
GitHubKeytake a function instead of simply anIOaction. - Reexport
KProxy, to make writingDemote'instances easier.
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.