Hi everyone,
We’ve just released NServiceBus.NHibernate 8.4.3.
Fixed bugs
-
#467
UseTransactionScope
option for Outbox does not float ambient transaction to the user code
How to know if you are affected
You are affected if you are using the Outbox
with the UseTransactionScope
option.
Symptoms
User handler code is executed without an ambient transaction, i.e. Transaction.Current
is null
.
Should you upgrade immediately
Users that are affected should upgrade immediately.
Where to get it
You can install the new version from NuGet.
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.