summary refs log tree commit diff
path: root/develop/print.html
diff options
context:
space:
mode:
Diffstat (limited to 'develop/print.html')
-rw-r--r--develop/print.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html

index dc694d8caa..45c542488d 100644 --- a/develop/print.html +++ b/develop/print.html
@@ -1852,6 +1852,13 @@ database migrations are complete. You should wait until background updates from each upgrade are complete before moving on to the next upgrade, to avoid stacking them up. You can monitor the currently running background updates with <a href="usage/administration/admin_api/background_updates.html#status">the Admin API</a>.</p> +<h1 id="upgrading-to-v11110"><a class="header" href="#upgrading-to-v11110">Upgrading to v1.111.0</a></h1> +<h2 id="new-worker-endpoints-for-authenticated-client-media"><a class="header" href="#new-worker-endpoints-for-authenticated-client-media">New worker endpoints for authenticated client media</a></h2> +<p><a href="./workers.html#synapseappmedia_repository">Media repository workers</a> handling +Media APIs can now handle the following endpoint pattern:</p> +<pre><code>^/_matrix/client/v1/media/.*$ +</code></pre> +<p>Please update your reverse proxy configuration.</p> <h1 id="upgrading-to-v11060"><a class="header" href="#upgrading-to-v11060">Upgrading to v1.106.0</a></h1> <h2 id="minimum-supported-rust-version"><a class="header" href="#minimum-supported-rust-version">Minimum supported Rust version</a></h2> <p>The minimum supported Rust version has been increased from v1.65.0 to v1.66.0. @@ -12005,6 +12012,7 @@ worker_log_config: /etc/matrix-synapse/federation-sender-log.yaml <h3 id="synapseappmedia_repository"><a class="header" href="#synapseappmedia_repository"><code>synapse.app.media_repository</code></a></h3> <p>Handles the media repository. It can handle all endpoints starting with:</p> <pre><code>/_matrix/media/ +/_matrix/client/v1/media/ </code></pre> <p>... and the following regular expressions matching media-specific administration APIs:</p> <pre><code>^/_synapse/admin/v1/purge_media_cache$