Merge tag 'v1.42.0rc2' into develop
Synapse 1.42.0rc2 (2021-09-06) ============================== This version of Synapse removes deprecated room-management admin APIs, removes out-of-date email pushers, and improves error handling for fallback templates for user-interactive authentication. For more information on these points, server administrators are encouraged to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420). Features -------- - Support room version 9 from [MSC3375](https://github.com/matrix-org/matrix-doc/pull/3375). ([\#10747](https://github.com/matrix-org/synapse/issues/10747)) Internal Changes ---------------- - Print a warning when using one of the deprecated `template_dir` settings. ([\#10768](https://github.com/matrix-org/synapse/issues/10768))
No related branches found
No related tags found
Showing
- CHANGES.md 19 additions, 2 deletionsCHANGES.md
- debian/changelog 6 additions, 0 deletionsdebian/changelog
- synapse/__init__.py 1 addition, 1 deletionsynapse/__init__.py
- synapse/api/room_versions.py 31 additions, 0 deletionssynapse/api/room_versions.py
- synapse/config/account_validity.py 14 additions, 0 deletionssynapse/config/account_validity.py
- synapse/config/emailconfig.py 14 additions, 0 deletionssynapse/config/emailconfig.py
- synapse/config/sso.py 13 additions, 0 deletionssynapse/config/sso.py
- synapse/events/utils.py 2 additions, 0 deletionssynapse/events/utils.py
- tests/events/test_utils.py 45 additions, 1 deletiontests/events/test_utils.py
Loading
Please register or sign in to comment