Releases: opsani/servox-webhooks
Releases · opsani/servox-webhooks
v0.2.3
v0.2.2
- Dependency adjustments for servox v0.6.1 compatibility.
v0.2.1
Changes
- Dependency adjustments for servox v0.6.1 compatibility.
v0.2.0
Updated servox dependency to v0.6.0
No other changes were made.
v0.1.0
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.