Skip to content

Releases: insurello/Insurello.RabbitMqClient

v10.0.1

20 Mar 12:52
a992994

Choose a tag to compare

What's Changed

Full Changelog: v10.0.0...v10.0.1

v10.0.0

19 Mar 13:15
f16423b

Choose a tag to compare

What's Changed

Full Changelog: v9.0.0...v10.0.0

v9.0.0

19 Mar 08:47
d5c4ed2

Choose a tag to compare

What's Changed

  • Log connected node endpoint in #30

Full Changelog: v8.0.0...v9.0.0

v8.0.1

18 Mar 10:25
fdc6c75

Choose a tag to compare

What's Changed

  • Fix nuget release user.

v8.0.0

18 Mar 09:52
fdc6c75

Choose a tag to compare

What's Changed

  • Uses version 7.2.1 of RabbitMQ.Client.
  • New modules for Connect, Consume, RPC and Publish.
  • We can reuse the connection for multiple channels.
  • Every connected queue have their own channel.

Full Changelog: v7.0.0...v8.0.0

v7.0.0

13 Feb 14:55
98c9ee1

Choose a tag to compare

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

13 Feb 14:22
0cc5682

Choose a tag to compare

Breaking changes

  • New convention introduced: Use quorum queues if bound to exchange, otherwise classic. PR #25

v5.0.2

16 Sep 09:02
3a4a4d7

Choose a tag to compare

What's new

  • Correctly handle multiple confirms. Previously the client could incorrectly state publish timeouts even though the publish was confirmed by the broker.

v5.0.1

30 May 11:16
1bde093

Choose a tag to compare

What's new

  • Target .NET 6
  • Function getHeaderAsString that given a ReceivedMessage and a key tries to find the Header value and convert it to a string.
  • Pin FSharp.Core to 6.0.0.

v5.0.0

29 May 13:07
9664164

Choose a tag to compare

What's new

  • Target .NET 6
  • Function getHeaderAsString that given a ReceivedMessage and a key tries to find the Header value and convert it to a string.