summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-06-01 10:26:37 -0700
committerH. Shay <hillerys@element.io>2023-06-01 10:26:37 -0700
commit8af29155ececd8fb18e54241012d73d60c33a79f (patch)
tree3cf0abbfddefcc6e0617e4df1f89cc11a86fce6c /docs
parentCache requests for user's devices from federation (#15675) (diff)
parent1.85.0rc2 (diff)
downloadsynapse-8af29155ececd8fb18e54241012d73d60c33a79f.tar.xz
Merge branch 'release-v1.85' into develop
Diffstat (limited to 'docs')
-rw-r--r--docs/upgrade.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/upgrade.md b/docs/upgrade.md
index af999dd91f..49ab00c057 100644
--- a/docs/upgrade.md
+++ b/docs/upgrade.md
@@ -88,6 +88,17 @@ process, for example:
     dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
     ```
 
+# Upgrading to v1.85.0
+
+## Application service registration with "user" property deprecation
+
+Application services should ensure they call the `/register` endpoint with a
+`username` property. The legacy `user` property is considered deprecated and
+should no longer be included.
+
+A future version of Synapse (v1.88.0 or later) will remove support for legacy
+application service login.
+
 # Upgrading to v1.84.0
 
 ## Deprecation of `worker_replication_*` configuration settings