Skip to content

Releases: mezzio/mezzio-router

3.20.0

19 Feb 16:06
Immutable release. Only release title and notes can be modified.
3.20.0
be4de58

Choose a tag to compare

Release Notes for 3.20.0

Feature release (minor)

3.20.0

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

dependencies

4.2.0

09 Jan 11:46
4.2.0
e7a6505

Choose a tag to compare

Release Notes for 4.2.0

Feature release (minor)

4.2.0

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

Enhancement,dependencies

4.1.0

11 Oct 09:17
4.1.0
82846ec

Choose a tag to compare

Release Notes for 4.1.0

Feature release (minor)

4.1.0

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

Enhancement,dependencies

Bug

3.19.0

11 Oct 08:42
3.19.0
3df4363

Choose a tag to compare

Release Notes for 3.19.0

Feature release (minor)

3.19.0

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

Enhancement,QA,dependencies

4.0.1

27 Apr 09:37
4.0.1
851fb02

Choose a tag to compare

Release Notes for 4.0.1

4.0.x bugfix release (patch)

4.0.1

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

Bug

4.0.0

26 Apr 20:47
4.0.0
4f85ce4

Choose a tag to compare

Release Notes for 4.0.0

Release notes for 4.0

  • #66 Adds the final keyword to all classes preventing subclassing
  • #70 Introduces native types where they were previously missing. Most of these changes will not cause any impact now that the classes are final.
  • #71 removes the deprecated ImplicitMethodsIntegrationTest - this abstract test case was renamed for PHPUnit compatibility to AbstractImplicitMethodsIntegrationTest. This change will only affect integration tests for Router implementations
  • #68 changes the constructor signature of ImplicitHeadMiddleware - it now only accepts a PSR-17 StreamFactoryInterface where previously, it also accepted an arbitrary callable.
  • #69 changes the constructor signatures of MethodNotAllowedMiddleware and ImplicitOptionsMiddleware. Previously, both of these middleware accepted a callable and a PSR-17 ResponseFactoryInterface. The ability to pass a callable has been removed
  • Some internal, and now unused traits and classes have been removed. As these were not part of the public API, their removal should not cause any problems.
  • #72 Changes the way that configuration is processed for the the detection of duplicate routes.
    Previously an array was expected in the format:
    return [
      \Mezzio\Router\RouteCollector::class => [
        'detect_duplicates' => true,
      ],
    ];
    Now, the top level key of router should be used:
    return [
      'router' => [
        'detect_duplicates' => true,
      ],
    ];
    Duplicate route detection still defaults to true so this change will affect users that explicitly turned off duplicate route detection, and, where duplicate routes exist, or the feature was turned off explictly to save the additional overhead in production.

4.0.0

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

QA,dependencies

Documentation,Enhancement

Enhancement,QA

Enhancement

Bug

BC Break

BC Break,Enhancement

3.18.0

16 Oct 21:18
3.18.0
75e9a3e

Choose a tag to compare

Release Notes for 3.18.0

Feature release (minor)

3.18.0

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

Enhancement

renovate

3.17.0

31 Oct 17:29
3.17.0
78573e1

Choose a tag to compare

Release Notes for 3.17.0

Feature release (minor)

3.17.0

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

Enhancement,dependencies

Documentation,Enhancement

Bug,dependencies

renovate

3.16.1

24 Apr 14:33
3.16.1
b83d61a

Choose a tag to compare

Release Notes for 3.16.1

3.16.x bugfix release (patch)

3.16.1

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

Bug,dependencies

3.16.0

24 Apr 14:15
3.16.0
773d370

Choose a tag to compare

Release Notes for 3.16.0

Feature release (minor)

3.16.0

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

Enhancement,renovate

Enhancement