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