From 7c5dd6ffb85f208632f7a2018a922b5ef2083c18 Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Tue, 22 Mar 2022 16:30:53 +0000 Subject: deploy: 6b26536a52f77aa5573b4d2afedae448fac31b7c --- latest/upgrade.html | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) (limited to 'latest/upgrade.html') diff --git a/latest/upgrade.html b/latest/upgrade.html index a823729541..36eed7c83f 100644 --- a/latest/upgrade.html +++ b/latest/upgrade.html @@ -99,7 +99,7 @@ @@ -225,7 +225,7 @@ pip install --upgrade .
  • Restart Synapse:

    -
    ./synctl restart
    +
    synctl restart
     
  • @@ -260,6 +260,37 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

    Upgrading to v1.56.0

    +

    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.

    +

    You can test disabling it by adding the following to your homeserver configuration:

    +
    experimental_features:
    +  groups_enabled: false
    +
    +

    Upgrading to v1.55.0

    +

    synctl script has been moved

    +

    The synctl script +has been made an +entry point +and no longer exists at the root of Synapse's source tree. If you wish to use +synctl to manage your homeserver, you should invoke synctl directly, e.g. +synctl start instead of ./synctl start or /path/to/synctl start.

    +

    You will need to ensure synctl is on your PATH.

    + +

    Compatibility dropped for Mjolnir 1.3.1 and earlier

    +

    Synapse v1.55.0 drops support for Mjolnir 1.3.1 and earlier. +If you use the Mjolnir module to moderate your homeserver, +please upgrade Mjolnir to version 1.3.2 or later before upgrading Synapse.

    Upgrading to v1.54.0

    Legacy structured logging configuration removal

    This release removes support for the structured: true logging configuration -- cgit 1.5.1