Laminas Diactoros v2.5.0 Release Notes

Release Date: 2020-11-18 // over 3 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 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


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