mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-28 18:38:31 +00:00
deploy: 8f890447b0
This commit is contained in:
parent
6961772ccb
commit
444c544808
5 changed files with 18 additions and 2 deletions
|
@ -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$
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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.
|
||||
|
|
|
@ -791,6 +791,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$
|
||||
|
|
Loading…
Add table
Reference in a new issue