@@ -5,6 +5,70 @@ All changes to phpredis will be documented in this file.
5
5
We're basing this format on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and PhpRedis adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ Unreleased]
9
+
10
+ ### Sponsors :sparkling_heart :
11
+
12
+ - [ Audiomack] ( https://audiomack.com )
13
+ - [ BlueHost] ( https://bluehost.com )
14
+ - [ Redis Cache Pro for WordPress] ( https://wprediscache.com )
15
+ - [ Avtandil Kikabidze] ( https://github.com/akalongman )
16
+
17
+ ### Fixed
18
+
19
+ - Fix cluster segfault when dealing with NULL multi bulk replies in RedisCluster
20
+ [ 950e8de8] ( https://github.com/phpredis/phpredis/commit/950e8de807ba17ecfff62504a6ee7a959a5df714 )
21
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) ,
22
+ [ Alex Offshore] ( https://github.com/offshore ) )
23
+ - Fix xReadGroup() must return message id
24
+ [ 500916a4] ( https://github.com/phpredis/phpredis/commit/500916a4d052aa180aa8d27a9e147e64f3ee6303 )
25
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
26
+ - Fix memory leak in rediscluster session handler
27
+ [ b2cffffc] ( https://github.com/phpredis/phpredis/commit/b2cffffc107541643bab7eb81751b497bc264639 )
28
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
29
+ - Fix XInfo() returns false if the stream is empty
30
+ [ 5719c9f7] ( https://github.com/phpredis/phpredis/commit/5719c9f7ff8ba4595c0f2d82e9549a604d925ed7 ) ,
31
+ [ 566fdeeb] ( https://github.com/phpredis/phpredis/commit/566fdeeb19c8112ac83cf4e47be6928626aa7b37 )
32
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) ,
33
+ [ Michael Grunder] ( https://github.com/michael-grunder ) )
34
+
35
+ ### Changed
36
+
37
+ - Relax requirements on set's expire argument
38
+ [ 36458071] ( https://github.com/phpredis/phpredis/commit/364580718891de94aac13dc352aa994d531d4272 )
39
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) )
40
+ - Refactor redis_sock_check_liveness
41
+ [ c5950644] ( https://github.com/phpredis/phpredis/commit/c5950644e92e61e0c3f38a8ab8a380f707102eb0 )
42
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
43
+ - PHP8 compatibility
44
+ [ a7662da7] ( https://github.com/phpredis/phpredis/commit/a7662da7924dcbaa74f5f2c6e1dce06b19e64bfc ) ,
45
+ [ f4a30cb2] ( https://github.com/phpredis/phpredis/commit/f4a30cb2bda7414b159bf8b1be69dad52ed6f008 ) ,
46
+ [ 17848791] ( https://github.com/phpredis/phpredis/commit/178487919148a0f8f1ad4cae62847bc4ae82ee8c )
47
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) ,
48
+ [ Remi Collet] ( https://github.com/remicollet ) )
49
+ - Update documentation
50
+ [ c9ed151d] ( https://github.com/phpredis/phpredis/commit/c9ed151dbae1532a98c0c9322c9401c47d1da149 ) ,
51
+ [ 398c99d9] ( https://github.com/phpredis/phpredis/commit/398c99d9851b267d9aaaa42c097c5fe54d507a6e )
52
+ ([ Ali Alwash] ( https://github.com/aalwash ) ,
53
+ [ Gregoire Pineau] ( https://github.com/lyrixx ) )
54
+
55
+ ### Added
56
+
57
+ - Add ` Redis::OPT_NULL_MULTIBULK_AS_NULL ` setting to treat NULL multi bulk replies as ` NULL ` instead of ` [] ` .
58
+ [ 950e8de8] ( https://github.com/phpredis/phpredis/commit/950e8de807ba17ecfff62504a6ee7a959a5df714 )
59
+ ([ Michael Grunder] ( https://github.com/michael-grunder ) ,
60
+ [ Alex Offshore] ( https://github.com/offshore ) )
61
+ - Allow to specify stream context for rediscluster session handler
62
+ [ a8daaff8] ( https://github.com/phpredis/phpredis/commit/a8daaff87a055bb6b4fb8702151915f56e144649 ) ,
63
+ [ 4fbe7df7] ( https://github.com/phpredis/phpredis/commit/4fbe7df79b9b0e03f92e8323aed0bda9513bc20a )
64
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
65
+ - Add new parameter to RedisCluster to specify stream ssl/tls context.
66
+ [ f771ea16] ( https://github.com/phpredis/phpredis/commit/f771ea16b77f39fcca555bec2d952412265197aa )
67
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
68
+ - Add new parameter to RedisSentinel to specify auth information
69
+ [ 81c502ae] ( https://github.com/phpredis/phpredis/commit/81c502ae7c0de65d63cd514ee59849c9d1b0b952 )
70
+ ([ Pavlo Yatsukhnenko] ( https://github.com/yatsukhnenko ) )
71
+
8
72
## [ 5.3.1] - 2020-07-06 ([ GitHub] ( https://github.com/phpredis/phpredis/releases/5.3.1 ) , [ PECL] ( https://pecl.php.net/package/redis/5.3.1 ) )
9
73
10
74
### Sponsors :sparkling_heart :
0 commit comments