Releases: insurello/Insurello.RabbitMqClient
Releases · insurello/Insurello.RabbitMqClient
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>
v2.0.0
Close connection if any queue in the topology fails to init. (#14) Co-authored-by: Philip Pålsson <philip.palsson@insurello.se>
v2.0.0-alpha
Prefetch count configurability (#8) * Add prefetchCount configurability. * Make prefetchCount have a default value of 10. Co-authored-by: Rasmus Larsson <rasmus.larsson@insurello.se> Co-authored-by: Emil Klasson <emil.klasson@insurello.se> Co-authored-by: Kristian Lundström <kristian.lundstrom@insurello.se>
v1.0.3
v1.0.2
Remove flag to not publish symbols (#5) * Remove --no-symbols true