summary refs log tree commit diff
path: root/docs/upgrade.md
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-07-13 07:23:56 -0400
committerGitHub <noreply@github.com>2023-07-13 07:23:56 -0400
commit20ae617d1417f8dd52e20b3a20cb01b4c2fd87c9 (patch)
tree78ec54cd13c4a1597bfa905f653e178fbe4e1816 /docs/upgrade.md
parentBump types-pillow from 9.5.0.4 to 10.0.0.1 (#15932) (diff)
downloadsynapse-20ae617d1417f8dd52e20b3a20cb01b4c2fd87c9.tar.xz
Stop accepting 'user' parameter for application service registration. (#15928)
This is unspecced, but has existed for a very long time.
Diffstat (limited to 'docs/upgrade.md')
-rw-r--r--docs/upgrade.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index b94d13c4da..5dde6c769e 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -88,6 +88,16 @@ process, for example:
     dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
     ```
 
+# Upgrading to v1.89.0
+
+## Removal of unspecced `user` property for `/register`
+
+Application services can no longer call `/register` with a `user` property to create new users.
+The standard `username` property should be used instead. See the
+[Application Service specification](https://spec.matrix.org/v1.7/application-service-api/#server-admin-style-permissions)
+for more information.
+
+
 # Upgrading to v1.88.0
 
 ## Minimum supported Python version