Hi everyone,
We’ve just released NServiceBus.TransactionalSession 2.0.1 and 1.0.2.
Fixed bugs
- #186 Transaction.Current may not be set after opening the session
How to know if you are affected
You are affected if:
- Using NServiceBus.Persistence.Sql or NServiceBus.NHibernate persister
- 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.TransactionalSession from NuGet.
With thanks,
The team in Particular
Please read our release policy for more details.