Releases: laminas/laminas-stratigility
Releases · laminas/laminas-stratigility
3.9.0
Release Notes for 3.9.0
Feature release (minor)
3.9.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
3.8.0
Release Notes for 3.8.0
Feature release (minor)
3.8.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
3.7.0
Release Notes for 3.7.0
Feature release (minor)
3.7.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
3.6.0
Release Notes for 3.6.0
Feature release (minor)
3.6.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
Enhancement
- 27: Drop PHP 7.3, Maintenance Chores thanks to @gsteel
- 24: Prepare for Renovate with reusable workflows thanks to @ghostwriter
renovate
- 26: Configure Renovate thanks to @renovate[bot]
Documentation,Enhancement,hacktoberfest-accepted
3.5.0
3.5.0 - 2021-09-14
Release Notes for 3.5.0
Feature release (minor)
3.5.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
- 22: PHP 8.1 support thanks to @boesing
3.4.0
3.4.0 - 2021-06-28
Release Notes for 3.4.0
Fixed
- Fixes
Utils::getStatusCode()to verify that the code returned from aThrowableis actually an integer before attempting to see if it falls in the HTTP response status code range. If not, it will return the status from the provided response instance.
3.4.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Enhancement
- 20: Psalm integration thanks to @ghostwriter
- 19: Add GitHub CI thanks to @ghostwriter
- 16: Remove file headers thanks to @ghostwriter
Bug
- 15: Proposed fix for #14 thanks to @timdev
3.3.0
3.3.0 - 2020-10-20
Added
- #13 Adds support for PHP 8
Changed
- #8 As the
NotFoundHandleris technically a request handler, we are moving it to theHandlernamespace with only implementing theRequestHandlerInterfaceinstead of theMiddlewareInterface.
Deprecated
- #8 Marking
NotFoundHandlerin theMiddlewarenamespace as deprecated in favor of the newNotFoundHandlerin theHandlernamespace.
Release Notes for 3.3.0
3.3.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement,hacktoberfest-accepted
- 13: feat: add PHP 8 support thanks to @alexraputa
Enhancement
laminas-stratigility 3.2.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replaceversion constraint in composer.json so repository can be used as replacement ofzendframework/zend-stratigility:^3.2.0.
laminas-stratigility 3.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixes all legacy proxying function definitions to add missing return statements.