Skip to content

Releases: colinmollenhour/php-redis-session-abstract

v2.0.0 (previously 1.6.0)

20 May 15:11
f485d28
Compare
Choose a tag to compare

What's Changed

  • Add connection retries support by @hjf288 in #57

New Contributors

Full Changelog: v1.5.5...v2.0.0

v1.6 Support connection retries

15 May 18:55
f485d28
Compare
Choose a tag to compare

NOTE: This release broke backwards compatibility for 1.x so was effectively rolled back via v1.7.0.

What's Changed

  • Add connection retries support by @hjf288 in #57

New Contributors

Full Changelog: v1.5.5...v1.6.0

v1.7.0 - Revert 1.6 to 1.5.x

20 May 15:13
Compare
Choose a tag to compare

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

03 Feb 06:07
Compare
Choose a tag to compare

v1.5.4 - Fix for PHP 5.6

03 Jan 14:17
c2e6ed1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3 - Add locked request url to concurrency exceeded log message

29 Dec 17:35
Compare
Choose a tag to compare

v1.5.2 - Support of the separate password for Redis Sentinel Auth

03 Nov 14:59
3d3e497
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

Add setter for read-only flag

16 Nov 19:37
3df52a7
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v1.5.0...v1.5.1

Add setter for read-only flag

16 Nov 19:43
Compare
Choose a tag to compare

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

16 Aug 22:37
Compare
Choose a tag to compare

Backported changes from 1.5 without UNLINK update for 1.4 users. See #49