diff options
author | clokep <clokep@users.noreply.github.com> | 2022-02-08 14:16:33 +0000 |
---|---|---|
committer | clokep <clokep@users.noreply.github.com> | 2022-02-08 14:16:33 +0000 |
commit | f1e6e66146b5e51246fa0874cfe08682e6733768 (patch) | |
tree | b5589a3054b6549a2d4bc0e96a820ed47ed7ee95 /develop/upgrade.html | |
parent | deploy: 0b561a0ea1384db214c274f45b160c538d2ab65d (diff) | |
download | synapse-f1e6e66146b5e51246fa0874cfe08682e6733768.tar.xz |
deploy: 6c0984e3f007de469af74d8b6a432c8704633b03
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r-- | develop/upgrade.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index ab5dd4c1b9..6c0e38b27a 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -277,6 +277,15 @@ are no longer supported and configuring them is a now a configuration error.</p> 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-v1520"><a class="header" href="#upgrading-to-v1520">Upgrading to v1.52.0</a></h1> +<h2 id="twisted-security-release"><a class="header" href="#twisted-security-release">Twisted security release</a></h2> +<p>Note that <a href="https://github.com/twisted/twisted/releases/tag/twisted-22.1.0">Twisted 22.1.0</a> +has recently been released, which fixes a <a href="https://github.com/twisted/twisted/security/advisories/GHSA-92x2-jw7w-xvvx">security issue</a> +within the Twisted library. We do not believe Synapse is affected by this vulnerability, +though we advise server administrators who installed Synapse via pip to upgrade Twisted +with <code>pip install --upgrade Twisted</code> as a matter of good practice. The Docker image +<code>matrixdotorg/synapse</code> and the Debian packages from <code>packages.matrix.org</code> are using the +updated library.</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 |