Skip to content

Releases: autofac/Autofac.AspNetCore.Multitenant

v8.0.0

12 Mar 19:08
bf9604f
Compare
Choose a tag to compare

Breaking Changes

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

05 May 15:38
Compare
Choose a tag to compare
  • Breaking change: Removed support for net5.0.
  • Added support for net7.0.

v6.0.0

18 Jul 15:30
Compare
Choose a tag to compare

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

15 Nov 20:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

20 Dec 13:14
Compare
Choose a tag to compare
  • Compatibility with .NET5
  • Removed deprecated GetAutofacMultitenantRoot method.

v4.0.1

06 Oct 15:15
Compare
Choose a tag to compare

Fixed issue where assembly was incorrectly delay-signed; assembly is now properly signed.

v4.0.0

30 Sep 17:35
Compare
Choose a tag to compare

Version 4.0.0 is a compatibility release for Autofac v6.

See the Autofac Release notes for any Autofac breaking changes.

v3.0.2

05 Aug 15:12
Compare
Choose a tag to compare

Updated reference to Autofac.Multitenant to 5.0.1 to address inconsistencies with Dispose/DisposeAsync interaction.

v3.0.1

07 Apr 14:46
Compare
Choose a tag to compare

Resolved #22: Delegate registrations that resolve things from an IServiceProvider now correctly use tenant scope.

v3.0.0

28 Jan 18:38
ea201e5
Compare
Choose a tag to compare

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.