Skip to content

4.1.2

Compare
Choose a tag to compare
@indualagarsamy indualagarsamy released this 08 May 03:59

As part of this release we had 5 commits which resulted in 1 issue being closed.

Bugs

#2096 Autofac 3.0.0 leaks memory

When child containers is used. Fix is to upgrade Autofac to 3.0.1

From Autofac Release Notes

Rollback of Issue 397 (Nested lifetime scopes aren't disposed when the parent is disposed) due to memory leak.

ported from #1708

Where to get it

You can download this release from:

To apply the hotfix using Nuget

In Package Manager Console, type:

 update-package NServiceBus -version 4.1.2 <ProjectName>