CHANGELOG.md in redis-sentinel-1.4.4 vs CHANGELOG.md in redis-sentinel-1.5.0
- old
+ new
@@ -1,6 +1,14 @@
# CHANGELOG
+## 1.5.0
+
+* Subscribe +switch-master again
+* Prevents master discovery to get stuck in endless loop if sentinels
+ are not available
+* Always reconnect at least once, even if reconnect timeout is 0
+* Catch networking errors which bubble up past redis
+
## 1.4.4
* Allow client to return list of slaves
* Fix compatibility issues with ruby 1.8.7