Changes.md in redis_failover-0.7.0 vs Changes.md in redis_failover-0.8.0
- old
+ new
@@ -1,4 +1,9 @@
+0.8.0
+-----------
+- Added manual failover support (can be initiated via RedisFailover::Client#manual_failover)
+- Misc. cleanup
+
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.