Skip to content
Snippets Groups Projects
Commit bcc78bb0 authored by Andrew Morgan's avatar Andrew Morgan
Browse files

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

parents 0d70288c 30fd2f89
No related branches found
No related tags found
No related merge requests found
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)
==============================
......
Update federation routing logic to check .well-known before SRV
Improve performance of handling servers with invalid .well-known
Treat an invalid .well-known file the same as an absent one
\ No newline at end of file
......@@ -27,4 +27,4 @@ try:
except ImportError:
pass
__version__ = "0.99.0rc3"
__version__ = "0.99.0rc4"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment