Skip to content

Tags: arhimede/mezzio

Tags

3.11.0

Toggle 3.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.11.0](https://github.com/mezzio/mezzio/miles…

…tone/23)

Feature release (minor)

### 3.11.0

- Total issues resolved: **0**
- Total pull requests resolved: **3**
- Total contributors: **3**

#### Enhancement

 - [117: Provide integration with Diactoros FilterServerRequestInterface](mezzio#117) thanks to @weierophinney
 - [111: Prepare for Renovate with reusable workflows](mezzio#111) thanks to @ghostwriter
 - [110: Build `Application` with `RequestHandlerRunnerInterface` instead of `RequestHandlerRunner`, alias `RequestHandlerRunner` as `RequestHandlerRunnerInterface`](mezzio#110) thanks to @byan

3.10.0

Toggle 3.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.10.0](https://github.com/mezzio/mezzio/miles…

…tone/21)

Feature release (minor)

### 3.10.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [108: Update `AuraRouter` support for PHP 8.1](mezzio#108) thanks to @agustingomes

3.9.0

Toggle 3.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.9.0](https://github.com/mezzio/mezzio/milest…

…one/19)

Feature release (minor)

### 3.9.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [102: Allow `psr/container:^2.0` dependency](mezzio#102) thanks to @geerteltink

3.8.0

Toggle 3.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.8.0](https://github.com/mezzio/mezzio/milest…

…one/17)

Feature release (minor)

### 3.8.0

- Total issues resolved: **1**
- Total pull requests resolved: **1**
- Total contributors: **2**

#### Enhancement

 - [99: Migrate to `laminas/laminas-httphandlerrunner` 2.1](mezzio#99) thanks to @PowerKiKi

#### Enhancement,Feature Request

 - [97: Support for laminas-httphandlerrunner 2.x versions](mezzio#97) thanks to @shandyDev

3.6.1

Toggle 3.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.6.1](https://github.com/mezzio/mezzio/milest…

…one/14)

3.6.x bugfix release (patch)

### 3.6.1

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **1**

#### Bug,Documentation

 - [92: Update all references to Body Parsing to Body Params](mezzio#92) thanks to @settermjd

#### Documentation,Enhancement,Review Needed

 - [91: Add note that PUT requests require the BodyParamsMiddleware](mezzio#91) thanks to @settermjd

3.7.0

Toggle 3.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.7.0](https://github.com/mezzio/mezzio/milest…

…one/15)

### Added

- This release adds support for PHP 8.1.

### Removed

- This release removes support for PHP 7.3.

### 3.7.0

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Enhancement

 - [96: PHP 8.1 compatibility](mezzio#96) thanks to @agustingomes

3.6.0

Toggle 3.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.6.0](https://github.com/mezzio/mezzio/milest…

…one/11)

Feature release (minor)

### Changed
- `Mezzio\Application` now uses `Mezzio\Router\RouteCollectorInterface` which was introduced in v3.5.0. If the `RouteCollectorInterface` is provided by the container, the `Mezzio\ApplicationFactory` will request the interface in favor of the `RouteCollector` service.

### 3.6.0

- Total issues resolved: **1**
- Total pull requests resolved: **3**
- Total contributors: **1**

#### Enhancement

 - [87: Use `RouteCollectorInterface` in `Mezzio\Application`](mezzio#87) thanks to @boesing
 - [86: Migrate to `laminas/laminas-coding-standard` v2.2](mezzio#86) thanks to @boesing

#### Bug

 - [82: bugfix: change renderer to union type by adding `null` as possible value](mezzio#82) thanks to @boesing

3.5.2

Toggle 3.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.5.2](https://github.com/mezzio/mezzio/milest…

…one/12)

3.5.x bugfix release (patch)

### 3.5.2

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **1**

#### Bug

 - [88: Prefer `aliases`/`decorators` over dedicated factories when searching for the `PSR-17` response factory](mezzio#88) thanks to @boesing

#### Enhancement

 - [83: qa: cleanup psalm baseline](mezzio#83) thanks to @boesing

3.5.1

Toggle 3.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.5.1](https://github.com/mezzio/mezzio/milest…

…one/10)

3.5.x bugfix release (patch)

### 3.5.1

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Bug

 - [78: Fix missing PSR HTTP Factory dependency](mezzio#78) thanks to @Firtzberg

3.5.0

Toggle 3.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
laminas-bot Laminas Bot
### Release Notes for [3.5.0](https://github.com/mezzio/mezzio/milest…

…one/8)

### Changed

- Previous releases required supplying callable factories for the server request and error response. With this release, you can now use PSR-17 factories as well.

### Deprecated

- Usage of callable factories for marshaling the server request and error response are now deprecated; please assign PSR-17 factories for these going forwards.

### 3.5.0

- Total issues resolved: **0**
- Total pull requests resolved: **2**
- Total contributors: **2**

#### Enhancement

 - [75: PSR-17 support](mezzio#75) thanks to @boesing
 - [73: Remove file headers](mezzio#73) thanks to @ghostwriter