From c886366c6f923251cac189178879f1a3440d9800 Mon Sep 17 00:00:00 2001 From: Pavlo Yatsukhnenko Date: Fri, 26 Oct 2018 11:11:37 +0300 Subject: 4.2.0RC2 --- package.xml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'package.xml') diff --git a/package.xml b/package.xml index 34af5a5e..c88fabba 100644 --- a/package.xml +++ b/package.xml @@ -27,22 +27,27 @@ http://pear.php.net/dtd/package-2.0.xsd"> p.yatsukhnenko@gmail.com yes - 2018-10-11 + 2018-10-26 - 4.2.0RC1 - 4.2.0RC1 + 4.2.0RC2 + 4.2.0RC2 - alpha - alpha + beta + beta PHP - phpredis 4.2.0RC1 + phpredis 4.2.0RC2 The main feature of this release is new Streams API implemented by Michael Grunder. * Streams API [2c9e0572] (Michael Grunder) + * Fix incorrect arginfo for `Redis::sRem` and `Redis::multi` [25b043ce] (Pavlo Yatsukhnenko) + * Update STREAM API to handle STATUS -> BULK reply change [0b97ec37] (Michael Grunder) + * Treat a -1 response from cluster_check_response as a timeout. [27df9220, 07ef7f4e, d1172426] (Michael Grunder) + * Use a ZSET insted of SET for EVAL tests [2e412373] (Michael Grunder) + * Missing space between command and args [0af2a7fe] (@remicollet) * Reset the socket after a timeout to make sure no wrong data is received [cd6ebc6d] (@marcdejonge) * Modify session testing logic [bfd27471] (Michael Grunder) * Allow '-' and '+' arguments and add tests for zLexCount and zRemRangeByLex [d4a08697] (Michael Grunder) @@ -121,15 +126,20 @@ http://pear.php.net/dtd/package-2.0.xsd"> - alphaalpha - 4.2.0RC14.2.0RC1 - 2018-10-11 + betabeta + 4.2.0RC24.2.0RC2 + 2018-10-26 - phpredis 4.2.0RC1 + phpredis 4.2.0RC2 The main feature of this release is new Streams API implemented by Michael Grunder. * Streams API [2c9e0572] (Michael Grunder) + * Fix incorrect arginfo for `Redis::sRem` and `Redis::multi` [25b043ce] (Pavlo Yatsukhnenko) + * Update STREAM API to handle STATUS -> BULK reply change [0b97ec37] (Michael Grunder) + * Treat a -1 response from cluster_check_response as a timeout. [27df9220, 07ef7f4e, d1172426] (Michael Grunder) + * Use a ZSET insted of SET for EVAL tests [2e412373] (Michael Grunder) + * Missing space between command and args [0af2a7fe] (@remicollet) * Reset the socket after a timeout to make sure no wrong data is received [cd6ebc6d] (@marcdejonge) * Modify session testing logic [bfd27471] (Michael Grunder) * Allow '-' and '+' arguments and add tests for zLexCount and zRemRangeByLex [d4a08697] (Michael Grunder) -- cgit v1.2.3