diff options
author | Sami Olmari <sami@olmari.fi> | 2022-06-14 13:35:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 11:35:22 +0100 |
commit | a542a92c5742464712b2660abbda6c3c73c93a9f (patch) | |
tree | 8f27c3708d77823d01d31a6c18bbb3e44c6ef016 /docs | |
parent | Decouple `synapse.api.auth_blocking.AuthBlocking` from `synapse.api.auth.Auth... (diff) | |
download | synapse-a542a92c5742464712b2660abbda6c3c73c93a9f.tar.xz |
Mention removed community/group worker endpoints in upgrade.md (#13023)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/upgrade.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md index 3ade86b1ac..2803de8b8b 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -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: |