You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blair Conrad edited this page May 15, 2014
·
7 revisions
3.3.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. (#466)
3.1.0
Changes
Updated InstancePerApiRequest to accept additional lifetime scope tags.
Added a RegisterHttpRequestMessage method to the container builder that uses a DelegatingHandler to make the current HttpRequestMessage resolvable in the dependency scope.
Bug Fixes
Issue 426: Not all Web API filters are executed when multiple filters are applied to the same target.
3.0.2
Bug Fixes
Resolved Issue 426: Not all Web API filters are executed when multiple filters are applied to the same target.
3.0.1
Bug Fixes
Resolved Issue 418: Multiple IAutofacActionFilter causes each filter to execute multiple times. Filter wrappers are now only added once per ControllerType, FilterScope and MethodInfo combination.