Skip to content

Releases: laminas/laminas-session

2.12.1

15 Feb 16:39
2.12.1
888c6a3
Compare
Choose a tag to compare

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

2.12.0

21 Sep 19:26
2.12.0
fc538bb
Compare
Choose a tag to compare

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

2.11.0

30 Jun 15:35
2.11.0
c4e19f1
Compare
Choose a tag to compare

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

Bug,Documentation

2.10.0

31 Oct 15:33
2.10.0
921e6a9
Compare
Choose a tag to compare

2.10.0 - 2020-10-31

Added

  • #35 Adds PHP 8.0 support

Deprecated

  • #35 Marks some methods in StandardConfig and SessionConfig as deprecated as the functionality behind these methods was dropped in PHP 7.1

    • StandardConfig::setEntropyFile
    • StandardConfig::getEntropyFile
    • StandardConfig::setEntropyLength
    • StandardConfig::getEntropyLength
    • StandardConfig::setHashFunction
    • StandardConfig::getHashFunction
    • StandardConfig::setHashBitsPerCharacter
    • StandardConfig::getHashBitsPerCharacter
    • SessionConfig::setHashFunction
    • SessionConfig::setHashBitsPerCharacter
  • #35 Marks the AbstractValidatorChain, ValidatorChainTrait and AbstractValidatorChainEM3 as deprecated as they can be replaced by using the ValidatorChain 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

laminas-session 2.9.3

29 Mar 13:27
2.9.3
519e896
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-session:^2.9.1.

laminas-session 2.9.2

06 Mar 09:46
2.9.2
fdba34c
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #26 fixes removing expired sessions on session destroy in DbTableGateway.