All Versions
69
Latest Version
Avg Release Cycle
45 days
Latest Release
1255 days ago

Changelog History
Page 1

  • v2.5.0 Changes

    November 18, 2020

    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

  • v2.4.1 Changes

    September 03, 2020

    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

  • v2.4.0 Changes

    September 02, 2020

    2.4.0 - 2020-09-02


    ๐Ÿš€ Release Notes for 2.4.0

    ๐Ÿ”‹ Feature release (minor)

    2.4.0

    Total issues resolved: 0

    Total pull requests resolved: 2

    Total contributors: 2

    ๐Ÿš€ 49: Merge release 2.3.2 into 2.4.x thanks to @github-actions[bot]

    โœจ Enhancement

  • v2.3.2 Changes

    September 02, 2020

    2.3.2 - 2020-09-02

    โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ป #47 corrects the documented exception type thrown by Laminas\Diactoros\Response\ArraySerializer::fromArray() to indicate Laminas\Diactoros\Exception\DeserializationException is thrown by the method.

    ๐Ÿš€ Release Notes for 2.3.2

    2.3.2

    • Total issues resolved: 0
    • Total pull requests resolved: 1
    • Total contributors: 1

    ๐Ÿ› Bug,Documentation

  • v2.3.1 Changes

    July 07, 2020

    โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  #44 fixes an issue whereby the uploaded file size was being provided as an integer string, and causing type errors. The value is now cast to integer before creating an UploadedFile instance.
  • v2.3.0 Changes

    April 27, 2020

    โž• Added

    • ๐Ÿ”ง #37 adds a ConfigProvider and Module, allowing the package to be autoregistered within Mezzio and MVC applications. Each provides configuration mapping PSR-17 HTTP message factory interfaces to the Diactoros implementations of them.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • Nothing.
  • v2.2.3 Changes

    March 29, 2020

    โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-diactoros:^2.2.1.
  • v2.2.2 Changes

    January 07, 2020

    โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • Nothing.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • #30 adds missing return statements to the various src/functions/*.legacy.php function files to ensure they work correctly when used.
  • v2.2.1 Changes

    November 13, 2019

    โž• Added

    • Nothing.

    ๐Ÿ”„ Changed

    • ๐Ÿ›  zendframework/zend-diactoros#379 removes extension of SplFileInfo by the UploadedFile class. The signatures of getSize() are potentially incompatible, and UploadedFile is intended to work with arbitrary PHP and PSR-7 streams, whereas SplFileInfo can only model files on the filesystem. While this is technically a BC break, we are treating it as a bugfix, as the class was broken for many use cases.

    ๐Ÿ—„ Deprecated

    • Nothing.

    โœ‚ Removed

    • Nothing.

    ๐Ÿ›  Fixed

    • Nothing.
  • v2.2.1.p2

    March 23, 2020