@@ -13,18 +13,49 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
This requires libzstd version >= 1.3.0
14
14
[ 2abc61da] ( https://github.com/phpredis/phpredis/commit/2abc61da )
15
15
([ Remi Collet] ( https://github.com/remicollet ) )
16
- - Fix overallocation in RedisCluster directed node commands [ cf93649] ( https://github.com/phpredis/phpredis/commit/cf93649 )
17
- (([ Michael Grunder] ( https://github.com/michael-grunder ) )
16
+
17
+ ### Changed
18
+
19
+ - Refactor redis_session
20
+ [ 91a8e734] ( https://github.com/phpredis/phpredis/commit/91a8e734 ) ,
21
+ [ 978c3074] ( https://github.com/phpredis/phpredis/commit/978c3074 )
22
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
23
+ - Fix overallocation in RedisCluster directed node commands
24
+ [ cf93649] ( https://github.com/phpredis/phpredis/commit/cf93649 )
25
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) )
26
+ - Also attach slaves when caching cluster slots
27
+ [ 0d6d3fdd] ( https://github.com/phpredis/phpredis/commit/0d6d3fdd ) ,
28
+ [ b114fc26] ( https://github.com/phpredis/phpredis/commit/b114fc26 )
29
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) )
30
+ - Use zend_register_persistent_resource_ex for connection pooling
31
+ [ fdada7ae] ( https://github.com/phpredis/phpredis/commit/fdada7ae ) ,
32
+ [ 7c6c43a6] ( https://github.com/phpredis/phpredis/commit/7c6c43a6 )
33
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
18
34
19
35
### Fixed
20
36
21
37
- Fix regression for multihost_distribute_call added in [ 112c77e3] ( https://github.com/phpredis/phpredis/commit/112c77e3 )
22
38
[ fbe0f804] ( https://github.com/phpredis/phpredis/commit/fbe0f804 )
23
39
([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
40
+ - Revert "fix regression for conntecting to ports > 32767" added in [ 1f41da64] ( https://github.com/phpredis/phpredis/commit/1f41da64 ) and add another fix
41
+ [ 17b139d8] ( https://github.com/phpredis/phpredis/commit/17b139d8 ) ,
42
+ [ 7ef17ce1] ( https://github.com/phpredis/phpredis/commit/7ef17ce1 )
43
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko )
24
44
- Fix regression for conntecting to unix sockets with relative path added in [ 1f41da64] ( https://github.com/phpredis/phpredis/commit/1f41da64 )
25
45
[ 17b139d8] ( https://github.com/phpredis/phpredis/commit/17b139d8 ) ,
26
46
[ 7ef17ce1] ( https://github.com/phpredis/phpredis/commit/7ef17ce1 )
27
47
([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko )
48
+ - Fix unix-socket detection logic broken in [ 418428fa] ( https://github.com/phpredis/phpredis/commit/418428fa )
49
+ [ a080b73f] ( https://github.com/phpredis/phpredis/commit/a080b73f )
50
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko )
51
+ - Fix memory leak and bug with getLastError for redis_mbulk_reply_assoc and redis_mbulk_reply_zipped.
52
+ [ 7f42d628] ( https://github.com/phpredis/phpredis/commit/7f42d628 ) ,
53
+ [ 3a622a07] ( https://github.com/phpredis/phpredis/commit/3a622a07 )
54
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) ,
55
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) )
56
+ - Fix bug with password contain "#" for redis_session
57
+ [ 2bb08680] ( https://github.com/phpredis/phpredis/commit/2bb08680 )
58
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko )
28
59
29
60
---
30
61
0 commit comments