summary refs log tree commit diff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-05-26 16:02:59 +0100
committerErik Johnston <erik@matrix.org>2015-05-26 16:02:59 +0100
commit99eb1172b07f514f6ec9775e5572c7dc23ee552c (patch)
treec5cefd5b0334185780ffa8d391cb2d2f70c003af /CHANGES.rst
parentMerge pull request #166 from matrix-org/bugs/SYN-390 (diff)
parentchangelog (diff)
downloadsynapse-99eb1172b07f514f6ec9775e5572c7dc23ee552c.tar.xz
Merge branch 'release-v0.9.1' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index e1420d7a35..1ca2407a73 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -1,3 +1,30 @@ +Changes in synapse v0.9.1 (2015-05-26) +====================================== + +General: + +* Add support for backfilling when a client paginates. This allows servers to + request history for a room from remote servers when a client tries to + paginate history the server does not have - SYN-36 +* Fix bug where you couldn't disable non-default pushrules - SYN-378 +* Fix ``register_new_user`` script - SYN-359 +* Improve performance of fetching events from the database, this improves both + initialSync and sending of events. +* Improve performance of event streams, allowing synapse to handle more + simultaneous connected clients. + +Federation: + +* Fix bug with existing backfill implementation where it returned the wrong + selection of events in some circumstances. +* Improve performance of joining remote rooms. + +Configuration: + +* Add support for changing the bind host of the metrics listener via the + ``metrics_bind_host`` option. + + Changes in synapse v0.9.0-r5 (2015-05-21) =========================================