Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit a542a92

Browse files
authored
Mention removed community/group worker endpoints in upgrade.md (#13023)
1 parent 92103cb commit a542a92

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

changelog.d/13023.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Mention removed community/group worker endpoints in upgrade.md. Contributed by @olmari.

docs/upgrade.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,22 @@ process, for example:
9191
9292
# Upgrading to v1.61.0
9393
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+
94110
## New signatures for spam checker callbacks
95111
96112
As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:

0 commit comments

Comments
 (0)