Skip to content

Releases: autofac/Autofac.WebApi.Owin

v6.2.1

13 Jul 15:56
Compare
Choose a tag to compare

Update the lifetime scope disposal to use a Task continuation instead of try/finally. Fixes an issue where the scope might have been disposed before the handler code had finished executing.

v6.2.0

11 Apr 17:10
14c781a
Compare
Choose a tag to compare

This is a compatibility release for Autofac v7.0.0.

Updated dependencies:

  • Autofac: 6.0.0 => 6.5.0+
  • Autofac.Owin: 7.0.0 => 7.1.0
  • Microsoft.AspNet.WebApi.Owin 5.2.7 => 5.2.9

v6.1.0

02 Aug 22:40
Compare
Choose a tag to compare

What's Changed

  • Remove AutofacWebApiDependencyScope from HttpRequestMessage after we leave the handler so it can be garbage collected (thanks @srogovtsev! #17)
  • Update base Autofac dependencies so fixes and features are present by default:
    • Autofac 6.4.0
    • Autofac.Owin 7.0.0
    • Autofac.WebApi2 6.1.1

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

v6.0.0

05 Oct 22:35
Compare
Choose a tag to compare
  • 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 targets net472 instead of net461.
  • Resolved #10: Reference to System.Net.Http switched to NuGet to avoid runtime dependency location challenges on different framework versions.

v5.0.0

31 Jan 23:59
444943e
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 .NET framework updated to .NET 4.6.1.

v4.0.0

04 Jan 00:18
Compare
Choose a tag to compare
  • Updated for Autofac 4.0.0.
  • Moved DisposeScopeOnAppDisposing from Web API OWIN integration to core OWIN integration.

v3.3.0

04 Jan 00:18
Compare
Choose a tag to compare

#2: Added DisposeScopeOnAppDisposing for post-app cleanup.

v3.2.0

04 Jan 00:15
Compare
Choose a tag to compare

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