summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2020-12-10 12:42:48 +0100
committerGitHub <noreply@github.com>2020-12-10 11:42:48 +0000
commita5f7aff5e5a840c53e79d185d40b22d67dad2ea1 (patch)
tree30a0e251dff5edb2ddd9aad1c53e75d2a91f579e /CHANGES.md
parentDefault to blacklisting reserved IP ranges and add a whitelist. (#8870) (diff)
downloadsynapse-a5f7aff5e5a840c53e79d185d40b22d67dad2ea1.tar.xz
Deprecate Shutdown Room and Purge Room Admin API (#8829)
Deprecate both APIs in favour of the Delete Room API.

Related: #8663 and #8810
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 81b12e9b91..d6fa92d81c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,18 @@
+Synapse 1.25.0 (2020-xx-xx)
+===========================
+
+Removal warning
+---------------
+
+The old [Purge Room API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api/purge_room.md)
+and [Shutdown Room API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api/shutdown_room.md)
+are deprecated and will be removed in a future release. They will be replaced by the
+[Delete Room API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api/rooms.md#delete-room-api).
+
+`POST /_synapse/admin/v1/rooms/<room_id>/delete` replaces `POST /_synapse/admin/v1/purge_room` and
+`POST /_synapse/admin/v1/shutdown_room/<room_id>`.
+
+
 Synapse 1.24.0 (2020-12-09)
 ===========================
 
@@ -183,8 +198,6 @@ Internal Changes
 - Allow for specifying a room version when creating a room in unit tests via `RestHelper.create_room_as`. ([\#8854](https://github.com/matrix-org/synapse/issues/8854))
 
 
-
-
 Synapse 1.23.0 (2020-11-18)
 ===========================