From c3e4272fde3f2179361f2ce651be4c2076bdffe9 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 13 Sep 2022 11:12:31 +0000 Subject: deploy: 9772e362aaef0740039662e3dc93a0de1411eb06 --- develop/upgrade.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'develop/upgrade.html') diff --git a/develop/upgrade.html b/develop/upgrade.html index aa277b2e63..035e30c5b6 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -248,6 +248,21 @@ and remove the TCP replication listener from config of the master a

Minimum version of Poetry is now v1.2.0

The minimum supported version of poetry is now 1.2. This should only affect those installing from a source checkout.

+

Rust requirement in the next release

+

From the next major release (v1.68.0) installing Synapse from a source checkout +will require a recent Rust compiler. Those using packages or +pip install matrix-synapse will not be affected.

+

The simplest way of installing Rust is via rustup.rs

+

SQLite version requirement in the next release

+

From the next major release (v1.68.0) Synapse will require SQLite 3.27.0 or +higher. Synapse v1.67.0 will be the last major release supporting SQLite +versions 3.22 to 3.26.

+

Those using docker images or Debian packages from Matrix.org will not be +affected. If you have installed from source, you should check the version of +SQLite used by Python with:

+
python -c "import sqlite3; print(sqlite3.sqlite_version)"
+
+

If this is too old, refer to your distribution for advice on upgrading.

Upgrading to v1.66.0

Delegation of email validation no longer supported

As of this version, Synapse no longer allows the tasks of verifying email address -- cgit 1.5.1