Skip to content

Releases: Particular/NServiceBus.SqlServer

4.3.1

16 Oct 11:57
59503ed
Compare
Choose a tag to compare

As part of this release we had 8 commits which resulted in 2 issues being closed.

Bugs

  • #509 Always delay moving of delayed messages even when exceptions occur to honor the ProcessingInterval
  • #504 Not possible to delay a message more than int.Max milliseconds

Where to get it

You can download this release from nuget.

4.1.4

16 Oct 15:01
a42f956
Compare
Choose a tag to compare

As part of this release we had 59 commits which resulted in 1 issue being closed.

Bug

  • #511 Always delay moving of delayed messages even when exceptions occur to honor the ProcessingInterval

Where to get it

You can download this release from nuget.

3.1.5

16 Oct 15:02
b21b665
Compare
Choose a tag to compare

As part of this release we had 214 commits which resulted in 1 issue being closed.

Bug

  • #512 Always delay moving of delayed messages even when exceptions occur to honor the ProcessingInterval

Where to get it

You can download this release from nuget.

4.3.0

26 Jul 09:25
9808911
Compare
Choose a tag to compare

As part of this release we had 2 issues closed.

Bug

  • #463 Delayed messages can be delivered too early.

Improvement

  • #468 Native Delayed Delivery should be enabled by default.

Where to get it

You can download this release from nuget.

4.1.3

12 Jun 13:35
a77e9ae
Compare
Choose a tag to compare

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

27 Mar 16:01
5e7fbb0
Compare
Choose a tag to compare

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

04 Feb 21:20
f354822
Compare
Choose a tag to compare

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

21 Jun 07:05
b210908
Compare
Choose a tag to compare

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

29 May 19:15
1aa1d48
Compare
Choose a tag to compare

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.

3.1.4

09 Jan 07:30
a8b3787
Compare
Choose a tag to compare

As part of this release we had 1 commit which resulted in 1 issue being closed.

Feature

  • #421 Added option to turn off connection string validation

Where to get it

You can download this release from nuget.