Releases: laminas/laminas-session
Releases · laminas/laminas-session
2.12.1
Release Notes for 2.12.1
2.12.x bugfix release (patch)
2.12.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
- 48: Clear metadata even if session key didn't exist thanks to @omarkdev and @Piescko
2.12.0
Release Notes for 2.12.0
Feature release (minor)
2.12.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement,Work In Progress
- 45: PHP 8.1 support thanks to @boesing
2.11.0
Release Notes for 2.11.0
Added
- This release adds support for
cookie_samesite
when defining your session cookie parameters.
2.11.0
- Total issues resolved: 3
- Total pull requests resolved: 3
- Total contributors: 5
Enhancement
- 44: Add GitHub CI thanks to @ghostwriter and @froschdesign
- 37: Add cookie_samesite parameter thanks to @xmorave2 and @roelvanduijnhoven
Bug,Documentation
2.10.0
2.10.0 - 2020-10-31
Added
- #35 Adds PHP 8.0 support
Deprecated
-
#35 Marks some methods in
StandardConfig
andSessionConfig
as deprecated as the functionality behind these methods was dropped in PHP 7.1StandardConfig::setEntropyFile
StandardConfig::getEntropyFile
StandardConfig::setEntropyLength
StandardConfig::getEntropyLength
StandardConfig::setHashFunction
StandardConfig::getHashFunction
StandardConfig::setHashBitsPerCharacter
StandardConfig::getHashBitsPerCharacter
SessionConfig::setHashFunction
SessionConfig::setHashBitsPerCharacter
-
#35 Marks the
AbstractValidatorChain
,ValidatorChainTrait
andAbstractValidatorChainEM3
as deprecated as they can be replaced by using theValidatorChain
instead.
Removed
- #35 Removed compatibility with laminas-eventmanager v2
Release Notes for 2.10.0
2.10.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement,hacktoberfest-accepted
- 35: PHP 8 support thanks to @rieschl
laminas-session 2.9.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-session:^2.9.1
.
laminas-session 2.9.2
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #26 fixes removing expired sessions on session destroy in
DbTableGateway
.