Releases: laminas-api-tools/api-tools-content-negotiation
Releases · laminas-api-tools/api-tools-content-negotiation
1.8.0
Release Notes for 1.8.0
Added
This release adds support for PHP 8.2.
Removed
This release removes support for all PHP 7 releases.
1.8.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 27: Drop PHP 7, Support PHP 8.2 thanks to @rogervila
1.7.0
Release Notes for 1.7.0
Feature release (minor)
1.7.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 26: Support for PHP 8.1 thanks to @snapshotpl
1.6.0
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
1.5.0
Release Notes for 1.5.0
Added
- This release adds support for PHP 8.0.
Removed
- This release removes support for PHP versions prior to 7.3.
1.5.0
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 4
Enhancement
- 21: Provide Psalm integration thanks to @weierophinney and @boesing
- 18: Switch to GHA CI workflow thanks to @internalsystemerror
- 16: PHP 8.0 support thanks to @eimkua1