Releases: xmidt-org/caduceus
Releases · xmidt-org/caduceus
0.1.3 Release
Changed
- Fix for issue 126
v0.1.3: Merge pull request #127 from Comcast/fix-signature-for-wrp-msgs
Fix signature for wrp msgs
0.1.2-393: Merge pull request #127 from Comcast/fix-signature-for-wrp-msgs
Fix signature for wrp msgs
0.1.2-389: Merge pull request #125 from Comcast/dont-try-to-monitor
Remove the code that sets up the monitoring.
0.1.2-387: Merge pull request #124 from Comcast/fix-nil-section-bug
Fix the missing section crash.
0.1.2-385: Merge pull request #122 from Comcast/fix-content-type
Update the content-type to be correct.
0.1.2-381: Merge pull request #106 from kcajmagic/sendStatus
added consul registration
0.1.2 Release
[0.1.2] - 2019-02-21
Added
- Fix for delivering events as json or msgpack based events issue 113
Changed
- Updated to new version of webpa-common library
- Remove the worker pool as a fixed number of workers per endpoint and simply cap
the maximum number. Partial fix for issue 115, issue 103 - Fix for webhook shallow copy bug. Partial fix for issue 115
- Fix for webhook update for all fields (updated webpa-common code to bring in fix)
- Fix for retry logic so all failures are retried the specified number of times - issue 91
- Fix for waiting for DNS to resolve prior to listening for webhook updates - issue 111
- Fix for cpu spike after about 10 mintues due to worker go routines not finishing.
- Fix logic for updating webhooks
- Fix for sending the same event multiple times to the same webhook.
- Fix for issue 99
0.1.1-378
0.1.1-377: Merge pull request #121 from Comcast/prune-dead-code
Prune some dead code.