Releases: autofac/Autofac.AspNetCore.Multitenant
v8.0.0
Breaking Changes
- Dropped support for .NET 3.1.
- Updated minimum core Autofac to 8.0.0, which includes similar target support updates. See release notes for core Autofac.
Additional Changes
- Added support for .NET 8.
- Update Autofac.Extensions.DependencyInjection dependency to 9.0.0.
- Update Autofac.Multitenant dependency to 8.0.2.
Full Changelog: v7.0.0...v8.0.0
v7.0.0
v6.0.0
What's Changed
Breaking change: Support has been updated to use Autofac.Extensions.DependencyInjection v8.0.0
This means IServiceScopeFactory
is now a singleton and child scopes are flat, not hierarchical. Any scope you create from IServiceScopeFactory
is a peer, not a hierarchy like you might see in core Autofac. Even if you create a scope from a scope, it'll use the singleton factory under the covers and all scopes will be peers. For more information, check out the Autofac.Extensions.DependencyInjection v8.0.0 release notes.
Full Changelog: v5.1.0...v6.0.0
v5.1.0
v5.0.0
- Compatibility with .NET5
- Removed deprecated
GetAutofacMultitenantRoot
method.
v4.0.1
v4.0.0
Version 4.0.0 is a compatibility release for Autofac v6.
See the Autofac Release notes for any Autofac breaking changes.
v3.0.2
v3.0.1
v3.0.0
This release is an update for compatibility with Autofac 5.0.0 and requires that new version. Autofac 5.0.0 does have some breaking changes - see the Autofac release notes for more information.
Dependencies updated to Autofac 5.0.0 and Autofac.Multitenant 5.0.0 to allow for IAsyncDisposable
support.