Skip to content

Releases: opsani/servox-webhooks

v0.2.3

03 Oct 01:04
Compare
Choose a tag to compare
  • Updated package dependencies.
  • Relaxed servox version dependency selector.

v0.2.2

09 Sep 11:26
Compare
Choose a tag to compare
  • Dependency adjustments for servox v0.6.1 compatibility.

v0.2.1

03 Sep 11:41
Compare
Choose a tag to compare

Changes

  • Dependency adjustments for servox v0.6.1 compatibility.

v0.2.0

31 Aug 00:27
Compare
Choose a tag to compare

Updated servox dependency to v0.6.0

No other changes were made.

v0.1.0

23 Aug 09:24
Compare
Choose a tag to compare

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.