summary refs log tree commit diff
path: root/develop/upgrade.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-02-09 18:05:11 +0000
committerclokep <clokep@users.noreply.github.com>2023-02-09 18:05:11 +0000
commitf0246e591f422a01a5412a5298160e116ce97238 (patch)
tree575863fee8b941cd91df98019ab78583ebce6117 /develop/upgrade.html
parentdeploy: a4126e2861ee9c76d14138c12bd75c83d3e278ee (diff)
downloadsynapse-f0246e591f422a01a5412a5298160e116ce97238.tar.xz
deploy: d22c1c862c8259465a8e95c41eb1f00d0367a640
Diffstat (limited to '')
-rw-r--r--develop/upgrade.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html
index c699dbbfe4..674c9790c3 100644
--- a/develop/upgrade.html
+++ b/develop/upgrade.html
@@ -231,6 +231,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </code></pre>
 </li>
 </ul>
+<h1 id="upgrading-to-v1780"><a class="header" href="#upgrading-to-v1780">Upgrading to v1.78.0</a></h1>
+<h2 id="deprecate-the-_synapseadminv1mediaserver_namedelete-admin-api"><a class="header" href="#deprecate-the-_synapseadminv1mediaserver_namedelete-admin-api">Deprecate the <code>/_synapse/admin/v1/media/&lt;server_name&gt;/delete</code> admin API</a></h2>
+<p>Synapse 1.78.0 replaces the <code>/_synapse/admin/v1/media/&lt;server_name&gt;/delete</code>
+admin API with an identical endpoint at <code>/_synapse/admin/v1/media/delete</code>. Please
+update your tooling to use the new endpoint. The deprecated version will be removed
+in a future release.</p>
 <h1 id="upgrading-to-v1760"><a class="header" href="#upgrading-to-v1760">Upgrading to v1.76.0</a></h1>
 <h2 id="faster-joins-are-enabled-by-default"><a class="header" href="#faster-joins-are-enabled-by-default">Faster joins are enabled by default</a></h2>
 <p>When joining a room for the first time, Synapse 1.76.0 will request a partial join from the other server by default. Previously, server admins had to opt-in to this using an experimental config flag.</p>