NServiceBus 7.7.2, 7.6.2, and 7.5.2 – Patch releases available

Hi everyone,

We’ve just released NServiceBus 7.7.2, 7.6.2, and 7.5.2.

Improvements/Features

  • #6350 Fixing invalid XML documentation

Fixed bugs

  • #6223 Default options from operations in outgoing behaviors might not be applied

How to know if you are affected

You are affected if you have a custom behavior in an outgoing pipeline stage which sends messages using context.Send() or context.Publish().

Symptoms

The SendOptions or PublishOptions used for send/publish operations in the custom behavior may inherit settings from the message operation that invoked the outgoing pipeline, instead of having the default settings.

When to upgrade

You should upgrade immediately if you’re affected by this issue.

Where to get it

You can install the new versions of NServiceBus from NuGet.

With thanks,
The team in Particular

Please read our release policy for more details.