summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-12-27 23:58:40 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-12-27 23:58:40 -0800
commit4ae98e7de18f16fb669b74ee09245ff4de3da0b4 (patch)
treea3e5b9fde052f2f9f3a2d7a0207a0951ef7b071c /CHANGES
parent0edfc3d252f4b7f0f38eb408f90e8cbcab8fd683 (diff)
downloadredis-py-4ae98e7de18f16fb669b74ee09245ff4de3da0b4.tar.gz
Encode Stream message names within XREAD and XREADGROUP responses correctly
Stream message now respect the decode_responses flag.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index efcf285..524f47e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,6 @@
-* 3.0.2 (in development)
+* 3.1.0 (in development)
+ * Stream names found within XREAD and XREADGROUP responses now properly
+ respect the decode_responses flag.
* XPENDING_RANGE now requires the user the specify the min, max and
count arguments. Newer versions of Redis prevent ount from being
infinite so it's left to the user to specify these values explicitly.