diff options
author | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-06-06 09:50:03 +0000 |
---|---|---|
committer | erikjohnston <erikjohnston@users.noreply.github.com> | 2023-06-06 09:50:03 +0000 |
commit | bf6393f5a8057d57dee034d3dd546955cd12b434 (patch) | |
tree | 09140d6c755e7c35763483f6a7eb8dc7301e71e4 /latest/upgrade.html | |
parent | deploy: 8af29155ececd8fb18e54241012d73d60c33a79f (diff) | |
download | synapse-bf6393f5a8057d57dee034d3dd546955cd12b434.tar.xz |
deploy: ec71214243eac58a4a6d272c15441a6405f6ae9c
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r-- | latest/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html index d91683855a..568cb8abb8 100644 --- a/latest/upgrade.html +++ b/latest/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 "user" 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> |