You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
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](matrix-org/matrix-spec-proposals#3375). ([\#10747](#10747))
Internal Changes
----------------
- Print a warning when using one of the deprecated `template_dir` settings. ([\#10768](#10768))
Copy file name to clipboardExpand all lines: CHANGES.md
+19-2Lines changed: 19 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,25 @@
1
-
Synapse 1.42.0rc1 (2021-09-01)
1
+
Synapse 1.42.0rc2 (2021-09-06)
2
2
==============================
3
3
4
-
Server administrators are reminded to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420).
4
+
This version of Synapse removes deprecated room-management admin APIs, removes out-of-date
5
+
email pushers, and improves error handling for fallback templates for user-interactive
6
+
authentication. For more information on these points, server administrators are
7
+
encouraged to read [the upgrade notes](docs/upgrade.md#upgrading-to-v1420).
8
+
9
+
Features
10
+
--------
5
11
12
+
- Support room version 9 from [MSC3375](https://github.com/matrix-org/matrix-doc/pull/3375). ([\#10747](https://github.com/matrix-org/synapse/issues/10747))
13
+
14
+
15
+
Internal Changes
16
+
----------------
17
+
18
+
- Print a warning when using one of the deprecated `template_dir` settings. ([\#10768](https://github.com/matrix-org/synapse/issues/10768))
0 commit comments