RedisSessionHandler v0.9.7 Release Notes
Release Date: 2020-04-07 // over 3 years ago-
๐ Changes:
- ๐ (Improvement) Implemented support for Unix paths as means to connect to a Redis server.
- ๐ (Bugfix) Ensure RedisSessionHandler::read() always returns a string (contributed by therosco).
- ๐ (Docs) Acknowledged
redis.session.locking_enabled
INI directive from the native extension (starting from v4.1.0). - โก๏ธ (Improvement) Updated versions of testing containers.
Issues Resolved:
Previous changes from v0.9.6
-
๐ Changes:
- ๐ (Bugfix) Fixed regenerated sessions expiration date (contributed by @kavacky)
- ๐ (Bugfix) Fixed a phpredis 4.0 BC break in the return type of the
exists()
function. - ๐ (Improvement) PHP 7.2 was released since 0.9.5, and a 7.2 FPM daemon has been added to the test pool.
Issues Resolved: