diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-02-01 15:52:28 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-02-01 15:52:28 +0000 |
commit | 30fd2f89db67f1362904997cd328310afd7e6509 (patch) | |
tree | 41189805e7fc65f34e6bc1aeaef1702f75fc511a /CHANGES.md | |
parent | Merge pull request #4544 from matrix-org/rav/skip_invalid_well_known (diff) | |
download | synapse-30fd2f89db67f1362904997cd328310afd7e6509.tar.xz |
0.99.0rc4 v0.99.0rc4
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 458bbaf118..66991340a4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,14 @@ +Synapse 0.99.0rc4 (2019-02-01) +============================== + +Internal Changes +---------------- + +- Update federation routing logic to check .well-known before SRV ([\#4539](https://github.com/matrix-org/synapse/issues/4539)) +- Improve performance of handling servers with invalid .well-known ([\#4542](https://github.com/matrix-org/synapse/issues/4542)) +- Treat an invalid .well-known file the same as an absent one ([\#4544](https://github.com/matrix-org/synapse/issues/4544)) + + Synapse 0.99.0rc3 (2019-01-31) ============================== |