mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Add a note about deprecating /register with a user property. (#15703)
Application services providing a "user" property (instead of "username") for the /register endpoint was never specified. Deprecate this very old fallback.
This commit is contained in:
parent
6d9e2fd878
commit
a273561c22
1
changelog.d/15703.removal
Normal file
1
changelog.d/15703.removal
Normal file
@ -0,0 +1 @@
|
|||||||
|
Deprecate calling the `/register` endpoint with an unspecced `user` property for application services.
|
@ -88,6 +88,17 @@ process, for example:
|
|||||||
dpkg -i matrix-synapse-py3_1.3.0+stretch1_amd64.deb
|
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
|
# Upgrading to v1.84.0
|
||||||
|
|
||||||
## Deprecation of `worker_replication_*` configuration settings
|
## Deprecation of `worker_replication_*` configuration settings
|
||||||
|
Loading…
Reference in New Issue
Block a user