-
- Downloads
Merge tag 'v1.20.0rc5' into develop
Synapse 1.20.0rc5 (2020-09-18) ============================== In addition to the below, Synapse 1.20.0rc5 also includes the bug fix that was included in 1.19.3. Features -------- - Add flags to the `/versions` endpoint for whether new rooms default to using E2EE. ([\#8343](https://github.com/matrix-org/synapse/issues/8343)) Bugfixes -------- - Fix rate limiting of federation `/send` requests. ([\#8342](https://github.com/matrix-org/synapse/issues/8342)) - Fix a longstanding bug where back pagination over federation could get stuck if it failed to handle a received event. ([\#8349](https://github.com/matrix-org/synapse/issues/8349)) Internal Changes ---------------- - Blacklist [MSC2753](https://github.com/matrix-org/matrix-doc/pull/2753) SyTests until it is implemented. ([\#8285](https://github.com/matrix-org/synapse/issues/8285))
No related branches found
No related tags found
Showing
- CHANGES.md 33 additions, 0 deletionsCHANGES.md
- changelog.d/8285.misc 0 additions, 1 deletionchangelog.d/8285.misc
- changelog.d/8342.bugfix 0 additions, 1 deletionchangelog.d/8342.bugfix
- debian/changelog 6 additions, 0 deletionsdebian/changelog
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/federation/federation_client.py 3 additions, 5 deletionssynapse/federation/federation_client.py
- synapse/handlers/federation.py 57 additions, 8 deletionssynapse/handlers/federation.py
- synapse/handlers/pagination.py 4 additions, 4 deletionssynapse/handlers/pagination.py
- synapse/rest/client/versions.py 19 additions, 0 deletionssynapse/rest/client/versions.py
- synapse/storage/databases/main/stream.py 5 additions, 8 deletionssynapse/storage/databases/main/stream.py
Loading
Please register or sign in to comment