@@ -27,9 +27,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
27
27
<email >n.favrefelix@gmail.com</email >
28
28
<active >no</active >
29
29
</lead >
30
- <date >2023-09-23 </date >
30
+ <date >2023-10-22 </date >
31
31
<version >
32
- <release >6.0.1 </release >
32
+ <release >6.0.2 </release >
33
33
<api >6.0.0</api >
34
34
</version >
35
35
<stability >
@@ -53,19 +53,15 @@ http://pear.php.net/dtd/package-2.0.xsd">
53
53
54
54
---
55
55
56
- phpredis 6.0.1
57
-
58
- This release contains fix for unknown expiration modifier issue
59
- as well as memory leak and segfault in exec function
60
- and small documentation improvements.
56
+ phpredis 6.0.2
61
57
58
+ This release contains fixes for OBJECT, PSUBSCRIBE and SCAN commands.
62
59
You can find a detailed list of changes in CHANGELOG.md and package.xml
63
60
or by inspecting the git commit logs.
64
61
65
- * Fix memory leak and segfault in Redis::exec [362e1141] (Pavlo Yatsukhnenko), (Markus Podar)
66
- * Fix unknown expiration modifier [264c0c7e, 95bd184b] (Pavlo Yatsukhnenko)
67
- * Update documentation [3674d663, 849bedb6, 1ad95b63] (Till Kruss), (Joost OrangeJuiced)
68
-
62
+ * Fix deprecation error when passing null to match_type parameter.[b835aaa3] (Pavlo Yatsukhnenko)
63
+ * Fix flaky test and OBJECT in a pipeline. [a7f51f70] (Michael Grunder)
64
+ * Find our callback by pattern with PSUBSCRIBE [2f276dcd] (Michael Grunder)
69
65
</notes >
70
66
<contents >
71
67
<dir name =" /" >
@@ -159,7 +155,38 @@ http://pear.php.net/dtd/package-2.0.xsd">
159
155
<changelog >
160
156
<release >
161
157
<stability ><release >stable</release ><api >stable</api ></stability >
162
- <version ><release >6.0.1</release ><api >6.0.1</api ></version >
158
+ <version ><release >6.0.2</release ><api >6.0.0</api ></version >
159
+ <date >2023-10-22</date >
160
+ <notes >
161
+ --- Sponsors ---
162
+
163
+ Audiomack - https://audiomack.com
164
+ Open LMS - https://openlms.net
165
+ BlueHost - https://bluehost.com
166
+ Object Cache Pro for WordPress - https://objectcache.pro
167
+ Avtandil Kikabidze - https://github.com/akalongman
168
+ Zaher Ghaibeh - https://github.com/zaherg
169
+ BatchLabs - https://batch.com
170
+ Stackhero - https://github.com/stackhero-io
171
+ Florian Levis - https://github.com/Gounlaf
172
+ Luis Zarate - https://github.com/jlzaratec
173
+
174
+ ---
175
+
176
+ phpredis 6.0.2
177
+
178
+ This release contains fixes for OBJECT, PSUBSCRIBE and SCAN commands.
179
+ You can find a detailed list of changes in CHANGELOG.md and package.xml
180
+ or by inspecting the git commit logs.
181
+
182
+ * Fix deprecation error when passing null to match_type parameter.[b835aaa3] (Pavlo Yatsukhnenko)
183
+ * Fix flaky test and OBJECT in a pipeline. [a7f51f70] (Michael Grunder)
184
+ * Find our callback by pattern with PSUBSCRIBE [2f276dcd] (Michael Grunder)
185
+ </notes >
186
+ </release >
187
+ <release >
188
+ <stability ><release >stable</release ><api >stable</api ></stability >
189
+ <version ><release >6.0.1</release ><api >6.0.0</api ></version >
163
190
<date >2023-09-23</date >
164
191
<notes >
165
192
--- Sponsors ---
0 commit comments