summary refs log tree commit diff
path: root/develop/upgrade.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2022-06-14 10:35:59 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2022-06-14 10:35:59 +0000
commitef9776cfa50888964f4e169daaccd4e1425884c5 (patch)
tree5ef36e54134eae26364325a5d8a0d2832822fb7d /develop/upgrade.html
parentdeploy: a164a46038b0e51142781619db0e6dec8e0c2aaa (diff)
downloadsynapse-ef9776cfa50888964f4e169daaccd4e1425884c5.tar.xz
deploy: a542a92c5742464712b2660abbda6c3c73c93a9f
Diffstat (limited to 'develop/upgrade.html')
-rw-r--r--develop/upgrade.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html
index 207d940e4e..9f56a63b6a 100644
--- a/develop/upgrade.html
+++ b/develop/upgrade.html
@@ -233,6 +233,19 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </li>
 </ul>
 <h1 id="upgrading-to-v1610"><a class="header" href="#upgrading-to-v1610">Upgrading to v1.61.0</a></h1>
+<h2 id="removal-of-depracated-communitygroups"><a class="header" href="#removal-of-depracated-communitygroups">Removal of depracated community/groups</a></h2>
+<p>This release of Synapse will remove deprecated community/groups from codebase.</p>
+<h3 id="worker-endpoints"><a class="header" href="#worker-endpoints">Worker endpoints</a></h3>
+<p>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:</p>
+<ul>
+<li><code>^/_matrix/federation/v1/get_groups_publicised$</code></li>
+<li><code>^/_matrix/client/(r0|v3|unstable)/joined_groups$</code></li>
+<li><code>^/_matrix/client/(r0|v3|unstable)/publicised_groups$</code></li>
+<li><code>^/_matrix/client/(r0|v3|unstable)/publicised_groups/</code></li>
+<li><code>^/_matrix/federation/v1/groups/</code></li>
+<li><code>^/_matrix/client/(r0|v3|unstable)/groups/</code></li>
+</ul>
 <h2 id="new-signatures-for-spam-checker-callbacks"><a class="header" href="#new-signatures-for-spam-checker-callbacks">New signatures for spam checker callbacks</a></h2>
 <p>As a followup to changes in v1.60.0, the following spam-checker callbacks have changed signature:</p>
 <ul>