Browse Source

Update CHANGELOG.

Daniele Alessandri 8 years ago
parent
commit
d7f3b8c9d2
1 changed files with 9 additions and 0 deletions
  1. 9 0
      CHANGELOG.md

+ 9 - 0
CHANGELOG.md

@@ -31,6 +31,15 @@ v1.1.0 (2015-xx-xx)
 - Implemented support for SSL-encrypted connections, the connection parameters
   must use either the `tls` or `rediss` scheme.
 
+- `Predis\Connection\Aggregate\MasterSlaveReplication` now tries to send again
+  read-only commands to the next slave when the one picked by the client fails,
+  and eventually switches to master is no other slave is available. The master
+  connection is also used for read-only commands when no slaves are registered.
+
+- `Predis\Connection\Aggregate\MasterSlaveReplication` exposes 2 new methods to
+  force a switch to the master connection (`switchToMaster()`) or to a randomly
+  picked slave (`switchToSlave()`).
+
 
 v1.0.3 (2015-07-30)
 ================================================================================