This repository has been 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
MiddlewareContainer
when retrieving
services that implement bothRequestHandlerInterface
and
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.