-
- Downloads
Merge tag 'v1.13.0rc2' into develop
Synapse 1.13.0rc2 (2020-05-14) ============================== Bugfixes -------- - Fix a long-standing bug which could cause messages not to be sent over federation, when state events with state keys matching user IDs (such as custom user statuses) were received. ([\#7376](https://github.com/matrix-org/synapse/issues/7376)) - Restore compatibility with non-compliant clients during the user interactive authentication process, fixing a problem introduced in v1.13.0rc1. ([\#7483](https://github.com/matrix-org/synapse/issues/7483)) Internal Changes ---------------- - Fix linting errors in new version of Flake8. ([\#7470](https://github.com/matrix-org/synapse/issues/7470))
No related branches found
No related tags found
Showing
- CHANGES.md 15 additions, 0 deletionsCHANGES.md
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/handlers/auth.py 18 additions, 19 deletionssynapse/handlers/auth.py
- synapse/rest/client/v2_alpha/register.py 0 additions, 1 deletionsynapse/rest/client/v2_alpha/register.py
- synapse/storage/data_stores/main/roommember.py 2 additions, 1 deletionsynapse/storage/data_stores/main/roommember.py
- tests/rest/client/v2_alpha/test_auth.py 10 additions, 45 deletionstests/rest/client/v2_alpha/test_auth.py
- tests/storage/test_roommember.py 49 additions, 1 deletiontests/storage/test_roommember.py
Loading
Please register or sign in to comment