Releases: mezzio/mezzio-authentication-laminasauthentication
Releases · mezzio/mezzio-authentication-laminasauthentication
1.7.0
Release Notes for 1.7.0
Feature release (minor)
1.7.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
renovate
Enhancement
- 32: Add support for PHP 8.4 thanks to @gsteel
1.6.0
Release Notes for 1.6.0
Feature release (minor)
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 2
Documentation
- 29: Fix docs build workflow thanks to @gsteel
Enhancement
- 28: Remove support for PHP 8.0, Add support for PHP 8.3 thanks to @renovate[bot]
Enhancement,renovate
- 27: Expand constraint for
psr/http-message
to ^1 || ^2 thanks to @renovate[bot] - 25: Update dependency phpunit/phpunit to v10 thanks to @renovate[bot]
renovate
- 24: Update dependency vimeo/psalm to v5 thanks to @renovate[bot]
1.5.0
1.4.0
Release Notes for 1.4.0
Feature release (minor)
1.4.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
renovate
- 19: Configure Renovate thanks to @renovate[bot]
1.3.0
Release Notes for 1.3.0
Changed
This release modifies the BasicAccess
class to allow receiving either a callable factory that will generate an empty PSR-17 response OR a PSR-17 ResponseFactoryInterface
instance. In the case of the callable factory, internally it will now be wrapped in a decorator that implements ResponseFactoryInterface
.
This change means that if a PSR-17 ResponseFactoryInterface
service is configured in your application, it will now be used to generate unauthorized responses.
Removed
This release removes support for PHP 7.3.
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 4
Enhancement
- 17: Provide PSR-17 support thanks to @weierophinney
- 15: Prepare for Renovate with reusable workflows thanks to @ghostwriter
- 14: Allow latest psr/* dependencies thanks to @geerteltink
- 12: Psalm integration thanks to @jslmorrison
1.2.0
Release Notes for 1.2.0
Feature release (minor)
1.2.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 13: PHP 8.1 support thanks to @boesing
- 10: feat: laminas coding standard 2.2.0 thanks to @geerteltink
- 8: Switch to GHA CI workflow thanks to @internalsystemerror
1.1.0
1.1.0 - 2021-01-10
Added
- #6 Adds PHP 8.0 support
Release Notes for 1.1.0
1.1.0
-
Total issues resolved: 0
-
Total pull requests resolved: 1
-
Total contributors: 1
-
6: Added PHP 8.0 Support thanks to @delassiter