Releases: colinmollenhour/php-redis-session-abstract
Releases · colinmollenhour/php-redis-session-abstract
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
Fix PHP 8.1 and use UNLINK instead of DEL
What's Changed
- Fix PHP 8.1 warning with sentinel by @zamu87 in #46
- replace "DEL" Commands with "UNLINK" by @jonashrem in #35
New Contributors
- @jonashrem made their first contribution in #35
Full Changelog: v1.4.5...v1.5.0
Fix deprecation warnings for PHP 8.1
v1.4.5 Merge pull request #45 from karyna-tsymbal-atwix/php8.1-compatibility…
PHP 8 Support
Merge pull request #41 from sivaschenko/php8 PHP 8 compatibility and a basic test
Sentinel Auth Ignore
Ignore Sentinel auth errors when Sentinel does not require auth.
Support Sentinel Auth
Merge pull request #31 from tschirmer/master Added Support for Sentinel With Auth
1.4.1
v1.4.1 Simplify composer.json supported PHP version.
Add support for read-only mode
Merge pull request #20 from nemphys/read-only Support for "read-only" sessions