Skip to content

Releases: Particular/NServiceBus.RabbitMQ

3.3.3

14 Jul 17:01

Choose a tag to compare

As part of this release we had 5 commits which resulted in 1 issue being closed.

Bug

  • #175 Non-default port settings are being ignored

Where to get it

You can download this release from nuget

3.3.2

12 Jul 22:22

Choose a tag to compare

As part of this release we had 5 commits which resulted in 2 issues being closed.

Bugs

  • #173 Transport incorrectly includes machine name when displaying an Address value
  • #168 Reply-to address not being set correctly

Where to get it

You can download this release from nuget

3.3.1

26 May 17:35

Choose a tag to compare

As part of this release we had 10 commits which resulted in 1 issue being closed.

Feature

  • #150 Update to Rabbit client 3.6.2

Where to get it

You can download this release from nuget

3.2.0

10 May 23:42

Choose a tag to compare

As part of this release we had 3 commits which resulted in 1 issue being closed.

Feature

  • #147 Add support for Transport Layer Security to the connection string

Where to get it

You can download this release from nuget

3.1.0

17 Mar 22:47

Choose a tag to compare

As part of this release we had 4 commits which resulted in 2 issues being closed.

Feature

  • #117 Update RabbitMQ.Client to 3.6.1

Bug

  • #133 Disabling transactions can cause OutOfMemory exceptions and will result in message loss during endpoint shutdown

Where to get it

You can download this release from nuget

3.0.1

26 Nov 07:49

Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #105 NServiceBus.RabbitMQ.CallbackQueue header contains the incorrect address

Where to get it

You can download this release from nuget

3.0.0

11 Jun 10:08

Choose a tag to compare

As part of this release we had 1 issue closed.

Feature

  • #96 Remove the multi broker anti-feature

Where to get it

You can download this release from nuget

2.1.3

19 May 06:07

Choose a tag to compare

Improvements

This release allows you to update to versions 3.5.X of the RabbitMQ.Client library. This will allow you to take advantage of the bug fixes and improvements in recent RabbitMQ releases.

Changes in detail

This is a patch release of NServiceBus.RabbitMQ. There are no breaking changes and no new features added to its API. See our release-policy for more information.

This release makes the following minor changes as to how the RabbitMQ.Client library is used:

  • NServiceBus.Transports.RabbitMQ.dll is now compiled against version 3.5.0 of RabbitMQ.Client.dll

    Note that since RabbitMQ.Client.dll is strong named you may need a binding redirect to target a newer version, ie higher than version 3.5.0.

  • The nuget version dependency range for RabbitMQ.Client has been changed

    The nuget version dependency range for RabbitMQ.Client is now [3.5.0, 3.6.0). This should allow more flexibility moving between nuget versions of RabbitMQ.Client. See RabbitMQ.Client Nuget usage for more information.

Issues

  • #83 Change RabbitMQ.Client nuget dependency to a "Current Minor" range.

Where to get it

You can download this release from nuget

2.1.2

23 Mar 09:52

Choose a tag to compare

As part of this release we had 3 commits which resulted in 1 issue being closed.

Bug

  • #80
    Endpoints fail to reconnect on cluster fail over

Where to get it

You can download this release from nuget

2.1.1

02 Mar 15:56

Choose a tag to compare

As part of this release we had 2 commits which resulted in 1 issue being closed.

Bug

  • #76 Endpoint fails to recover when the broker connection is lost

Where to get it

You can download this release from nuget