diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-12-19 17:52:58 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-12-19 17:52:58 +0000 |
commit | 420ccfc925bbdc4344e3f870b61dba2dd5069f6b (patch) | |
tree | a705309ba66e2e60e3796c276bd2e2f3867e1956 /CHANGES.rst | |
parent | Merge branch 'release-v0.6.0' (diff) | |
parent | Mock ratelimiter to make tests pass. (diff) | |
download | synapse-420ccfc925bbdc4344e3f870b61dba2dd5069f6b.tar.xz |
Merge branch 'hotfixes-v0.6.0' v0.6.0a
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 6 |
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. |