Skip to content

Releases: colinmollenhour/Cm_RedisSession

3.3.0

29 May 19:32
d86fc37

Choose a tag to compare

What's Changed

  • Upgrade php-redis-session-abstract to v2 (add cluster support) by @forfin in #197

New Contributors

Full Changelog: 3.2.1...3.3.0

3.2.1

25 Apr 14:25
43db186

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.2.0...3.2.1

Fix loading with compiler

19 Nov 03:49
60fddb0

Choose a tag to compare

What's Changed

  • Add compatibility with Magento compilation by @fredden in #195

New Contributors

Full Changelog: 2.4.0...2.5.0

Remove Zend dependency and fix PHP 8.2 support

03 Oct 14:23

Choose a tag to compare

What's Changed

  • Remove dependency on Zend. Add ReturnTypeWillChange annotation to suppress warnings in PHP 8.2 in 4f10ca7
  • Include details for specific version installation by @norgeindian in #193

New Contributors

Full Changelog: 3.1.1...3.2.0

Fix PHP Warning

21 Mar 15:48

Choose a tag to compare

Do not return false and instead re-throw the exception to avoid PHP warning: Warning: session_start(): Failed to read session data: user (path: )

Add setDieOnError() and fix break_after

20 Mar 19:04

Choose a tag to compare

The signature of Cm_RedisSession_Model_Session_Config::__construct has been updated because calling session_name() in the config model is too early to get the correct value so it must be passed in.

-    public function __construct($path = 'global/redis_session')
+    public function __construct(string $sessionName)

Full Changelog: 3.0.3...3.1.0

Update to php-redis-session-abstract 1.5

20 Mar 18:21
be7c732

Choose a tag to compare

Restored model rewrite

22 Feb 14:14
a7dd1a4

Choose a tag to compare

What's Changed

  • Added session rewrite for backwards compatibility by @alexherbs in #190

New Contributors

Full Changelog: 3.0.1...3.0.2

Composer-only updates

04 Aug 18:17
6066dd9

Choose a tag to compare

This extension is now intended to be installed solely via composer and it is strongly recommended to use OpenMage.

Proper composer module

03 Aug 23:54
bc89343

Choose a tag to compare

Pre-release

This release is packaged exclusively as a composer module. If you do not use composer stick with the 2.x release.