From e0a526daef4cbcf9d94614dd59c69a96d152d355 Mon Sep 17 00:00:00 2001 From: clokep Date: Wed, 8 Sep 2021 15:02:56 +0000 Subject: deploy: 1fdf2cf8e84769c5e15ca8bb53fe61e5507365d7 --- develop/print.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index a22b93f9d2..8539220f2d 100644 --- a/develop/print.html +++ b/develop/print.html @@ -1487,6 +1487,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb +

Upgrading to v1.43.0

+

The spaces summary APIs can now be handled by workers

+

The available worker applications documentation +has been updated to reflect that calls to the /spaces, /hierarchy, and +/summary endpoints can now be routed to workers for both client API and +federation requests.

Upgrading to v1.42.0

Removal of old Room Admin API

The following admin APIs were deprecated in Synapse 1.25 @@ -8268,6 +8274,8 @@ expressions:

^/_matrix/federation/v1/user/devices/ ^/_matrix/federation/v1/get_groups_publicised$ ^/_matrix/key/v2/query +^/_matrix/federation/unstable/org.matrix.msc2946/spaces/ +^/_matrix/federation/unstable/org.matrix.msc2946/hierarchy/ # Inbound federation transaction request ^/_matrix/federation/v1/send/ @@ -8279,6 +8287,9 @@ expressions:

^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/context/.*$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/members$ ^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/state$ +^/_matrix/client/unstable/org.matrix.msc2946/rooms/.*/spaces$ +^/_matrix/client/unstable/org.matrix.msc2946/rooms/.*/hierarchy$ +^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$ ^/_matrix/client/(api/v1|r0|unstable)/account/3pid$ ^/_matrix/client/(api/v1|r0|unstable)/devices$ ^/_matrix/client/(api/v1|r0|unstable)/keys/query$ -- cgit 1.5.1