Skip to content

Releases: xmidt-org/caduceus

v0.6.5 05/18/2022

18 May 03:39
3b7d334
Compare
Choose a tag to compare
- Bumped wrp-go to v3.1.3 in order to reject all wrps with non-utf-8 strings as invalid. [#314](https://github.com/xmidt-org/caduceus/pull/314)
- Modified senderWrapper to defer all lock unlocking. [#314](https://github.com/xmidt-org/caduceus/pull/314)
- Added github.com/xmidt-org/httpaux as a dependency
- Added httpaux/recovery middleware to the top-level gorilla/mux Router to prevent panics from shutting down a server

v0.6.4 05/03/2022

03 May 00:35
21bb2b1
Compare
Choose a tag to compare
- Fixed issue of endpoints no longer being found. [#311](https://github.com/xmidt-org/caduceus/pull/311)

v0.6.3 04/29/2022

29 Apr 17:27
254ce5f
Compare
Choose a tag to compare
- Added configurable support for v3 notify endpoint. [#309](https://github.com/xmidt-org/caduceus/pull/309)

v0.6.2 01/25/2022

25 Jan 22:27
c916f21
Compare
Choose a tag to compare
- Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. [#304](https://github.com/xmidt-org/caduceus/pull/304)
- Added debug logging to outbound sender. [#305](https://github.com/xmidt-org/caduceus/pull/305)

v0.6.1 01/19/2022

19 Jan 22:14
d36cd07
Compare
Choose a tag to compare
- Bump wrp-go version. [#301](https://github.com/xmidt-org/caduceus/pull/301)
- Reject all non-SimpleEvents wrp messages.[#300](https://github.com/xmidt-org/caduceus/pull/300)

v0.6.0 12/02/2021

02 Dec 19:17
fcd2d7c
Compare
Choose a tag to compare
- Removed endpoint for registering webhooks. [#299](https://github.com/xmidt-org/caduceus/pull/299)
- Moved auth middleware to use bascule package instead of deprecated webpa-common/secure. [#299](https://github.com/xmidt-org/caduceus/pull/299)
- Updated api version in url to v4 to indicate breaking changes in response codes when an invalid auth is sent. [#299](https://github.com/xmidt-org/caduceus/pull/299)

v0.5.2 11/29/2021

29 Nov 22:11
8a878d7
Compare
Choose a tag to compare
- Edited retry functions in outboundSender and bumped webpa-common from v2.0.1 to v2.0.3. [#280](https://github.com/xmidt-org/caduceus/pull/280)
- Bumped ancla to v0.3.5 in order to fix panic in post webhook endpoint. [#298](https://github.com/xmidt-org/caduceus/pull/298)
- Used already existing configuration for whether to check partner IDs in post webhook endpoint. [#298](https://github.com/xmidt-org/caduceus/pull/298)

v0.5.1 10/06/2021

06 Oct 23:05
055f15e
Compare
Choose a tag to compare
- Edited Queue function to fix [duplicate events bug](https://github.com/xmidt-org/caduceus/issues/277). [#278](https://github.com/xmidt-org/caduceus/pull/278)

v0.5.0 10/04/2021

04 Oct 19:55
58b9f09
Compare
Choose a tag to compare
- Bumped webpa-common to v2. [#276](https://github.com/xmidt-org/caduceus/pull/276)
- Added configuration for PartnerID check. [#276](https://github.com/xmidt-org/caduceus/pull/276)
- Changed passsing Webhooks to InternalWebhooks to allow for storage of PartnerIDs. [#276](https://github.com/xmidt-org/caduceus/pull/276)
- Added 415 response for Content-Type header issues. [#272](https://github.com/xmidt-org/caduceus/pull/273)
- Fixed log and response for incoming queue full 503. [#275](https://github.com/xmidt-org/caduceus/pull/275)

v0.4.6 07/26/2021

26 Jul 20:27
d011ae1
Compare
Choose a tag to compare
- Prevent Authorization header from getting logged. [#270](https://github.com/xmidt-org/caduceus/pull/270)
- Bumped ancla, webpa-common versions. [#271](https://github.com/xmidt-org/caduceus/pull/271)