summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-01-31 12:28:16 -0800
committerAndy McCurdy <andy@andymccurdy.com>2020-01-31 12:28:16 -0800
commit5a1f3c448063b3e30d3283cd93ef50973abc3806 (patch)
treee31f49f0cb02494041939f2bc224976de6b95fd3 /CHANGES
parente39ae455dfa259cdbb0c1cee2e4cb50c17ee22bf (diff)
downloadredis-py-5a1f3c448063b3e30d3283cd93ef50973abc3806.tar.gz
Move the username argument in the Redis and Connection classes to the end
This helps those poor souls that specify all their connection options as non-keyword arguments. Fixes #1276
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bbf51e8..9d47f50 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,7 @@
* 3.4.1 (in development)
+ * Move the username argument in the Redis and Connection classes to the
+ end of the argument list. This helps those poor souls that specify all
+ their connection options as non-keyword arguments. #1276
* Prior to ACL support, redis-py ignored the username component of
Connection URLs. With ACL support, usernames are no longer ignored and
are used to authenticate against an ACL rule. Some cloud vendors with