diff options
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index f7e912eeb6..a96a87f57c 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -286,10 +286,11 @@ 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> +<h2 id="new-worker-endpoints-for-authenticated-client-and-federation-media"><a class="header" href="#new-worker-endpoints-for-authenticated-client-and-federation-media">New worker endpoints for authenticated client and federation 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> +Media APIs can now handle the following endpoint patterns:</p> <pre><code>^/_matrix/client/v1/media/.*$ +^/_matrix/federation/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> |