Skip to content

Releases: insurello/Insurello.RabbitMqClient

v4.3.0

21 Jul 08:26
33b4463

Choose a tag to compare

What's new

  • When calling MqClient.close channel callbacks calls are ignored to prevent terminating parent process prematurely
  • Added SourceLink

v4.2.0

20 Jul 09:14
5b407e1

Choose a tag to compare

v4.2.0 Pre-release
Pre-release
  • Ignore callbacks while closing
  • Fantomas formatting
  • Microsoft.SourceLink.GitHub

v4.1.0

22 Oct 09:54
5fb327c

Choose a tag to compare

What's new

  • Model now contains connection.
  • The library now has a close function which closes the channelConsumer, rpcConsumer, and then the connection.

v4.0.0

03 Jul 09:38
f3bb98e

Choose a tag to compare

Version v4.0.0

What's new

  • failWithWrapper - removed
  • terminateOnFailureWrapper - 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

01 Jul 08:44
a31652a

Choose a tag to compare

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

29 Jun 11:55
2969215

Choose a tag to compare

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

04 Jun 15:16
fce5e01

Choose a tag to compare

v2.0.0-alpha Pre-release
Pre-release
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

30 Apr 11:13
dca83ba

Choose a tag to compare

Include PDB in the main package as tooling is lacking.

v1.0.2

30 Apr 08:28
6454ce3

Choose a tag to compare

Remove flag to not publish symbols (#5)

* Remove --no-symbols true

v1.0.1

30 Apr 07:59
57a793d

Choose a tag to compare

Enable Source Link.