This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #646 fixes behavior in the
MiddlewareContainerwhen retrieving
services that implement bothRequestHandlerInterfaceand
MiddlewareInterface. Previously, it incorrectly cast these values to
RequestHandlerMiddleware, which could cause middleware pipelines to fail if
they attempted to delegate back to the application middleware pipeline. These
values are now correctly returned verbatim.