NServiceBus.SqlServer and NServiceBus.Transport.SqlServer 6.2.0 - Minor release available

Hi everyone,

We’ve just released NServiceBus.SqlServer 6.2.0.

Improvements

  • #714 Add support for SQL Server Always Encrypted

  • #174 Provide better load-balancing of messages for small, batched message receive pattern

  • #715 Align startup connection check behavior across transaction modes

Fixed bugs

  • #680 Change Endpoint column definition to be NOT NULL to match PK

Should you upgrade immediately

You should upgrade immediately only if you are affected by any of the bugs listed above. Otherwise, we recommend upgrading during the next maintenance window.

Where to get it

You can install the new version from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.

Hi @WilliamBZA what’s involved to upgrade existing projects to this version? Is any database patch required for existing databases?

Thanks

There are no schema changes as part of this release so no need to make any DDL changes.

what exactly does “Align startup connection check behavior across transaction modes” mean? how has behavior changed? point to doco?