diff options
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 8fe5a843ed..83f085e458 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -285,6 +285,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. |