summary refs log tree commit diff
diff options
context:
space:
mode:
authorSami Olmari <sami@olmari.fi>2022-06-14 13:35:22 +0300
committerErik Johnston <erik@matrix.org>2022-06-14 11:40:02 +0100
commit7b54badd314fa9b7b3aa629d9cee577b5cbf5443 (patch)
tree056737544e009a6a16e6df4a361e4c18b6b09fe4
parentCorrect typographical errors in the changelog (diff)
downloadsynapse-7b54badd314fa9b7b3aa629d9cee577b5cbf5443.tar.xz
Mention removed community/group worker endpoints in upgrade.md (#13023)
-rw-r--r--changelog.d/13023.doc1
-rw-r--r--docs/upgrade.md18
2 files changed, 19 insertions, 0 deletions
diff --git a/changelog.d/13023.doc b/changelog.d/13023.doc
new file mode 100644
index 0000000000..5589c7492c
--- /dev/null
+++ b/changelog.d/13023.doc
@@ -0,0 +1 @@
+Mention removed community/group worker endpoints in upgrade.md. Contributed by @olmari.
\ No newline at end of file
diff --git a/docs/upgrade.md b/docs/upgrade.md
index e3c64da17f..5698cff6ae 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -89,6 +89,24 @@ 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