diff options
author | clokep <clokep@users.noreply.github.com> | 2022-02-03 18:37:17 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-02-03 18:37:17 +0000 |
commit | 24d2e62e46fa3140b9604a782e4d251490babd27 (patch) | |
tree | 607299679b584d561bc9d29010e773516f0b6406 /develop/upgrade.html | |
parent | deploy: 6b1c265c21c0e923cc21e87c5257176160d9fb45 (diff) | |
download | synapse-24d2e62e46fa3140b9604a782e4d251490babd27.tar.xz |
deploy: 119edf51eb3e4f5ed5139dc370f5d7aed46edc1c
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index acca4c4125..de38de72ac 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -260,6 +260,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<h1 id="upgrading-to-v1530"><a class="header" href="#upgrading-to-v1530">Upgrading to v1.53.0</a></h1> +<h2 id="dropping-support-for-webclient-listeners-and-non-https-web_client_location"><a class="header" href="#dropping-support-for-webclient-listeners-and-non-https-web_client_location">Dropping support for <code>webclient</code> listeners and non-HTTP(S) <code>web_client_location</code></a></h2> +<p>Per the deprecation notice in Synapse v1.51.0, listeners of type <code>webclient</code> +are no longer supported and configuring them is a now a configuration error.</p> +<p>Configuring a non-HTTP(S) <code>web_client_location</code> configuration is is now a +configuration error. Since the <code>webclient</code> listener is no longer supported, this +setting only applies to the root path <code>/</code> of Synapse's web server and no longer +the <code>/_matrix/client/</code> path.</p> <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 |