From 05b8debd85ea35462b1714b61b5fca0e98b99151 Mon Sep 17 00:00:00 2001 From: clokep Date: Mon, 3 Apr 2023 17:21:26 +0000 Subject: deploy: cf2f2934ad6c94a269e750684d1d8170b1173b7a --- 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 3846274443..e7fdeddd5a 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.81.0

+

Application service path & authentication deprecations

+

Synapse now attempts the versioned appservice paths before falling back to the +legacy paths. +Usage of the legacy routes should be considered deprecated.

+

Additionally, Synapse has supported sending the application service access token +via the Authorization header +since v1.70.0. For backwards compatibility it is also sent as the access_token +query parameter. This is insecure and should be considered deprecated.

+

A future version of Synapse (v1.88.0 or later) will remove support for legacy +application service routes and query parameter authorization.

Upgrading to v1.80.0

Reporting events error code change

Before this update, the -- cgit 1.5.1