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

Commit 7b54bad

Browse files
olmarierikjohnston
authored andcommitted
Mention removed community/group worker endpoints in upgrade.md (#13023)
1 parent 8a499d7 commit 7b54bad

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)