NServiceBus 10.2.3 and 10.1.5 – Patch releases available

Hi everyone,

We’ve just released NServiceBus 10.2.3 and 10.1.5.

Fixed bugs

  • #7783 Send-only endpoints can incorrectly activate saga features when saga assemblies are scanned

How to know if you are affected

You are affected if:

  • You are running a send-only endpoint
  • Assemblies containing sagas are present during assembly scanning
  • You are using features that depend on the saga feature, directly or indirectly, such as saga auditing

Symptoms

A send-only endpoints may incorrectly activate the saga feature and dependent features. This can lead to startup failures or runtime exceptions in features that assume receive infrastructure is available. For example, the SagaAudit plugin could fail because the required infrastructure is not available in send-only endpoints.

When to upgrade

You should upgrade immediately if you are affected. Otherwise, you should upgrade during your next maintenance window.

Where to get it

You can install the new versions of NServiceBus from NuGet.

Please read our release policy for more details.

With thanks,
The team in Particular