Laminas Diactoros v2.5.0 Release Notes
Release Date: 2020-11-18 // almost 4 years ago-
2.5.0 - 2020-11-18
โ Added
๐ป #46 adds the class
Laminas\Diactoros\Exception\RuntimeException
.๐ #46 adds support for PHP 8.
๐ Changed
- โ
#46 changes the exception thrown by
Laminas\Diactoros\Stream::setStream()
when an error occurs opening a stream resource. Previously, it would throw aLaminas\Diactoros\Exception\InvalidArgumentException
; it now throwsLaminas\Diactoros\Exception\RuntimeException
. This was done to comply with PSR-7 integration test suites, which test behavior of PSR-7 implementations against the specification.
โ Removed
- ๐ #46 removes support for PHP versions prior to 7.3.
๐ Release Notes for 2.5.0
๐ Feature release (minor)
2.5.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
๐ Documentation,Enhancement,hacktoberfest-accepted
- ๐ 56: Update documentation example about ServerRequestFactory::fromGlobals(). thanks to @maurobonfietti
โจ Enhancement
- 46: Allow installation on PHP 8. thanks to @ADmad
- โ
#46 changes the exception thrown by
Previous changes from v2.4.1
-
2.4.1 - 2020-09-03
๐ Release Notes for 2.4.1
๐ 2.4.x bugfix release (patch)
2.4.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
๐ Bug
- โ 50: gd is used by test suite thanks to @remicollet