From be84aeacf620d9eb01de07a52d67bd4035985fbd Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 2 Aug 2022 10:56:24 +0000 Subject: deploy: c2f48712265de92bd833a15f86935bed1f1efbe5 --- latest/upgrade.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'latest/upgrade.html') diff --git a/latest/upgrade.html b/latest/upgrade.html index fd99669f9c..37f0fba7d8 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -76,7 +76,7 @@ @@ -232,6 +232,26 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

Upgrading to v1.64.0

+

Deprecation of the ability to delegate e-mail verification to identity servers

+

Synapse v1.66.0 will remove the ability to delegate the tasks of verifying email address ownership, and password reset confirmation, to an identity server.

+

If you require your homeserver to verify e-mail addresses or to support password resets via e-mail, please configure your homeserver with SMTP access so that it can send e-mails on its own behalf. +Consult the configuration documentation for more information.

+

The option that will be removed is account_threepid_delegates.email.

+

Changes to the event replication streams

+

Synapse now includes a flag indicating if an event is an outlier when +replicating it to other workers. This is a forwards- and backwards-incompatible +change: v1.63 and workers cannot process events replicated by v1.64 workers, and +vice versa.

+

Once all workers are upgraded to v1.64 (or downgraded to v1.63), event +replication will resume as normal.

+

frozendict release

+

frozendict 2.3.3 +has recently been released, which fixes a memory leak that occurs during /sync +requests. We advise server administrators who installed Synapse via pip to upgrade +frozendict with pip install --upgrade frozendict. The Docker image +matrixdotorg/synapse and the Debian packages from packages.matrix.org already +include the updated library.

Upgrading to v1.62.0

New signatures for spam checker callbacks

As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:

-- cgit 1.4.1