@@ -27,32 +27,44 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
28
28
<active >no</active >
29
29
</lead >
30
- <date >2020-06-25 </date >
30
+ <date >2020-06-26 </date >
31
31
<version >
32
- <release >5.3.0RC1 </release >
33
- <api >5.3.0RC1 </api >
32
+ <release >5.3.0RC2 </release >
33
+ <api >5.3.0RC2 </api >
34
34
</version >
35
35
<stability >
36
- <release >alpha </release >
37
- <api >alpha </api >
36
+ <release >beta </release >
37
+ <api >beta </api >
38
38
</stability >
39
39
<license uri =" http://www.php.net/license" >PHP</license >
40
40
<notes >
41
- phpredis 5.3.0RC1
41
+ phpredis 5.3.0RC2
42
+
43
+ This release contains initial support for Redis 6 ACLs, LZ4 compression,
44
+ and many more fixes and improvements.
42
45
43
- This release adds the first round of support for Redis 6 functionality including,
44
- most importantly ACLs. Other Redis 6 functionality is included as well such as
45
- KEEPTTL and XINFO FULL command support.
46
+ You can find a detailed list of changes in Changelog.md and package.xml
46
47
47
- Aside from the Redis 6 functionality this releasae contains many bugfixes and
48
- improvements.
48
+ A special thanks to BlueHost for sponsoring ACL support \o/
49
49
50
50
* Sponsors
51
- ~ Audiomack.com - https://audiomack.com
52
- ~ BlueHost.com - https://bluehost.com
53
- ~ Redis Cache Pro for WordPress - https://wprediscache.com/
51
+ ~ Audiomack - https://audiomack.com
52
+ ~ BlueHost - https://bluehost.com
53
+ ~ Redis Cache Pro for WordPress - https://wprediscache.com
54
54
~ Avtandil Kikabidze - https://github.com/akalongman
55
55
56
+ phpredis 5.3.0RC2
57
+
58
+ ---
59
+
60
+ * Fix LZ4 configuration and use pkg-config if we have it [df398cb0]
61
+ (Remi Collet)
62
+ * Make sure persistent pool ID is NULL terminated [0838b5bd, 57bb95bf]
63
+ (Michael Grunder)
64
+ * Run LZ4 tests in Travis [3ba3f06d] (Michael Grunder)
65
+
66
+ phpredis 5.3.0RC1
67
+
56
68
---
57
69
58
70
* Support for Redis 6 ACLs [a311cc4e] (Michael Grunder)
0 commit comments