Expressive v3.2.1 Release Notes
Release Date: 2018-11-08 // almost 5 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.