Skip to content

3.6.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 25 Jul 13:24
· 197 commits to 3.18.x since this release
3.6.0
f36f714

Release Notes for 3.6.0

Feature release (minor)

Added

  • Added PSR-17 support

Changed

  • To provide proper PSR-17 support, the following middlewares have changed and can now be instantiated with both callable():ResponseInterface or an instance of ResponseFactoryInterface
    • ImplicitOptionsMiddleware
    • MethodNotAllowedMiddleware

Deprecated

  • Deprecated the callable response factory for ImplicitOptionsMiddleware and MethodNotAllowedMiddleware. This functionality will be removed in the next major version.

3.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement