From 537338b1a0e67413d4ef2674b9dc4843cfc186ab Mon Sep 17 00:00:00 2001 From: babolivier Date: Fri, 11 Feb 2022 13:58:45 +0000 Subject: deploy: 0171fa5226a6aa808d9965dab20f22f9794810d9 --- develop/upgrade.html | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) (limited to 'develop/upgrade.html') diff --git a/develop/upgrade.html b/develop/upgrade.html index eb28297c18..0de1937e3e 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -260,7 +260,14 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb -

Upgrading to v1.(next)

+

Upgrading to v1.53.0

+

Dropping support for webclient listeners and non-HTTP(S) web_client_location

+

Per the deprecation notice in Synapse v1.51.0, listeners of type webclient +are no longer supported and configuring them is a now a configuration error.

+

Configuring a non-HTTP(S) web_client_location configuration is is now a +configuration error. Since the webclient listener is no longer supported, this +setting only applies to the root path / of Synapse's web server and no longer +the /_matrix/client/ path.

Stablisation of MSC3231

The unstable validity-check endpoint for the Registration Tokens @@ -286,14 +293,13 @@ becomes stable.

  • m.3pid_changes
  • are now active by default.

    -

    Upgrading to v1.53.0

    -

    Dropping support for webclient listeners and non-HTTP(S) web_client_location

    -

    Per the deprecation notice in Synapse v1.51.0, listeners of type webclient -are no longer supported and configuring them is a now a configuration error.

    -

    Configuring a non-HTTP(S) web_client_location configuration is is now a -configuration error. Since the webclient listener is no longer supported, this -setting only applies to the root path / of Synapse's web server and no longer -the /_matrix/client/ path.

    +

    Removal of user_may_create_room_with_invites

    +

    As announced with the release of Synapse 1.47.0, +the deprecated user_may_create_room_with_invites module callback has been removed.

    +

    Modules relying on it can instead implement user_may_invite +and use the get_room_state +module API to infer whether the invite is happening while creating a room (see this function +as an example). Alternately, modules can also implement on_create_room.

    Upgrading to v1.52.0

    Twisted security release

    Note that Twisted 22.1.0 -- cgit 1.4.1