summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-12-19 17:39:29 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-12-19 17:39:43 +0000
commit2a5b53bc4a2c2ece46d40921707880d28164b876 (patch)
tree55be9bb1e37b190a88ad734a57c933c22257ff05
parentRate limit display names and avatar urls per request rather than per event. (diff)
downloadsynapse-2a5b53bc4a2c2ece46d40921707880d28164b876.tar.xz
more changelogs
-rw-r--r--CHANGES.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst

index 23bdac6a8a..813ad364ea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst
@@ -2,6 +2,12 @@ Changes in synapse 0.6.0 (2014-12-16) ===================================== * Add new API for media upload and download that supports thumbnailing. + * Replicate media uploads over multiple homeservers so media is always served + to clients from their local homeserver. This obsoletes the + --content-addr parameter and confusion over accessing content directly + from remote homeservers. + * Implement exponential backoff when retrying federation requests when + sending to remote homeservers which are offline. * Implement typing notifications. * Fix bugs where we sent events with invalid signatures due to bugs where we incorrectly persisted events.