Releases: autofac/Autofac.WebApi.Owin
Releases · autofac/Autofac.WebApi.Owin
v6.2.1
v6.2.0
v6.1.0
What's Changed
- Remove
AutofacWebApiDependencyScope
fromHttpRequestMessage
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
- Breaking change: Starting with Autofac 6.0, we now only target
netstandard2.0
andnetstandard2.1
; we have removed the explicit target fornet461
. This package therefore targetsnet472
instead ofnet461
. - Resolved #10: Reference to
System.Net.Http
switched to NuGet to avoid runtime dependency location challenges on different framework versions.
v5.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.
Minimum .NET framework updated to .NET 4.6.1.