From 520cf4ab2ca7474a6cce67531b305ed0fee20548 Mon Sep 17 00:00:00 2001 From: squahtx Date: Tue, 5 Apr 2022 14:15:14 +0000 Subject: deploy: ac80bfba4252c3bb8138cc3711271be63182eed8 --- latest/upgrade.html | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'latest/upgrade.html') diff --git a/latest/upgrade.html b/latest/upgrade.html index 36eed7c83f..1827953df6 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -261,6 +261,9 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb

Upgrading to v1.56.0

+

Open registration without verification is now disabled by default

+

Synapse will refuse to start if registration is enabled without email, captcha, or token-based verification unless the new config +flag enable_registration_without_verification is set to "true".

Groups/communities feature has been deprecated

The non-standard groups/communities feature in Synapse has been deprecated and will be disabled by default in Synapse v1.58.0.

@@ -268,6 +271,11 @@ be disabled by default in Synapse v1.58.0.

experimental_features:
   groups_enabled: false
 
+

Change in behaviour for PostgreSQL databases with unsafe locale

+

Synapse now refuses to start when using PostgreSQL with non-C values for COLLATE and +CTYPE unless the config flag allow_unsafe_locale, found in the database section of +the configuration file, is set to true. See the PostgreSQL documentation +for more information and instructions on how to fix a database with incorrect values.

Upgrading to v1.55.0

synctl script has been moved

The synctl script -- cgit 1.5.1