Support the stable API endpoint for MSC3283: new settings in /capabilities endpoint (#11933)

This commit is contained in:
Dirk Klimpel 2022-02-11 10:32:11 +01:00 committed by GitHub
parent 1e12efa1b2
commit d36943c4df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 47 deletions

View file

@ -100,6 +100,25 @@ to:
Please update any relevant reverse proxy or firewall configurations appropriately.
## Deprecation of `capability` `org.matrix.msc3283.*`
The `capabilities` of MSC3283 from the REST API `/_matrix/client/r0/capabilities`
becomes stable.
The old `capabilities`
- `org.matrix.msc3283.set_displayname`,
- `org.matrix.msc3283.set_avatar_url` and
- `org.matrix.msc3283.3pid_changes`
are deprecated and scheduled to be removed in Synapse v1.(next+1).0.
The new `capabilities`
- `m.set_displayname`,
- `m.set_avatar_url` and
- `m.3pid_changes`
are now active by default.
# Upgrading to v1.53.0
## Dropping support for `webclient` listeners and non-HTTP(S) `web_client_location`