Skip to content

Releases: laminas/laminas-diactoros

2.4.1

03 Sep 14:29
2.4.1

Choose a tag to compare

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

2.4.0

02 Sep 13:59
2.4.0

Choose a tag to compare

2.4.0 - 2020-09-02


Release Notes for 2.4.0

Feature release (minor)

2.4.0

Enhancement

2.3.2

02 Sep 13:51
2.3.2

Choose a tag to compare

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

laminas-diactoros 2.3.1

07 Jul 15:37
2.3.1

Choose a tag to compare

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.

laminas-diactoros 2.3.0

27 Apr 17:07
2.3.0

Choose a tag to compare

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.

laminas-diactoros 2.2.3

29 Mar 12:32
2.2.3
b596c71

Choose a tag to compare

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.

laminas-diactoros 2.2.2

07 Jan 19:41
2.2.2

Choose a tag to compare

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.