mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 14:32:30 +01:00
Mention removed community/group worker endpoints in upgrade.md (#13023)
This commit is contained in:
parent
92103cb2c8
commit
a542a92c57
2 changed files with 17 additions and 0 deletions
1
changelog.d/13023.doc
Normal file
1
changelog.d/13023.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Mention removed community/group worker endpoints in upgrade.md. Contributed by @olmari.
|
|
@ -91,6 +91,22 @@ process, for example:
|
|||
|
||||
# Upgrading to v1.61.0
|
||||
|
||||
## Removal of depracated community/groups
|
||||
|
||||
This release of Synapse will remove deprecated community/groups from codebase.
|
||||
|
||||
### Worker endpoints
|
||||
|
||||
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:
|
||||
|
||||
- `^/_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/`
|
||||
|
||||
## New signatures for spam checker callbacks
|
||||
|
||||
As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:
|
||||
|
|
Loading…
Reference in a new issue