diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2022-06-14 11:03:22 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2022-06-14 11:03:22 +0000 |
commit | 9718ab32d2e83a58e69f9af29d6897145645153a (patch) | |
tree | 358e51f5010b4e31c70bb83f8a8aabf489482a62 /develop/upgrade.html | |
parent | deploy: b8bf61230c0d51231429b2d15973a8fd1cd76906 (diff) | |
download | synapse-9718ab32d2e83a58e69f9af29d6897145645153a.tar.xz |
deploy: 5d139f578dd973a33c156950e25610367127a521
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index 9f56a63b6a..80f0a5d418 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -232,20 +232,7 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> -<h1 id="upgrading-to-v1610"><a class="header" href="#upgrading-to-v1610">Upgrading to v1.61.0</a></h1> -<h2 id="removal-of-depracated-communitygroups"><a class="header" href="#removal-of-depracated-communitygroups">Removal of depracated 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 be existing -and they are expected to be removed from reverse proxy config:</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-v1620"><a class="header" href="#upgrading-to-v1620">Upgrading to v1.62.0</a></h1> <h2 id="new-signatures-for-spam-checker-callbacks"><a class="header" href="#new-signatures-for-spam-checker-callbacks">New signatures for spam checker callbacks</a></h2> <p>As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:</p> <ul> @@ -276,6 +263,20 @@ and they are expected to be removed from reverse proxy config:</p> # Request is not spam, mark it as such. return synapse.module_api.NOT_SPAM </code></pre> +<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> <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 |