Skip to content

Releases: autofac/Autofac.Multitenant

v8.0.3

01 Apr 18:39
Compare
Choose a tag to compare

Fixed nullable type annotations on ReconfigureTenant, TenantIsConfigured, and RemoveTenant to allow for null tenant IDs. (PR #41 )

v8.0.2

12 Mar 16:55
1a7a9eb
Compare
Choose a tag to compare

Fixed nullable type annotations on TryIdentifyTenant and ConfigureTenant to allow for null tenant IDs. (PR #39 )

v8.0.1

28 Jan 02:10
Compare
Choose a tag to compare

Remove race condition in ReconfigureTenant (#38 thanks @nmoATusercube!)

v8.0.0

18 Jan 00:20
1e4c063
Compare
Choose a tag to compare

Breaking Changes

Updated minimum core Autofac to 8.0.0, which minor breaking changes and target framework updates. See release notes for core Autofac.

Additional Changes

Add support for .NET 8.

Full Changelog: v7.0.1...v8.0.0

v7.0.1

24 Aug 16:41
Compare
Choose a tag to compare
  • Fixed thread-affinity issue during async dispose (#35 - thanks @NorekZ!)

Full Changelog: v7.0.0...v7.0.1

v7.0.0

08 Mar 19:06
Compare
Choose a tag to compare

Version 7.0.0 is a compatibility release for Autofac v7.

Autofac v7 has some breaking changes; see the Autofac v7 release on github for details.

What's Changed

Full Changelog: v6.0.0...v7.0.0

v6.0.0

28 Sep 21:18
Compare
Choose a tag to compare

Version 6.0.0 is a compatibility release for Autofac v6.

Breaking change: Starting with Autofac 6.0, we now only target netstandard2.0 and netstandard2.1; we have removed the explicit target for net461.

The impact to you is that, while Autofac will still work on .NET Framework 4.6.1 as it did before, we strongly encourage you to upgrade to .NET Framework 4.7.2 or higher, as per the .NET Standard Documentation, to avoid any of the known dependency issues when using .NET Standard packages in .NET Framework 4.6.1.

v5.0.1

07 Apr 14:58
81a4b04
Compare
Choose a tag to compare

Resolved #19: Dispose and DisposeAsync now correctly work together.

v5.0.0

28 Jan 17:06
ed664b9
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.

  • Added IAsyncDisposable support.
  • No longer targeting net451 or netstandard1.1.
  • Added targets for net461, netstandard2.0, and netstandard2.1.

v4.2.0

28 Aug 16:29
Compare
Choose a tag to compare

Resolved #9: Added GetTenants and ClearTenants to MultitenantContainer for better management abilities.