Skip to content

2.1.3

Choose a tag to compare

@particularbot particularbot released this 19 May 06:07
· 1851 commits to master since this release

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