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
+14-7
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,17 @@
1
-
Synapse 1.34.0rc1 (2021-05-12)
2
-
==============================
1
+
Synapse 1.34.0 (2021-05-17)
2
+
===========================
3
3
4
4
This release deprecates the `room_invite_state_types` configuration setting. See the [upgrade notes](https://github.com/matrix-org/synapse/blob/release-v1.34.0/UPGRADE.rst#upgrading-to-v1340) for instructions on updating your configuration file to use the new `room_prejoin_state` setting.
5
5
6
6
This release also deprecates the `POST /_synapse/admin/v1/rooms/<room_id>/delete` admin API route. Server administrators are encouraged to update their scripts to use the new `DELETE /_synapse/admin/v1/rooms/<room_id>` route instead.
7
7
8
+
9
+
No significant changes since v1.34.0rc1.
10
+
11
+
12
+
Synapse 1.34.0rc1 (2021-05-12)
13
+
==============================
14
+
8
15
Features
9
16
--------
10
17
@@ -174,7 +181,7 @@ Synapse 1.32.1 (2021-04-21)
174
181
===========================
175
182
176
183
This release fixes [a regression](https://github.com/matrix-org/synapse/issues/9853)
177
-
in Synapse 1.32.0 that caused connected Prometheus instances to become unstable.
184
+
in Synapse 1.32.0 that caused connected Prometheus instances to become unstable.
178
185
179
186
However, as this release is still subject to the `LoggingContext` change in 1.32.0,
180
187
it is recommended to remain on or downgrade to 1.31.0.
@@ -190,11 +197,11 @@ Synapse 1.32.0 (2021-04-20)
190
197
191
198
**Note:** This release introduces [a regression](https://github.com/matrix-org/synapse/issues/9853)
192
199
that can overwhelm connected Prometheus instances. This issue was not present in
193
-
1.32.0rc1. If affected, it is recommended to downgrade to 1.31.0 in the meantime, and
200
+
1.32.0rc1. If affected, it is recommended to downgrade to 1.31.0 in the meantime, and
@@ -205,8 +212,8 @@ This release removes the deprecated `GET /_synapse/admin/v1/users/<user_id>` adm
205
212
206
213
This release requires Application Services to use type `m.login.application_service` when registering users via the `/_matrix/client/r0/register` endpoint to comply with the spec. Please ensure your Application Services are up to date.
207
214
208
-
If you are using the `packages.matrix.org` Debian repository for Synapse packages,
209
-
note that we have recently updated the expiry date on the gpg signing key. If you see an
215
+
If you are using the `packages.matrix.org` Debian repository for Synapse packages,
216
+
note that we have recently updated the expiry date on the gpg signing key. If you see an
210
217
error similar to `The following signatures were invalid: EXPKEYSIG F473DD4473365DE1`, you
211
218
will need to get a fresh copy of the keys. You can do so with:
0 commit comments