NServiceBus 10.2.4, 10.1.6, and 10.0.4 – Patch releases available

Hi everyone,

We’ve just released NServiceBus 10.2.4, 10.1.6, and 10.0.4.

Fixed bugs

  • #7790 (10.2.4 only) Fix Satellite and instance-specific receiver logs silently buffered and never delivered
  • #7789 (All patch versions) Incorrect handling of short and ushort in saga header-based correlation

How to know if you are affected

  • You are affected by #7790 if you are using NServiceBus 10.2.x and and using satellite or instance-specific queues, such as through callbacks or the MakeInstanceUniquelyAddressable method.
  • You are affected by #7789 if you are using NServiceBus 10.x and have sagas that use header-based mappings that map to short or ushort type properties in the saga data class.

Symptoms

  • For #7790, logs may appear to be missing.
  • For #7789, affected header-based saga mappings to short or ushort properties may fail only if the persistence layer cannot store or query the widened numeric value.

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