mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 15:37:02 +00:00
deploy: fbb2573525
This commit is contained in:
parent
0eeae24f32
commit
fc939d92f0
5 changed files with 14 additions and 4 deletions
|
@ -1841,7 +1841,7 @@ v1.61.0.</p>
|
||||||
<tr><td>v1.83.0 – v1.84.1</td><td>v1.77.0</td></tr>
|
<tr><td>v1.83.0 – v1.84.1</td><td>v1.77.0</td></tr>
|
||||||
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
|
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
|
||||||
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
|
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
|
||||||
<tr><td>v1.98.0 – v1.104.0</td><td>v1.96.0</td></tr>
|
<tr><td>v1.98.0 – v1.105.0</td><td>v1.96.0</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
|
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
|
||||||
<p>You need to read all of the upgrade notes for each version between your current
|
<p>You need to read all of the upgrade notes for each version between your current
|
||||||
|
@ -11769,6 +11769,11 @@ the stream writer for the <code>receipts</code> stream:</p>
|
||||||
the stream writer for the <code>presence</code> stream:</p>
|
the stream writer for the <code>presence</code> stream:</p>
|
||||||
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
<h5 id="the-push_rules-stream"><a class="header" href="#the-push_rules-stream">The <code>push_rules</code> stream</a></h5>
|
||||||
|
<p>The following endpoints should be routed directly to the worker configured as
|
||||||
|
the stream writer for the <code>push</code> stream:</p>
|
||||||
|
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
|
||||||
|
</code></pre>
|
||||||
<h4 id="restrict-outbound-federation-traffic-to-a-specific-set-of-workers"><a class="header" href="#restrict-outbound-federation-traffic-to-a-specific-set-of-workers">Restrict outbound federation traffic to a specific set of workers</a></h4>
|
<h4 id="restrict-outbound-federation-traffic-to-a-specific-set-of-workers"><a class="header" href="#restrict-outbound-federation-traffic-to-a-specific-set-of-workers">Restrict outbound federation traffic to a specific set of workers</a></h4>
|
||||||
<p>The
|
<p>The
|
||||||
<a href="usage/configuration/config_documentation.html#outbound_federation_restricted_to"><code>outbound_federation_restricted_to</code></a>
|
<a href="usage/configuration/config_documentation.html#outbound_federation_restricted_to"><code>outbound_federation_restricted_to</code></a>
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -266,7 +266,7 @@ v1.61.0.</p>
|
||||||
<tr><td>v1.83.0 – v1.84.1</td><td>v1.77.0</td></tr>
|
<tr><td>v1.83.0 – v1.84.1</td><td>v1.77.0</td></tr>
|
||||||
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
|
<tr><td>v1.85.0 – v1.91.2</td><td>v1.83.0</td></tr>
|
||||||
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
|
<tr><td>v1.92.0 – v1.97.0</td><td>v1.90.0</td></tr>
|
||||||
<tr><td>v1.98.0 – v1.104.0</td><td>v1.96.0</td></tr>
|
<tr><td>v1.98.0 – v1.105.0</td><td>v1.96.0</td></tr>
|
||||||
</tbody></table>
|
</tbody></table>
|
||||||
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
|
<h2 id="upgrading-from-a-very-old-version"><a class="header" href="#upgrading-from-a-very-old-version">Upgrading from a very old version</a></h2>
|
||||||
<p>You need to read all of the upgrade notes for each version between your current
|
<p>You need to read all of the upgrade notes for each version between your current
|
||||||
|
|
|
@ -641,6 +641,11 @@ the stream writer for the <code>receipts</code> stream:</p>
|
||||||
the stream writer for the <code>presence</code> stream:</p>
|
the stream writer for the <code>presence</code> stream:</p>
|
||||||
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
<h5 id="the-push_rules-stream"><a class="header" href="#the-push_rules-stream">The <code>push_rules</code> stream</a></h5>
|
||||||
|
<p>The following endpoints should be routed directly to the worker configured as
|
||||||
|
the stream writer for the <code>push</code> stream:</p>
|
||||||
|
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/pushrules/
|
||||||
|
</code></pre>
|
||||||
<h4 id="restrict-outbound-federation-traffic-to-a-specific-set-of-workers"><a class="header" href="#restrict-outbound-federation-traffic-to-a-specific-set-of-workers">Restrict outbound federation traffic to a specific set of workers</a></h4>
|
<h4 id="restrict-outbound-federation-traffic-to-a-specific-set-of-workers"><a class="header" href="#restrict-outbound-federation-traffic-to-a-specific-set-of-workers">Restrict outbound federation traffic to a specific set of workers</a></h4>
|
||||||
<p>The
|
<p>The
|
||||||
<a href="usage/configuration/config_documentation.html#outbound_federation_restricted_to"><code>outbound_federation_restricted_to</code></a>
|
<a href="usage/configuration/config_documentation.html#outbound_federation_restricted_to"><code>outbound_federation_restricted_to</code></a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue