You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.