mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
0.99.0rc4
This commit is contained in:
parent
fa794980ec
commit
30fd2f89db
11
CHANGES.md
11
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)
|
Synapse 0.99.0rc3 (2019-01-31)
|
||||||
==============================
|
==============================
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Update federation routing logic to check .well-known before SRV
|
|
@ -1 +0,0 @@
|
|||||||
Improve performance of handling servers with invalid .well-known
|
|
@ -1 +0,0 @@
|
|||||||
Treat an invalid .well-known file the same as an absent one
|
|
@ -27,4 +27,4 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
__version__ = "0.99.0rc3"
|
__version__ = "0.99.0rc4"
|
||||||
|
Loading…
Reference in New Issue
Block a user