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

Mention removed community/group worker endpoints in upgrade.md #13023

Merged
merged 5 commits into from
Jun 14, 2022
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/13023.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mention removed community/group worker endpoints in upgrade.md. Contributed by @olmari.
19 changes: 19 additions & 0 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,25 @@ process, for example:
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
```

# 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/`


# Upgrading to v1.60.0

## Adding a new unique index to `state_group_edges` could fail if your database is corrupted
Expand Down