Hi everyone,
We’ve just released NServiceBus.NHibernate and NServiceBus.NHibernate.TransactionalSession 9.0.2 and 8.6.3.
Fixed bugs
- #972 Transaction.Current may not be set after opening the session
How to know if you are affected
You are affected if:
- Using the transactional session
- Using the outbox with transaction scope support enabled (
UseTransactionScope()
)
Symptoms
After opening the transactional session with transactionalSession.Open()
the Transaction.Current
is not set.
When to upgrade
You should upgrade immediately if your code depends on Transaction.Current
being set. Otherwise, upgrade during your next maintenance window.
Where to get it
You can install the new versions of NServiceBus.NHibernate from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.