This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ Mention removed community/group worker endpoints in upgrade.md. Contributed by @olmari.
Original file line number Diff line number Diff line change @@ -91,6 +91,22 @@ process, for example:
91
91
92
92
# Upgrading to v1.61.0
93
93
94
+ ## Removal of depracated community/groups
95
+
96
+ This release of Synapse will remove deprecated community/groups from codebase.
97
+
98
+ ### Worker endpoints
99
+
100
+ For those who have deployed workers, following worker endpoints will no longer be existing
101
+ and they are expected to be removed from reverse proxy config:
102
+
103
+ - `^/_matrix/federation/v1/get_groups_publicised$`
104
+ - `^/_matrix/client/(r0|v3|unstable)/joined_groups$`
105
+ - `^/_matrix/client/(r0|v3|unstable)/publicised_groups$`
106
+ - `^/_matrix/client/(r0|v3|unstable)/publicised_groups/`
107
+ - `^/_matrix/federation/v1/groups/`
108
+ - `^/_matrix/client/(r0|v3|unstable)/groups/`
109
+
94
110
## New signatures for spam checker callbacks
95
111
96
112
As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:
You can’t perform that action at this time.
0 commit comments