NServiceBus.Persistence.Sql 4.2 & 3.2- Minor releases available

Hi everyone,

We’ve just released NServiceBus.Persistence.Sql 4.2 and 3.2 that remove the requirement that all sagas inherit from SqlSaga<T>, which was created to make it easier to find the saga’s correlation property at compile time. In most cases, the correlation property can now be determined from a class inheriting Saga<T> from the core NServiceBus package. SqlSaga<T> continues to be supported as well.

Check out the release notes or documentation for the saga persister for further information:

How to get it

You can download the updated versions via NuGet.

With thanks,

The team in Particular

Please read our release policy for more details.