diff options
author | H-Shay <H-Shay@users.noreply.github.com> | 2023-06-01 17:28:49 +0000 |
---|---|---|
committer | H-Shay <H-Shay@users.noreply.github.com> | 2023-06-01 17:28:49 +0000 |
commit | e65fc9f7b5b80b899c2b47982fc1329e42e51daf (patch) | |
tree | 11a2baafc615b26b539ca303d214c5d2e09e2b0f /develop/upgrade.html | |
parent | deploy: d1693f03626391097b59ea9568cd8a869ed89569 (diff) | |
download | synapse-e65fc9f7b5b80b899c2b47982fc1329e42e51daf.tar.xz |
deploy: 8af29155ececd8fb18e54241012d73d60c33a79f
Diffstat (limited to '')
-rw-r--r-- | develop/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html index d91683855a..568cb8abb8 100644 --- a/develop/upgrade.html +++ b/develop/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> |