Skip to content

0.1.2 Release

Compare
Choose a tag to compare
@schmidtw schmidtw released this 21 Feb 19:50

[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