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
Copy file name to clipboardExpand all lines: CHANGES.md
+7-8
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
-
<<<<<<< HEAD
2
-
Synapse 1.50.2 (2022-01-24)
1
+
Synapse 1.51.0 (2022-01-25)
3
2
===========================
4
-
=======
3
+
4
+
No significant changes since 1.51.0rc2.
5
+
6
+
Synapse 1.51.0 deprecates `webclient` listeners and non-HTTP(S) `web_client_location`s. Support for these will be removed in Synapse 1.53.0, at which point Synapse will not be capable of directly serving a web client for Matrix.
7
+
5
8
Synapse 1.51.0rc2 (2022-01-24)
6
9
==============================
7
-
>>>>>>> v1.51.0rc2
8
10
9
11
Bugfixes
10
12
--------
11
13
12
14
- Fix a bug introduced in Synapse 1.40.0 that caused Synapse to fail to process incoming federation traffic after handling a large amount of events in a v1 room. ([\#11806](https://github.com/matrix-org/synapse/issues/11806))
13
15
14
16
15
-
<<<<<<< HEAD
16
-
=======
17
17
Synapse 1.51.0rc1 (2022-01-21)
18
18
==============================
19
19
@@ -62,7 +62,7 @@ Deprecations and Removals
62
62
- Remove the unstable `/send_relation` endpoint. ([\#11682](https://github.com/matrix-org/synapse/issues/11682))
- Remove the `password_hash` field from the response dictionaries of the [Users Admin API](https://matrix-org.github.io/synapse/latest/admin_api/user_admin_api.html). ([\#11576](https://github.com/matrix-org/synapse/issues/11576))
65
-
- Deprecate support for `webclient` listeners and non-HTTP(S) `web_client_location` configuration. ([\#11774](https://github.com/matrix-org/synapse/issues/11774), [\#11783](https://github.com/matrix-org/synapse/issues/11783))
65
+
- **Deprecate support for `webclient` listeners and non-HTTP(S) `web_client_location` configuration. ([\#11774](https://github.com/matrix-org/synapse/issues/11774), [\#11783](https://github.com/matrix-org/synapse/issues/11783))**
66
66
67
67
68
68
Internal Changes
@@ -89,7 +89,6 @@ Internal Changes
89
89
- Add some comments and type annotations for `_update_outliers_txn`. ([\#11776](https://github.com/matrix-org/synapse/issues/11776))
0 commit comments