Skip to content

1.6.0

Choose a tag to compare

@laminas-bot laminas-bot released this 29 Oct 17:25
· 8 commits to 1.9.x since this release
1.6.0
293b91b

Release Notes for 1.6.0

Removed

  • This patch removes wiring of the "Request" service to the module's own "RequestFactory". In normal applications, laminas-mvc already provides wiring for the service, and if you need for the factory to vary how it works and provide a laminas-console Request on detection of a CLI request, laminas-mvc-console will already do this for you. If you find that your application is breaking when performing console requests, install laminas/laminas-mvc-console.

Deprecated

  • This release deprecates Laminas\ApiTools\ContentNegotiation\Factory\RequestFactory. The class is no longer wired in configuration, and will be removed in version 2.0.0.

1.6.0

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

Bug,Enhancement