diff options
author | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-08-01 11:02:34 +0000 |
---|---|---|
committer | DMRobertson <DMRobertson@users.noreply.github.com> | 2023-08-01 11:02:34 +0000 |
commit | 6dbfe29923eb271471bbd74723137f9b0987e644 (patch) | |
tree | 6a2711df4f3f5be1488b2b087d32741aeb9bdbe6 /latest/upgrade.html | |
parent | deploy: e02f4b7de287f49476ee5b60e3e439eb8bb11047 (diff) | |
download | synapse-6dbfe29923eb271471bbd74723137f9b0987e644.tar.xz |
deploy: 190c990a76ac0faaaec31340a721cee4d172016a
Diffstat (limited to 'latest/upgrade.html')
-rw-r--r-- | latest/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/latest/upgrade.html b/latest/upgrade.html index 0eb25cf333..22491761a5 100644 --- a/latest/upgrade.html +++ b/latest/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. |