mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-26 03:25:53 +03:00
deploy: b8bf61230c
This commit is contained in:
parent
9718ab32d2
commit
e2307e4155
4 changed files with 30 additions and 2 deletions
|
@ -1631,6 +1631,20 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h1 id="upgrading-to-v1610"><a class="header" href="#upgrading-to-v1610">Upgrading to v1.61.0</a></h1>
|
||||||
|
<h2 id="removal-of-deprecated-communitygroups"><a class="header" href="#removal-of-deprecated-communitygroups">Removal of deprecated community/groups</a></h2>
|
||||||
|
<p>This release of Synapse will remove deprecated community/groups from codebase.</p>
|
||||||
|
<h3 id="worker-endpoints"><a class="header" href="#worker-endpoints">Worker endpoints</a></h3>
|
||||||
|
<p>For those who have deployed workers, following worker endpoints will no longer
|
||||||
|
exist and they can be removed from the reverse proxy configuration:</p>
|
||||||
|
<ul>
|
||||||
|
<li><code>^/_matrix/federation/v1/get_groups_publicised$</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/joined_groups$</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/publicised_groups$</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/publicised_groups/</code></li>
|
||||||
|
<li><code>^/_matrix/federation/v1/groups/</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/groups/</code></li>
|
||||||
|
</ul>
|
||||||
<h1 id="upgrading-to-v1600"><a class="header" href="#upgrading-to-v1600">Upgrading to v1.60.0</a></h1>
|
<h1 id="upgrading-to-v1600"><a class="header" href="#upgrading-to-v1600">Upgrading to v1.60.0</a></h1>
|
||||||
<h2 id="adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted"><a class="header" href="#adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted">Adding a new unique index to <code>state_group_edges</code> could fail if your database is corrupted</a></h2>
|
<h2 id="adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted"><a class="header" href="#adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted">Adding a new unique index to <code>state_group_edges</code> could fail if your database is corrupted</a></h2>
|
||||||
<p>This release of Synapse will add a unique index to the <code>state_group_edges</code> table, in order
|
<p>This release of Synapse will add a unique index to the <code>state_group_edges</code> table, in order
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -232,6 +232,20 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
|
||||||
</code></pre>
|
</code></pre>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<h1 id="upgrading-to-v1610"><a class="header" href="#upgrading-to-v1610">Upgrading to v1.61.0</a></h1>
|
||||||
|
<h2 id="removal-of-deprecated-communitygroups"><a class="header" href="#removal-of-deprecated-communitygroups">Removal of deprecated community/groups</a></h2>
|
||||||
|
<p>This release of Synapse will remove deprecated community/groups from codebase.</p>
|
||||||
|
<h3 id="worker-endpoints"><a class="header" href="#worker-endpoints">Worker endpoints</a></h3>
|
||||||
|
<p>For those who have deployed workers, following worker endpoints will no longer
|
||||||
|
exist and they can be removed from the reverse proxy configuration:</p>
|
||||||
|
<ul>
|
||||||
|
<li><code>^/_matrix/federation/v1/get_groups_publicised$</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/joined_groups$</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/publicised_groups$</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/publicised_groups/</code></li>
|
||||||
|
<li><code>^/_matrix/federation/v1/groups/</code></li>
|
||||||
|
<li><code>^/_matrix/client/(r0|v3|unstable)/groups/</code></li>
|
||||||
|
</ul>
|
||||||
<h1 id="upgrading-to-v1600"><a class="header" href="#upgrading-to-v1600">Upgrading to v1.60.0</a></h1>
|
<h1 id="upgrading-to-v1600"><a class="header" href="#upgrading-to-v1600">Upgrading to v1.60.0</a></h1>
|
||||||
<h2 id="adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted"><a class="header" href="#adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted">Adding a new unique index to <code>state_group_edges</code> could fail if your database is corrupted</a></h2>
|
<h2 id="adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted"><a class="header" href="#adding-a-new-unique-index-to-state_group_edges-could-fail-if-your-database-is-corrupted">Adding a new unique index to <code>state_group_edges</code> could fail if your database is corrupted</a></h2>
|
||||||
<p>This release of Synapse will add a unique index to the <code>state_group_edges</code> table, in order
|
<p>This release of Synapse will add a unique index to the <code>state_group_edges</code> table, in order
|
||||||
|
|
Loading…
Reference in a new issue