Skip to content

Releases: autofac/Autofac.Web

v7.0.0

05 Apr 16:24
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.

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

v6.1.0

01 Aug 18:00
Compare
Choose a tag to compare

Web request lifetime disposal now supports IAsyncDisposable (thanks @pengweiqhca! #13)

v6.0.0

04 Oct 09:05
Compare
Choose a tag to compare

This is a compatibility release for Autofac 6.0

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

This package therefore now targets net472, instead of net461.

v5.0.0

31 Jan 23:32
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.

  • Minimum framework updated to .NET 4.6.1
  • Big thanks to @Bonuspunkt for the PR that brought this over the line!

v4.0.0

04 Jan 00:01
Compare
Choose a tag to compare
  • Updated to use .NET 4.5 including .NET 4.5 security.
  • Verified Autofac 4.0 compatibility.

v3.2.0

04 Jan 00:00
Compare
Choose a tag to compare

This release occurred prior to switching Autofac components to separate repositories.

3.2.0

  • Pushed the notion of per-request lifetime scope into Autofac core. Individual web/OWIN request mechanisms have been marked obsolete in favor of the new central method. (autofac/Autofac#466)

3.1.0

  • Updated InstancePerHttpRequest to accept additional lifetime scope tags.