Skip to content

Releases: mezzio/mezzio-problem-details

1.6.2

03 Feb 13:52
1.6.2
7b319ee
Compare
Choose a tag to compare

Release Notes for 1.6.2

1.6.x bugfix release (patch)

1.6.2

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

Documentation

1.6.1

03 Feb 11:13
1.6.1
4084d5b
Compare
Choose a tag to compare

Release Notes for 1.6.1

1.6.x bugfix release (patch)

1.6.1

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

Documentation,Enhancement

1.6.0

20 Jan 18:35
1.6.0
a59cf6c
Compare
Choose a tag to compare

Release Notes for 1.6.0

Feature release (minor)

1.6.0

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

Enhancement

1.5.0

01 Dec 20:45
1.5.0
12efb80
Compare
Choose a tag to compare

Release Notes for 1.5.0

Added

  • This release adds support for PHP 8.1.

  • This release adds support for using PSR-17 response factories to back the ProblemDetailsResponseFactory. If you previously were using a callable to produce a new response, you can now instead use a PSR-17 ResponseFactoryInterface.

Removed

  • This release removes support for PHP 7.3.

1.5.0

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

Enhancement

1.4.0

13 May 19:26
1.4.0
4d8fc95
Compare
Choose a tag to compare

Release Notes for 1.4.0

Feature release (minor)

1.4.0

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

Enhancement

Enhancement,hacktoberfest-accepted

1.3.0

24 Jan 21:55
1.3.0
acdca58
Compare
Choose a tag to compare

Release Notes for 1.3.0

1.3.0

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 3

Enhancement

Duplicate,Enhancement

1.2.0

06 Aug 18:04
1.2.0
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • #5 updates the ProblemDetailsExceptionInterface to explicitly extend Throwable, forcing users to extend an Exception type in implementations. As using it outside that context was never intended, the maintainers do not consider this a BC break.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release 1.2.0

1.2.0

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

Enhancement