summary refs log tree commit diff
path: root/develop/upgrade.html
diff options
context:
space:
mode:
authorclokep <clokep@users.noreply.github.com>2023-07-13 11:24:56 +0000
committerclokep <clokep@users.noreply.github.com>2023-07-13 11:24:56 +0000
commit92c3dc7a06b7ccf63d05f467bb0c271e7265bbed (patch)
tree5a572af4f3ddd8de4b67986d8ef7f0be85e2fd37 /develop/upgrade.html
parentdeploy: 0371a354cf812593c724402c0dcfdab7257613ae (diff)
downloadsynapse-92c3dc7a06b7ccf63d05f467bb0c271e7265bbed.tar.xz
deploy: 20ae617d1417f8dd52e20b3a20cb01b4c2fd87c9
Diffstat (limited to '')
-rw-r--r--develop/upgrade.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/develop/upgrade.html b/develop/upgrade.html
index 0eb25cf333..22491761a5 100644
--- a/develop/upgrade.html
+++ b/develop/upgrade.html
@@ -231,6 +231,12 @@ dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
 </code></pre>
 </li>
 </ul>
+<h1 id="upgrading-to-v1890"><a class="header" href="#upgrading-to-v1890">Upgrading to v1.89.0</a></h1>
+<h2 id="removal-of-unspecced-user-property-for-register"><a class="header" href="#removal-of-unspecced-user-property-for-register">Removal of unspecced <code>user</code> property for <code>/register</code></a></h2>
+<p>Application services can no longer call <code>/register</code> with a <code>user</code> property to create new users.
+The standard <code>username</code> property should be used instead. See the
+<a href="https://spec.matrix.org/v1.7/application-service-api/#server-admin-style-permissions">Application Service specification</a>
+for more information.</p>
 <h1 id="upgrading-to-v1880"><a class="header" href="#upgrading-to-v1880">Upgrading to v1.88.0</a></h1>
 <h2 id="minimum-supported-python-version"><a class="header" href="#minimum-supported-python-version">Minimum supported Python version</a></h2>
 <p>The minimum supported Python version has been increased from v3.7 to v3.8.