diff options
author | babolivier <babolivier@users.noreply.github.com> | 2022-02-08 13:26:46 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2022-02-08 13:26:46 +0000 |
commit | 9061d49ebbefffeee2de5178461086224f178a24 (patch) | |
tree | b20ba4051e5894c6bca4d513d0d8ace864bf8b8b /latest/upgrade.html | |
parent | deploy: 1aa2231e271f1b0b08757fc6f94c7c69c2993b25 (diff) | |
download | synapse-9061d49ebbefffeee2de5178461086224f178a24.tar.xz |
deploy: 0b561a0ea1384db214c274f45b160c538d2ab65d
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r-- | latest/upgrade.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html index acca4c4125..0a36483d94 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -260,6 +260,15 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb </code></pre> </li> </ul> +<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 |