Releases: mezzio/mezzio-session-cache
Releases · mezzio/mezzio-session-cache
1.6.0
Release Notes for 1.6.0
Feature release (minor)
1.6.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 3
Enhancement
- 19: PHP 8.1 support thanks to @boesing
- 17: feat: laminas coding standard 2.2.0 thanks to @geerteltink
- 16: Remove file headers thanks to @ghostwriter
1.5.1
Release Notes for 1.5.1
Fixed
- This release updates the dflydev/fig-cookies constraint to allow both v2 and v3 releases. Without the addition of v3 releases, the package was uninstallable with PHP 8.0 previously.
1.5.1
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Bug
Enhancement
1.5.0
1.5.0 - 2020-10-09
Added
- #8 adds support for PHP 8.
Release Notes for 1.5.0
1.5.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 3
Enhancement
- 9: Add Psalm integration thanks to @weierophinney and @boesing
- 8: Add PHP 8 Support thanks to @weierophinney
- 7: init test-suite current time using gmdate thanks to @pine3ree
- 6: Use persistence traits thanks to @pine3ree
mezzio-session-cache 1.4.0
Added
- #3 adds support for SameSite cookies. By default, the SameSite attribute will be set to "Lax", but the value can be configured via the mezzio-session-cache.cookie_same_site configuration setting.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.