summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2018-12-17 13:17:59 -0800
committerAndy McCurdy <andy@andymccurdy.com>2018-12-17 13:17:59 -0800
commit4dc6fce15d5e2c56d785021f376652313cd5039e (patch)
tree9b019086f9b47330d02bb736ad22a5e8cfa69461 /CHANGES
parent655dc94dc5473a9be3cc25cd0f9a827c5ca483a5 (diff)
downloadredis-py-4dc6fce15d5e2c56d785021f376652313cd5039e.tar.gz
changelog
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a3d10b6..a48933c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,10 +1,15 @@
* 3.0.2 (in development)
+ * Added client_kill_filter that accepts various filters to identify
+ and kill clients. Thanks Theofanis Despoudis. #1098
+ * Fixed a race condition that occurred when unsubscribing and
+ resubscribing to the same channel or pattern in rapid succession.
+ Thanks Marcin RaczyƄski. #764
* Added a LockNotOwnedError that is raised when trying to extend or
release a lock that is no longer owned. This is a subclass of LockError
so previous code should continue to work as expected. Thanks Joshua
- Harlow
+ Harlow. #1095
* Fixed a bug in GEORADIUS that forced decoding of places without
- respecting the decode_responses option. Thanks Bo Bayles
+ respecting the decode_responses option. Thanks Bo Bayles. #1082
* 3.0.1
* Fixed regression with UnixDomainSocketConnection caused by 3.0.0.
Thanks Jyrki Muukkonen