diff options
author | Erik Johnston <erik@matrix.org> | 2021-05-17 11:34:39 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-05-17 11:34:39 +0100 |
commit | afb6dcf806d5a290d8cbd2c911c6a712ae3cf391 (patch) | |
tree | 688913a237cc792d89b29dcacf3a1cd7fe87e2e7 /CHANGES.md | |
parent | Incorporate changes from review (diff) | |
download | synapse-afb6dcf806d5a290d8cbd2c911c6a712ae3cf391.tar.xz |
1.34.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index 2ceae0ac8c..1e3fd130fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,17 @@ -Synapse 1.34.0rc1 (2021-05-12) -============================== +Synapse 1.34.0 (2021-05-17) +=========================== 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. 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. + +No significant changes. + + +Synapse 1.34.0rc1 (2021-05-12) +============================== + Features -------- |