summary refs log tree commit diff
path: root/v1.85/upgrade.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-06-01 12:22:37 +0000
committerclokep <clokep@users.noreply.github.com>2023-06-01 12:22:37 +0000
commit4f51149cf86ab00bc2c859f5e284348982e1773d (patch)
treef4831e83c37e73e8e63c8a349991812331b82c6f /v1.85/upgrade.html
parentdeploy: a103b874dddc6246b06b168992fbdb7aaeb0183f (diff)
downloadsynapse-4f51149cf86ab00bc2c859f5e284348982e1773d.tar.xz
deploy: a273561c2247ee433f97a31961a30ab00ab19574
Diffstat (limited to '')
-rw-r--r--v1.85/upgrade.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/v1.85/upgrade.html b/v1.85/upgrade.html
index d91683855a..568cb8abb8 100644
--- a/v1.85/upgrade.html
+++ b/v1.85/upgrade.html
@@ -231,6 +231,13 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </code></pre>
 </li>
 </ul>
+<h1 id="upgrading-to-v1850"><a class="header" href="#upgrading-to-v1850">Upgrading to v1.85.0</a></h1>
+<h2 id="application-service-registration-with-user-property-deprecation"><a class="header" href="#application-service-registration-with-user-property-deprecation">Application service registration with &quot;user&quot; property deprecation</a></h2>
+<p>Application services should ensure they call the <code>/register</code> endpoint with a
+<code>username</code> property. The legacy <code>user</code> property is considered deprecated and
+should no longer be included.</p>
+<p>A future version of Synapse (v1.88.0 or later) will remove support for legacy
+application service login.</p>
 <h1 id="upgrading-to-v1840"><a class="header" href="#upgrading-to-v1840">Upgrading to v1.84.0</a></h1>
 <h2 id="deprecation-of-worker_replication_-configuration-settings"><a class="header" href="#deprecation-of-worker_replication_-configuration-settings">Deprecation of <code>worker_replication_*</code> configuration settings</a></h2>
 <p>When using workers,</p>