Skip to content

Releases: Particular/NServiceBus

5.2.4

05 Aug 00:03
Compare
Choose a tag to compare

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

Bug

  • #2717 Interface inheritance breaks during serialization when same property name is found in more than one interface

Where to get it

You can download this release from nuget

4.7.6

24 Jun 06:04
Compare
Choose a tag to compare

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

Bugs

  • #2757 XmlSerializer fails to deserialize array of nulluble ints
  • #2575 Castle reference doesn't match nuget minimum range

Where to get it

You can download this release from nuget

5.2.3

24 Jun 05:17
Compare
Choose a tag to compare

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

Bug

  • #2706 XmlSerializer fails to deserialize array of nulluble ints

Where to get it

You can download this release from nuget

5.2.2

12 Jun 11:34
Compare
Choose a tag to compare

As part of this release we had 1 issue closed.

Bug

  • #2748 Saga ReplyToOriginator stopped working with 5.2

Where to get it

You can download this release from nuget

4.2.7

23 Jun 09:34
Compare
Choose a tag to compare

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

Bug

  • #1941 Subscription is overwritten and hence fails to receive messages

Where to get it

You can download this release from nuget

4.1.8

23 Jun 10:29
Compare
Choose a tag to compare

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

Bug

  • #2724 Subscription is overwritten and hence fails to receive messages

Where to get it

You can download this release from nuget

4.0.11

23 Jun 10:19
Compare
Choose a tag to compare

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

Bug

  • #2723 Subscription is overwritten and hence fails to receive messages

Where to get it

You can download this release from nuget

3.3.15

21 Apr 11:35
Compare
Choose a tag to compare

As part of this release we had 2 issues being closed.

Bugs

  • #2638 Incorrect NHibernate nuget package dependency
  • #2060 Roslyn C# compiler can't consume extension methods from NServiceBus.Core

Where to get it

You can download this release from nuget

5.0.4

31 Mar 23:16
Compare
Choose a tag to compare

As part of this release we closed 2 issues.

Bugs

  • #2702 Messages do not get audited with outbox enabled
  • #2701 Corrupted MSMQ Message Headers may result in message loss

Where to get it

You can download this release from nuget

4.3.10

02 Apr 02:22
Compare
Choose a tag to compare

This patch release has the following bug fixes.

  • #2700 Distributor stops handing out work to Workers after restart
  • #2584 Corrupted MSMQ Message Headers may result in message loss

Bugs

#2700 Distributor stops handing out work to Workers after restart

We've discovered an issue where a distributor will stop handing out message to workers if you first restart a worker and then its distributor. If there is no traffic from the distributor to the worker between the restarts, the distributor might stop sending messages to the worker completely. Should that happen the following info message will be logged over and over by the distributor Session ids for Worker at X do not match, so popping next available worker. The distributor will also be unable to distribute more work to the workers.

How to know if you're affected:

  • the distributor repeatedly logs Session ids for Worker at X do not match, so popping next available worker.
  • the distributor's main input queue has a lot of messages that are not being distributed to workers.

Workaround:

  • Restarting the distributor will fix the issue temporarily, but it can re-emerge later if the distributor and a workers is restarted in succession.

What to do if you're affected:

  • Please update your distributor to the latest version. When upgrading the distributor between major versions, it is important that you upgrade as prescribed, so that the workers are properly registered with the distributor.
  • This fix does not affect the workers hence, no need to update the workers.

#2584 Corrupted MSMQ Message Headers may result in message loss

Who’s affected:

Anyone using MSMQ Transport and is also doing one of the following:

  • Manual editing of the headers of messages which may result in an invalid xml of the headers being sent to the endpoint.
  • Anyone dealing with an integration scenario where native message are being sent, for example from Java where the headers may not contain valid xml.
Symptoms:

The message will be discarded.

Where to get it

You can download this release from nuget