summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2021-11-01 15:11:49 +0000
committersquahtx <squahtx@users.noreply.github.com>2021-11-01 15:11:49 +0000
commit58d50be301f8efde4330a106b30b0666f88d26c8 (patch)
tree494fbb6259510e963ee730aafad3e8d8b2a8422e /develop/print.html
parentdeploy: 71f9966f2790c6b24281bb9f109bff28ff05d962 (diff)
downloadsynapse-58d50be301f8efde4330a106b30b0666f88d26c8.tar.xz
deploy: 66bdca3e317d1fa764cf52547aee7409acc59676
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/develop/print.html b/develop/print.html

index 1ace9027e2..e8325a4b80 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -1578,6 +1578,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </li> </ul> <h1 id="upgrading-to-v1470"><a class="header" href="#upgrading-to-v1470">Upgrading to v1.47.0</a></h1> +<h2 id="removal-of-old-room-admin-api"><a class="header" href="#removal-of-old-room-admin-api">Removal of old Room Admin API</a></h2> +<p>The following admin APIs were deprecated in <a href="https://github.com/matrix-org/synapse/blob/v1.34.0/CHANGES.md#deprecations-and-removals">Synapse 1.34</a> +(released on 2021-05-17) and have now been removed:</p> +<ul> +<li><code>POST /_synapse/admin/v1/&lt;room_id&gt;/delete</code></li> +</ul> +<p>Any scripts still using the above APIs should be converted to use the +<a href="https://matrix-org.github.io/synapse/latest/admin_api/rooms.html#delete-room-api">Delete Room API</a>.</p> <h2 id="deprecation-of-the-user_may_create_room_with_invites-module-callback"><a class="header" href="#deprecation-of-the-user_may_create_room_with_invites-module-callback">Deprecation of the <code>user_may_create_room_with_invites</code> module callback</a></h2> <p>The <code>user_may_create_room_with_invites</code> is deprecated and will be removed in a future version of Synapse. Modules implementing this callback can instead implement @@ -1604,7 +1612,7 @@ has been updated to reflect that calls to the <code>/spaces</code>, <code>/hiera <code>/summary</code> endpoints can now be routed to workers for both client API and federation requests.</p> <h1 id="upgrading-to-v1420"><a class="header" href="#upgrading-to-v1420">Upgrading to v1.42.0</a></h1> -<h2 id="removal-of-old-room-admin-api"><a class="header" href="#removal-of-old-room-admin-api">Removal of old Room Admin API</a></h2> +<h2 id="removal-of-old-room-admin-api-1"><a class="header" href="#removal-of-old-room-admin-api-1">Removal of old Room Admin API</a></h2> <p>The following admin APIs were deprecated in <a href="https://github.com/matrix-org/synapse/blob/v1.25.0/CHANGES.md#removal-warning">Synapse 1.25</a> (released on 2021-01-13) and have now been removed:</p> <ul> @@ -10271,11 +10279,6 @@ them handle rejoining themselves.</p> created. Consider whether you want to delete that roomm.</p> </li> </ol> -<h2 id="deprecated-endpoint"><a class="header" href="#deprecated-endpoint">Deprecated endpoint</a></h2> -<p>The previous deprecated API will be removed in a future release, it was:</p> -<pre><code>POST /_synapse/admin/v1/rooms/&lt;room_id&gt;/delete -</code></pre> -<p>It behaves the same way than the current endpoint except the path and the method.</p> <h1 id="make-room-admin-api"><a class="header" href="#make-room-admin-api">Make Room Admin API</a></h1> <p>Grants another user the highest power available to a local user who is in the room. If the user is not in the room, and it is not publicly joinable, then invite the user.</p>