Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Prepare release notes for next release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Grokzen committed Jul 22, 2018
1 parent a1632cd commit 1bb5801
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/release-notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

Future Release
1.3.5 (July 22, 2018)
--------------

* Add Redis 4 compatability fix to CLUSTER NODES command (See issue #217)
Expand All @@ -10,6 +10,16 @@ Future Release
* Fixed bug with `StrictRedisCluster.from_url` that was ignoring the `readonly_mode` parameter
* NodeManager will now ignore nodes showing cluster errors when initializing the cluster
* Fix bug where RedisCluster wouldn't refresh the cluster table when executing commands on specific nodes
* Add redis 5.0 to travis-ci tests
* Change default redis version from 3.0.7 to 4.0.10
* Increase accepted ranges of dependencies specefied in dev-requirements.txt
* Several major and minor documentation updates and tweaks
* Add example script "from_url_password_protected.py"
* command "CLUSTER GETKEYSINSLOT" is now returned as a list and not int
* Improve support for ssl connections
* Retry on Timeout errors when doing cluster discovery
* Added new error class "MasterDownError"
* Updated requirements for dependency of redis-py to latest version

1.3.4 (Mar 5, 2017)
-------------------
Expand Down

0 comments on commit 1bb5801

Please sign in to comment.