Skip to content

2.5.0

Compare
Choose a tag to compare
@laminas-bot laminas-bot released this 18 Nov 18:39
· 391 commits to 3.4.x since this release
2.5.0
4ff7400

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 a Laminas\Diactoros\Exception\InvalidArgumentException; it now throws Laminas\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

Enhancement