Releases: Particular/NServiceBus.SqlServer
4.1.3
As part of this release we had 23 commits which resulted in 1 issue being closed.
Bug
- #488 Exception when connecting to SQL Server at startup are swallowed and generic error message is returned
Where to get it
You can download this release from nuget.
4.1.2
As part of this release we had 22 commits which resulted in 1 issue being closed.
Bug
- #481 SQL Server transport refuses to process messages if there are too many messages in the queue
Where to get it
You can download this release from nuget.
4.1.1
As part of this release we had 25 commits which resulted in 1 issue being closed.
Bug
- #478 Native delayed delivery forwarding of delayed messages can cause duplicate processing
Where to get it
You can download this release from nuget.
4.1.0
As part of this release we had 32 commits which resulted in 6 issues being closed.
Features
- #445 Make adding a computed column for viewing message body an opt-in
- #444 Allow passing an existing connection/transaction via send options
- #404 Add startup diagnostics info
Improvements
- #443 Don't flood logs when circuit breaker gets triggered
- #433 Add computed column to convert body to nvarchar
- #312 Issue warning regarding isolation level settings on the SqlTransport
Where to get it
You can download this release from nuget.
4.0.0
NServiceBus 7 supports .NET Core 2.0, enabling cross-platform development and deployment plus hosting on Linux and in Docker containers, while still fully supporting Windows and the .NET Framework.
NServiceBus.SqlServer 4.0.0 is required when upgrading to NServiceBus 7.
Find out more about NServiceBus 7's new features.
Upgrading from earlier versions?
Take a look at the NServiceBus 6 to 7 upgrade guide as well as the NServiceBus.SqlServer 3 to 4 upgrade guide.
Want to see all the changes?
They are all on the 4.0.0 milestone.
What are the API breaking changes?
Take a look at a report of API changes between versions.