-
- Downloads
Merge tag 'v1.39.0rc3' into develop
Synapse 1.39.0rc3 (2021-07-28) ============================== Bugfixes -------- - Fix a bug introduced in Synapse 1.38 which caused an exception at startup when SAML authentication was enabled. ([\#10477](https://github.com/matrix-org/synapse/issues/10477)) - Fix a long-standing bug where Synapse would not inform clients that a device had exhausted its one-time-key pool, potentially causing problems decrypting events. ([\#10485](https://github.com/matrix-org/synapse/issues/10485)) - Fix reporting old R30 stats as R30v2 stats. Introduced in v1.39.0rc1. ([\#10486](https://github.com/matrix-org/synapse/issues/10486)) Internal Changes ---------------- - Fix an error which prevented the Github Actions workflow to build the docker images from running. ([\#10461](https://github.com/matrix-org/synapse/issues/10461)) - Fix release script to correctly version debian changelog when doing RCs. ([\#10465](https://github.com/matrix-org/synapse/issues/10465))
No related branches found
No related tags found
Showing
- CHANGES.md 18 additions, 0 deletionsCHANGES.md
- changelog.d/10461.misc 0 additions, 1 deletionchangelog.d/10461.misc
- debian/changelog 6 additions, 0 deletionsdebian/changelog
- scripts-dev/release.py 20 additions, 6 deletionsscripts-dev/release.py
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/api/constants.py 8 additions, 0 deletionssynapse/api/constants.py
- synapse/app/phone_stats_home.py 1 addition, 1 deletionsynapse/app/phone_stats_home.py
- synapse/handlers/_base.py 0 additions, 2 deletionssynapse/handlers/_base.py
- synapse/handlers/sync.py 4 additions, 0 deletionssynapse/handlers/sync.py
- synapse/storage/databases/main/end_to_end_keys.py 8 additions, 1 deletionsynapse/storage/databases/main/end_to_end_keys.py
- tests/handlers/test_e2e_keys.py 15 additions, 5 deletionstests/handlers/test_e2e_keys.py
Loading
Please register or sign in to comment