summary refs log tree commit diff
path: root/develop/upgrade.html
diff options
context:
space:
mode:
authorsquahtx <squahtx@users.noreply.github.com>2022-11-08 17:18:02 +0000
committersquahtx <squahtx@users.noreply.github.com>2022-11-08 17:18:02 +0000
commit2d31a8e7e803a2ab1e51f08ac24a978094cabf56 (patch)
tree549e350ac4aaf2d2106c5776c589fd4c4903e187 /develop/upgrade.html
parentdeploy: f0dec49f01a7071296bce74557fbd6996ccf5759 (diff)
downloadsynapse-2d31a8e7e803a2ab1e51f08ac24a978094cabf56.tar.xz
deploy: a5fcdea090c2396c30dd07c357ce4d9c90004c34
Diffstat (limited to '')
-rw-r--r--develop/upgrade.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html
index c1fbadfd57..d664041bf9 100644
--- a/develop/upgrade.html
+++ b/develop/upgrade.html
@@ -231,6 +231,11 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </code></pre>
 </li>
 </ul>
+<h1 id="upgrading-to-v1720"><a class="header" href="#upgrading-to-v1720">Upgrading to v1.72.0</a></h1>
+<h2 id="dropping-support-for-postgresql-10"><a class="header" href="#dropping-support-for-postgresql-10">Dropping support for PostgreSQL 10</a></h2>
+<p>In line with our <a href="deprecation_policy.html">deprecation policy</a>, we've dropped
+support for PostgreSQL 10, as it is no longer supported upstream.</p>
+<p>This release of Synapse requires PostgreSQL 11+.</p>
 <h1 id="upgrading-to-v1710"><a class="header" href="#upgrading-to-v1710">Upgrading to v1.71.0</a></h1>
 <h2 id="removal-of-the-generate_short_term_login_token-module-api-method"><a class="header" href="#removal-of-the-generate_short_term_login_token-module-api-method">Removal of the <code>generate_short_term_login_token</code> module API method</a></h2>
 <p>As announced with the release of <a href="#deprecation-of-the-generate_short_term_login_token-module-api-method">Synapse 1.69.0</a>, the deprecated <code>generate_short_term_login_token</code> module method has been removed.</p>