diff options
author | Erik Johnston <erik@matrix.org> | 2015-11-20 16:35:01 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-11-20 16:35:01 +0000 |
commit | 2c1bc4392fd29c70cc174d3e396847385c82c9fa (patch) | |
tree | ca858a807e23e6a707d3e6ad533e8facdbcb5460 /CHANGES.rst | |
parent | Merge pull request #394 from matrix-org/erikj/search (diff) | |
download | synapse-2c1bc4392fd29c70cc174d3e396847385c82c9fa.tar.xz |
Bump changes and version
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d01eca4004..4ffffacab0 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +Changes in synapse v0.11.1 (2015-11-20) +======================================= + +* Add extra options to search API (PR #394) +* Fix bug where we did not correctly cap federation retry timers. This meant it + hours for servers to start talking to ressurected servers, even when they + were receiving traffic from them (PR #393) +* Don't advertise login token flow unless CAS is enabled. This caused issues + where some clients would always use the fallback API if they did not + recognize all login flows (PR #391) +* Change /v2 sync API to rename ``private_user_data`` to ``account_data`` + (PR #386) +* Change /v2 sync API to remove the ``event_map`` and rename keys in ``rooms`` + object (PR #389) + Changes in synapse v0.11.0-r2 (2015-11-19) ========================================== |