From 96f4888a15de80752b7c1a9c6c07ec7610e09cce Mon Sep 17 00:00:00 2001 From: H-Shay Date: Thu, 3 Aug 2023 18:44:58 +0000 Subject: deploy: 0a5f4f766514b84aff84ff17dffd5301a437c797 --- develop/upgrade.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'develop/upgrade.html') diff --git a/develop/upgrade.html b/develop/upgrade.html index 22491761a5..63a1888610 100644 --- a/develop/upgrade.html +++ b/develop/upgrade.html @@ -231,6 +231,17 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

Upgrading to v1.90.0

+

App service query parameter authorization is now a configuration option

+

Synapse v1.81.0 deprecated application service authorization via query parameters as this is +considered insecure - and from Synapse v1.71.0 forwards the application service token has also been sent via +the Authorization header], making the insecure +query parameter authorization redundant. Since removing the ability to continue to use query parameters could break +backwards compatibility it has now been put behind a configuration option, use_appservice_legacy_authorization.
+This option defaults to false, but can be activated by adding

+
use_appservice_legacy_authorization: true 
+
+

to your configuration.

Upgrading to v1.89.0

Removal of unspecced user property for /register

Application services can no longer call /register with a user property to create new users. -- cgit 1.4.1