NServiceBus.Persistence.Sql 3.0.5 - Patch release available

Hi everyone,

We’ve just released NServiceBus.Persistence.Sql 3.0.5.

Fixed bugs

  • #262 Saga completion is ignored when the saga concurrently processes another message

How to know if you are affected

All users who use sagas are affected.

Symptoms

The message that completes the saga is allowed to be processed concurrently with another message targeting the same saga instance and the effects of processing the former message (i.e. removal of the saga data row) are discarded.

Should you upgrade immediately

We recommend updating immediately as the bug can cause incorrect business behavior.

Where to get it

You can download the updated version and see the full release notes here: Release 3.0.5 · Particular/NServiceBus.Persistence.Sql · GitHub.

With thanks,

The team in Particular

Please read our release policy for more details.