Changes.md in redis_failover-0.6.0 vs Changes.md in redis_failover-0.7.0
- old
+ new
@@ -1,4 +1,10 @@
+0.7.0
+-----------
+- When new master promotion occurs, make existing slaves point to new candidate before promoting new master.
+- Add support for specifying command-line options in a config.yml file for Node Manager.
+- Upgrade to 0.9 version of ZK client and cleanup ZK connection error handling.
+
0.6.0
-----------
- Add support for running multiple Node Manager processes for added redundancy (#4)
- Add support for specifying a redis database in RedisFailover::Client (#5)
- Improved Node Manager command-line option parsing