Releases: colinmollenhour/php-redis-session-abstract
Releases · colinmollenhour/php-redis-session-abstract
v2.0.0 (previously 1.6.0)
v1.6 Support connection retries
NOTE: This release broke backwards compatibility for 1.x so was effectively rolled back via v1.7.0.
What's Changed
New Contributors
Full Changelog: v1.5.5...v1.6.0
v1.7.0 - Revert 1.6 to 1.5.x
As per #58 this reverts the 1.6.0 release so that the 1.x versions are backwards compatible. This release "erases" 1.6.0 and is identical to 1.5.5.
v1.5.5 - fix error when logging concurrency exceeded
Full Changelog: v1.5.4...v1.5.5
v1.5.4 - Fix for PHP 5.6
v1.5.3 - Add locked request url to concurrency exceeded log message
v1.5.2 - Support of the separate password for Redis Sentinel Auth
What's Changed
- Support of the separate password for Redis Sentinel Auth by @abramchenkoaa in #55
New Contributors
- @abramchenkoaa made their first contribution in #55
Full Changelog: v1.5.1...v1.5.2
Add setter for read-only flag
Allows one to read the session in read-only mode, then disable read-only in order to read it again, obtaining a lock on the session first.
What's Changed
- Add setter for read only flag by @Yonn-Trimoreau in #52
New Contributors
- @Yonn-Trimoreau made their first contribution in #52
Full Changelog: v1.5.0...v1.5.1
Add setter for read-only flag
Allows one to read the session in read-only mode, then disable read-only in order to read it again, obtaining a lock on the session first.
Full Changelog: v1.4.6...v1.4.7
Backport PHP 8.1 Support and Redis 6 Sentinel update to 1.4.x
Backported changes from 1.5 without UNLINK update for 1.4 users. See #49