Skip to content

2.6

Compare
Choose a tag to compare
@MvRens MvRens released this 05 Sep 07:40
· 138 commits to develop since this release

Tapeti core

  1. Separated publishing into separate channel and task queue to (hopefully) improve issues with acknowledgement timeouts
  2. Fixed error when consuming a queue with incompatible arguments (like x-deadletter) when using EnableDeclareDurableQueues

Tapeti.Flow

  1. Validate persisted flows on startup to prevent runtime errors if a continuation method is renamed
  2. Fixed edge-case when receiving a flow-related message twice

Tapeti.Cmd

  1. Fixed body corruption in Shovel command
  2. Added DeclareQueue, RemoveQueue, BindQueue and UnbindQueue management commands

Breaking changes

This version should be compatible for existing clients. One change may require changes to custom ILogger implementations:

  1. QueueExistsWarning method has been added to IBindingLogger