Skip to content

Releases: laminas/laminas-stratigility

3.9.0

10 Oct 19:35
3.9.0
b847ad3

Choose a tag to compare

Release Notes for 3.9.0

Feature release (minor)

3.9.0

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

Enhancement

3.8.0

23 Jul 13:56
3.8.0
aa47a70

Choose a tag to compare

Release Notes for 3.8.0

Feature release (minor)

3.8.0

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

Enhancement

3.7.0

21 Jul 23:15
3.7.0
29461a7

Choose a tag to compare

Release Notes for 3.7.0

Feature release (minor)

3.7.0

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

Enhancement

3.6.0

21 Jul 20:30
3.6.0
ba6ac4d

Choose a tag to compare

Release Notes for 3.6.0

Feature release (minor)

3.6.0

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

Enhancement

renovate

Documentation,Enhancement,hacktoberfest-accepted

3.5.0

14 Sep 04:15
3.5.0
f59f3ad

Choose a tag to compare

3.5.0 - 2021-09-14


Release Notes for 3.5.0

Feature release (minor)

3.5.0

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

Enhancement

3.4.0

28 Jun 22:16
3.4.0
5553756

Choose a tag to compare

3.4.0 - 2021-06-28


Release Notes for 3.4.0

Fixed

  • Fixes Utils::getStatusCode() to verify that the code returned from a Throwable is actually an integer before attempting to see if it falls in the HTTP response status code range. If not, it will return the status from the provided response instance.

3.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 2

Enhancement

Bug

3.3.0

20 Oct 10:38
3.3.0
d6336b8

Choose a tag to compare

3.3.0 - 2020-10-20

Added

  • #13 Adds support for PHP 8

Changed

  • #8 As the NotFoundHandler is technically a request handler, we are moving it to the Handler namespace with only implementing the RequestHandlerInterface instead of the MiddlewareInterface.

Deprecated

  • #8 Marking NotFoundHandler in the Middleware namespace as deprecated in favor of the new NotFoundHandler in the Handler namespace.

Release Notes for 3.3.0

3.3.0

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

Enhancement,hacktoberfest-accepted

Enhancement

laminas-stratigility 3.2.2

29 Mar 13:32
3.2.2
3f88aa1

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-stratigility:^3.2.0.

laminas-stratigility 3.2.1

07 Jan 21:14
3.2.1

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixes all legacy proxying function definitions to add missing return statements.