Initial public release.
This connector was incubated within the mainline servox repository and shipped
as part of servox v0.5.0. Much of the core functionality is implemented but
there are outstanding TODO items. In particular, cancellation behaviors are
currently unimplemented as are the CLI tasks described in the README.
Documentation around the specifics of the request payloads also deserve
expansion.
Added
- Emit webhooks before and after an event is handled by the servo.
- Include an HMAC digest based signature for verifying webhook request
authenticity and integrity.
- Support for backoff and retry of webhook requests on failure.