Expressive v3.2.1 Release Notes
Release Date: 2018-11-08 // over 6 years ago-
โ Added
- Nothing.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ #646 fixes behavior in the
MiddlewareContainer
when retrieving services that implement bothRequestHandlerInterface
andMiddlewareInterface
. Previously, it incorrectly cast these values toRequestHandlerMiddleware
, 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.
Previous changes from v3.2.0
-
โ Added
- ๐ #637 adds support for zendframework/zend-diactoros 2.0.0. You may use either a 1.Y or 2.Y version of that library with Expressive applications.
๐ Changed
- Nothing.
๐ Deprecated
- Nothing.
โ Removed
- Nothing.
๐ Fixed
- ๐ #634 provides several minor performance and maintenance improvements.