NServiceBus.SqlServer 7.0.6 and 6.3.8 – Patch releases available

Hi everyone,

We’ve just released NServiceBus.SqlServer 7.0.6 and 6.3.8.

Improvements/Features

  • #1305 Log a warning when the version of Microsoft.Data.SqlClient is lower than 5.2.0

When to upgrade

Microsoft.Data.SqlClient has received a number of bug fixes and improvements over time that have solved memory issues with cancellation tokens and have improved support for transactions when running on .NET on Windows. To encourage users to take advantage of these changes, these versions of NServiceBus.SqlServer log a warning when the Microsoft.Data.SqlClient version is lower than 5.2.0, which is the latest version at the time of this release.

Note that some of the changes in Microsoft.Data.SqlClient are breaking and require careful consideration before upgrading.

You should upgrade during your next maintenance window.

To address the warning, after considering the breaking changes, add an explicit reference to Microsoft.Data.SqlClient version 5.2.0 or higher.

<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.0" />

NServiceBus.SqlServer 8.0.0 will require Microsoft.Data.SqlClient version 5.2.0 or higher.

Where to get it

You can install the new versions of NServiceBus.SqlServer from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.