Ver Fonte

Update CHANGELOG.

[ci skip]
Daniele Alessandri há 8 anos atrás
pai
commit
295e9175ad
1 ficheiros alterados com 12 adições e 0 exclusões
  1. 12 0
      CHANGELOG.md

+ 12 - 0
CHANGELOG.md

@@ -1,3 +1,15 @@
+v1.1.1 (2016-xx-xx)
+================================================================================
+
+- __FIX__: `password` and `database` from the global `parameters` client option
+  were still being applied to sentinels connections making them fail (sentinels
+  do not understand the `AUTH` and `SELECT` commands) (PR #346).
+
+- __FIX__: when a sentinel instance reports no sentinel for a service, invoking
+  `connect()` on the redis-sentinel connection backend should fall back to the
+  master connection instead of failing (ISSUE #342).
+
+
 v1.1.0 (2016-06-02)
 ================================================================================