Releases: mezzio/mezzio-authentication
Releases · mezzio/mezzio-authentication
1.10.0
Release Notes for 1.10.0
Feature release (minor)
1.10.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
renovate
Enhancement
- 134: Add support for PHP 8.4 thanks to @gsteel
Bug,Documentation
- 90: Fix docs build workflow thanks to @gsteel
1.9.0
Release Notes for 1.9.0
Feature release (minor)
1.9.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 2
Enhancement
-
89: Add support for PHP 8.3 thanks to @gsteel
-
77: Switch to the re-usable workflow for release thanks to @gsteel
renovate
1.8.0
Release Notes for 1.8.0
Feature release (minor)
1.8.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 2
Enhancement
renovate
- 63: Update dependency psr/http-message to v2 thanks to @renovate[bot]
- 50: Lock file maintenance thanks to @renovate[bot]
- 45: Update dependency vimeo/psalm to v5 thanks to @renovate[bot]
- 36: Lock file maintenance thanks to @renovate[bot]
1.7.0
Release Notes for 1.7.0
Feature release (minor)
1.7.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 35: Add support for PHP 8.2, remove support for PHP 7.4 thanks to @gsteel
- 32: qa: remove
prophecy
usage in favor of nativephpunit
mock objects thanks to @alexraputa
renovate
- 30: Lock file maintenance thanks to @renovate[bot]
1.6.0
Release Notes for 1.6.0
Feature release (minor)
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
- 29: Add config.platform to composer, remove some exports from distribution package thanks to @gsteel
renovate
- 27: Update actions/checkout action to v3 thanks to @renovate[bot]
1.5.0
Release Notes for 1.5.0
Feature release (minor)
1.5.0
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 4
Enhancement
- 26: Apply PHP 7.4 syntax and typed property thanks to @samsonasik
- 19: Prepare for Renovate with reusable workflows thanks to @ghostwriter
renovate
- 24: Update dependency psalm/plugin-phpunit to ^0.17.0 thanks to @renovate[bot]
- 23: Update dependency laminas/laminas-coding-standard to ~2.4.0 thanks to @renovate[bot]
- 22: Configure Renovate thanks to @renovate[bot]
Documentation,Enhancement
1.4.0
Release Notes for 1.4.0
Feature release (minor)
1.4.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
1.3.0
Release Notes for 1.3.0
Added
- This release adds support for PHP 8.1.
Removed
- This release removes support for PHP 7.3.
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Enhancement
- 17: PHP 8.1 support thanks to @boesing
- 15: Remove file headers thanks to @ghostwriter
- 14: Switch to GHA CI workflow thanks to @internalsystemerror
- 9: Upgrade to latest
laminas/laminas-coding-standard
version thanks to @boesing
1.2.1
1.2.1 - 2020-11-03
Fixed
-
#11 Fixes an assertion error which was caused due to the implementation of Psalm in #6 and reported with #10.
Mezzio has support for multiple containers and some of those containers may return
ArrayObject
instead of an array.
Release Notes for 1.2.1
1.2.x bugfix release (patch)
1.2.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
1.2.0
1.2.0 - 2020-10-20
Added
- #7 Adds PHP 8.0 support
Release Notes for 1.2.0
1.2.0
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 2
Enhancement,hacktoberfest-accepted
- 8: feat: update to laminas coding standart v2 thanks to @alexraputa
- 7: feat: add PHP 8 support thanks to @alexraputa
- 6: Add Psalm integration thanks to @alexraputa and @boesing