From 9718ab32d2e83a58e69f9af29d6897145645153a Mon Sep 17 00:00:00 2001
From: erikjohnston This release of Synapse will remove deprecated community/groups from codebase. For those who have deployed workers, following worker endpoints will no longer be existing
-and they are expected to be removed from reverse proxy config: As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:Upgrading to v1.61.0
-Removal of depracated community/groups
-Worker endpoints
-
-
+^/_matrix/federation/v1/get_groups_publicised$
^/_matrix/client/(r0|v3|unstable)/joined_groups$
^/_matrix/client/(r0|v3|unstable)/publicised_groups$
^/_matrix/client/(r0|v3|unstable)/publicised_groups/
^/_matrix/federation/v1/groups/
^/_matrix/client/(r0|v3|unstable)/groups/
Upgrading to v1.62.0
New signatures for spam checker callbacks
@@ -1675,6 +1662,20 @@ and they are expected to be removed from reverse proxy config:
This release of Synapse will remove deprecated community/groups from codebase.
+For those who have deployed workers, following worker endpoints will no longer +exist and they can be removed from the reverse proxy configuration:
+^/_matrix/federation/v1/get_groups_publicised$
^/_matrix/client/(r0|v3|unstable)/joined_groups$
^/_matrix/client/(r0|v3|unstable)/publicised_groups$
^/_matrix/client/(r0|v3|unstable)/publicised_groups/
^/_matrix/federation/v1/groups/
^/_matrix/client/(r0|v3|unstable)/groups/
state_group_edges
could fail if your database is corruptedThis release of Synapse will add a unique index to the state_group_edges
table, in order
--
cgit 1.4.1