Releases: auraphp/Aura.Session
Releases · auraphp/Aura.Session
4.0.0
4.0.0
- PHP 7.2+ is now required.
- Github CI workflow added.
- Scrutinizer CI updated.
- MIT License.
- (CHG) CsrfToken::isValid($value, $key = 'value') now have a second parameter, so the default value of key can be changed.
- (CHG) CsrfToken::getValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
- (CHG) CsrfToken::regenerateValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
- (ADD) CsrfToken::regenerateAllKeyValues() . Will regenerate all csrf token values for all keys.
- Throws SessionAlreadyStarted exception if setCookieParams is called after session is started.
- (ADD) Segment:: remove($key) . Either remove the entire segment or a key from the segment
- (BRK) SegmentInterface , added two method getSegment and remove. So if you are using the SegmentInterface things may break.
Full diff 2.x...4.x
4.0.0-beta1
4.0.0-beta1
- PHP 7.2+ is now required.
- Github CI workflow added.
- Scrutinizer CI updated.
- MIT License.
- (CHG) CsrfToken::isValid($value, $key = 'value') now have a second parameter, so the default value of key can be changed.
- (CHG) CsrfToken::getValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
- (CHG) CsrfToken::regenerateValue($key = 'value') now accepts key as a parameter, so the default value of key can be changed.
- (ADD) CsrfToken::regenerateAllKeyValues() . Will regenerate all csrf token values for all keys.
- Throws SessionAlreadyStarted exception if setCookieParams is called after session is started.
- (ADD) Segment:: remove($key) . Either remove the entire segment or a key from the segment
- (BRK) SegmentInterface , added two method getSegment and remove. So if you are using the SegmentInterface things may break.
Full diff 2.x...4.x
2.1.0
2.0.1
2.0.0
This is the first stable release of Aura.Session 2.0.0.
- Fix #23
- Merge pull request #33 from harikt/issue-23.
- Merge pull request #35 from iansltx/php7-compat: Fix FakeSessionHandler::write() (fixes PHP7 tests)
- Merge pull request #36 from fiahfy/spike: fix param type
- Merge pull request #37 from tomkyle/develop-2: Removed redundant paragraph
- Merge pull request #38 from tomkyle/develop-2: Clarified parameter descriptions
- Updated documentation and support files.
2.0.0-beta2
- TST: Update testing structure, use plain old PHPUnit for tests
- CHG: Use new service naming rules
- CHG: Disable auto-resolve for container tests
2.0.0-beta1
First 2.0.0 beta release.