Merge branch 'release-v0.99.0' of github.com:matrix-org/synapse into anoa/acme_docs

This commit is contained in:
Andrew Morgan 2019-02-01 15:57:32 +00:00
commit bcc78bb0b8
5 changed files with 12 additions and 4 deletions

View file

@ -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)
==============================

View file

@ -1 +0,0 @@
Update federation routing logic to check .well-known before SRV

View file

@ -1 +0,0 @@
Improve performance of handling servers with invalid .well-known

View file

@ -1 +0,0 @@
Treat an invalid .well-known file the same as an absent one

View file

@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "0.99.0rc3"
__version__ = "0.99.0rc4"