NServiceBus.Persistence.Sql 4.5.1 - Minor release available

Hi everyone,

We’ve just released NServiceBus.Persistence.Sql 4.5.1, which includes support for multi-tenant systems using SQL Persistence. With a new MultiTenantConnectionBuilder, message header information can be used to select a database per tenant which will be used for Outbox data and Sagas, as well as the synchronized storage session for business data stored by the handler.

See the SQL Persistence multi-tenant documentation for more information.

Improvements/Features

  • #342 Implement multi-tenant saga/outbox support

Where to get it

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

With thanks,
The team in Particular

Please read our release policy for more details. Follow @ParticularNews to be notified of new releases and bug fixes.