Releases: insurello/Insurello.RabbitMqClient
Releases · insurello/Insurello.RabbitMqClient
v7.0.0
Breaking change
- In v6.0.0 we added a convention that if a queue is bound to exchange it becomes quorum, otherwise classic. We then realized that sometimes we want a quorum queue even if not bound to an exchange. This release lets you specify which type you want on each queue. PR: #26
v6.0.0
v5.0.2
v5.0.1
v5.0.0
What's new
- Target .NET 6
- Function
getHeaderAsStringthat given a ReceivedMessage and akeytries to find the Header value and convert it to a string.
v4.3.0
v4.2.0
- Ignore callbacks while closing
- Fantomas formatting
- Microsoft.SourceLink.GitHub
v4.1.0
What's new
Modelnow containsconnection.- The library now has a
closefunction which closes thechannelConsumer,rpcConsumer, and then theconnection.
v4.0.0
Version v4.0.0
What's new
failWithWrapper- removedterminateOnFailureWrapper- Force application termination on failures
New strategy for failWithWrapper
The function failWithWrapper has been replaced with terminateOnFailureWrapper that will force an application exit if there's an exception raised in received message callback or a message is received on ConsumerCancelled or Shutdown
v3.0.0
Api improvements (#16) * Add Async API * Use Map<String, String> everywhere for headers instead of List<(string * string)> Co-authored-by: Philip Pålsson <philip.palsson@insurello.se> Co-authored-by: Emil Klasson <emil.klasson@insurello.se>