Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2020-02-15 23:21:38 +0300
committermichael-grunder <michael.grunder@gmail.com>2020-02-15 23:21:38 +0300
commit0f7c75cbf062734d0387218046c00b5d83f64bfa (patch)
treeca2b12a898b1ea72b3ba83c22ce8dadc1bf25a44 /package.xml
parent0320d540e878bb0d478ff6ae24b34dff267031be (diff)
Update package.xml
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/package.xml b/package.xml
index 344c5bd7..6fb59b47 100644
--- a/package.xml
+++ b/package.xml
@@ -147,6 +147,47 @@ http://pear.php.net/dtd/package-2.0.xsd">
</extsrcrelease>
<changelog>
<release>
+ <stability><release>alpha</release><api>alpha</api></stability>
+ <version><release>5.2.0RC1</release><api>5.2.0RC1</api></version>
+ <date>2020-02-15</date>
+ <notes>
+ phpredis 5.2.0RC1
+
+ This release contains initial support for Redis Sentinel as well as many
+ smaller bug fixes and improvements. It is especially of interest if you
+ use persistent connections, as we've added logic to make sure they are in
+ a good state when retreving them from the pool.
+
+ IMPORTANT: Sentinel support is considered experimental and the API
+ will likely change based on user feedback.
+
+ * SPONSORS \o/
+ - Till Krüss - https://github.com/tillkruss
+
+ ---
+
+ * Initial support for RedisSentinel [90cb69f3, c94e28f1, 46da22b0, 5a609fa4,
+ 383779ed] (Pavlo Yatsukhnenko)
+
+ * Houskeeping (spelling, doc changes, etc) [23f9de30, d07a8df6, 2d39b48d,
+ 0ef488fc, 2c35e435, f52bd8a8, 2ddc5f21, 1ff7dfb7, db446138] (Tyson Andre,
+ Pavlo Yatsukhnenko, Michael Grunder, Tyson Andre)
+
+ * Fix for ASK redirections [ba73fbee] (Michael Grunder)
+ * Create specific 'test skipped' exception [c3d83d44] (Michael Grunder)
+ * Fixed memory leaks in RedisCluster [a107c9fc] (Michael Grunder)
+ * Fixes for session lifetime values that underflow or overflow [7a79ad9c,
+ 3c48a332] (Michael Grunder)
+ * Enables slot caching for Redis Cluster [23b1a9d8] (Michael Booth)
+
+ * Support TYPE argument for SCAN [8eb39a26, b1724b84, 53fb36c9, 544e641b]
+ (Pavlo Yatsukhnenko)
+
+ * Added challenge/response mechanism for persistent connections [a5f95925,
+ 25cdaee6, 7b6072e0, 99ebd0cc, 3243f426] (Pavlo Yatsukhnenko, Michael Grunder)
+ </notes>
+ </release>
+ <release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>5.1.1</release><api>5.1.0</api></version>
<date>2019-11-11</date>