This repository was archived by the owner on Mar 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-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 @@ -89,6 +89,24 @@ process, for example:
8989 dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
9090 ```
9191
92+ # Upgrading to v1.61.0
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+
92110# Upgrading to v1.60.0
93111
94112## Adding a new unique index to `state_group_edges` could fail if your database is corrupted
You can’t perform that action at this time.
0 commit comments