Skip to content

Releases: xmidt-org/caduceus

0.1.3 Release

27 Feb 21:38
Compare
Choose a tag to compare

Changed

v0.1.3: Merge pull request #127 from Comcast/fix-signature-for-wrp-msgs

27 Feb 21:28
b95dd8c
Compare
Choose a tag to compare
Fix signature for wrp msgs

0.1.2-393: Merge pull request #127 from Comcast/fix-signature-for-wrp-msgs

27 Feb 20:54
b95dd8c
Compare
Choose a tag to compare
Fix signature for wrp msgs

0.1.2-389: Merge pull request #125 from Comcast/dont-try-to-monitor

23 Feb 01:52
bd4baa0
Compare
Choose a tag to compare
Remove the code that sets up the monitoring.

0.1.2-387: Merge pull request #124 from Comcast/fix-nil-section-bug

23 Feb 00:44
746211f
Compare
Choose a tag to compare
Fix the missing section crash.

0.1.2-385: Merge pull request #122 from Comcast/fix-content-type

22 Feb 09:48
1334f64
Compare
Choose a tag to compare
Update the content-type to be correct.

0.1.2-381: Merge pull request #106 from kcajmagic/sendStatus

22 Feb 02:15
2a117f4
Compare
Choose a tag to compare
added consul registration

0.1.2 Release

21 Feb 19:50
Compare
Choose a tag to compare

[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

21 Feb 18:25
Compare
Choose a tag to compare
0.1.1-378 Pre-release
Pre-release
Upgrade to the lastest webpa-common.

0.1.1-377: Merge pull request #121 from Comcast/prune-dead-code

20 Feb 02:15
f02c62e
Compare
Choose a tag to compare
Prune some dead code.