diff options
author | clokep <clokep@users.noreply.github.com> | 2022-01-20 14:21:40 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-01-20 14:21:40 +0000 |
commit | 7120c21c5cccefb3524976bbc408c6516b97c1f9 (patch) | |
tree | a48400116445d39b21f6d7790d53173b06ae44a4 /develop/upgrade.html | |
parent | deploy: 15ffc4143c36593bc3d899fad7fb5db00f4d95ea (diff) | |
download | synapse-7120c21c5cccefb3524976bbc408c6516b97c1f9.tar.xz |
deploy: 91221b696156e9f1f9deecd425ae58af03ebb5d3
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index f025e160e0..acca4c4125 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -260,6 +260,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1510"><a class="header" href="#upgrading-to-v1510">Upgrading to v1.51.0</a></h1> +<h2 id="deprecation-of-webclient-listeners-and-non-https-web_client_location"><a class="header" href="#deprecation-of-webclient-listeners-and-non-https-web_client_location">Deprecation of <code>webclient</code> listeners and non-HTTP(S) <code>web_client_location</code></a></h2> +<p>Listeners of type <code>webclient</code> are deprecated and scheduled to be removed in +Synapse v1.53.0.</p> +<p>Similarly, a non-HTTP(S) <code>web_client_location</code> configuration is deprecated and +will become a configuration error in Synapse v1.53.0.</p> <h1 id="upgrading-to-v1500"><a class="header" href="#upgrading-to-v1500">Upgrading to v1.50.0</a></h1> <h2 id="dropping-support-for-old-python-and-postgres-versions"><a class="header" href="#dropping-support-for-old-python-and-postgres-versions">Dropping support for old Python and Postgres versions</a></h2> <p>In line with our <a href="deprecation_policy.html">deprecation policy</a>, |