Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Add a note about deprecating /register with a user property. #15703

Merged
merged 3 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/15703.removal
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Deprecate calling the `/register` endpoint with a `user` property for application services.
11 changes: 11 additions & 0 deletions docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down