Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

zend-expressive 3.2.1

Latest
Compare
Choose a tag to compare
@weierophinney weierophinney released this 08 Nov 15:32
· 54 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #646 fixes behavior in the MiddlewareContainer when retrieving
    services that implement both RequestHandlerInterface 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.