-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Blake Watters
committed
Oct 3, 2020
1 parent
68c61ea
commit 419deef
Showing
1 changed file
with
28 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,55 @@ | ||
# CHANGELOG | ||
|
||
servo-webhooks is a connector for [Opsani Servo](https://github.com/opsani/servox) that | ||
provides a flexible webhooks emitter based on servo events. | ||
servo-webhooks is a connector for [Opsani | ||
Servo](https://github.com/opsani/servox) 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](https://keepachangelog.com/en/1.0.0/). Releases are | ||
versioned in accordance with [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
This changelog catalogs all notable changes made to the project. The format is | ||
based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Releases are | ||
versioned in accordance with [Semantic | ||
Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [0.2.3] - 2020-10-02 | ||
|
||
### Changed | ||
|
||
- Updated package dependencies. | ||
- Relaxes servox version dependency selector. | ||
|
||
## [0.2.2] - 2020-09-09 | ||
|
||
### Changed: | ||
### Changed | ||
|
||
- Updated servox target dependency to v0.7.0 | ||
|
||
## [0.2.1] - 2020-09-03 | ||
|
||
### Changed: | ||
### 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. | ||
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. | ||
- Include an HMAC digest based signature for verifying webhook request | ||
authenticity and integrity. | ||
- Support for backoff and retry of webhook requests on failure. |