Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 1.52 KB

CHANGELOG

servo-webhooks is a connector for Opsani Servo that provides a flexible webhooks emitter based on servo events.

servo-webhooks is distributed under the terms of the Apache 2.0 license.

This changelog catalogs all notable changes made to the project. The format is based on Keep a Changelog. Releases are versioned in accordance with Semantic Versioning.

[0.2.3] - 2020-10-02

Changed

  • Updated package dependencies.
  • Relaxes servox version dependency selector.

[0.2.2] - 2020-09-09

Changed

  • Updated servox target dependency to v0.7.0

[0.2.1] - 2020-09-03

Changed

  • Removed direct dependency on httpx in favor of servo dependency.

[0.2.0] - 2020-08-30

Changed

  • Updated servox target dependency to v0.6.0

[0.1.0] - 2020-08-23

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.