diff options
author | Will Hunt <will@half-shot.uk> | 2021-03-08 16:35:04 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 16:35:04 +0000 |
commit | b2c4d3d72165e98b6d9c1f797d5f7013280f515d (patch) | |
tree | 847d50d474cd0d91dedcfb2533f0b2b08b355a34 /CHANGES.md | |
parent | Add type hints to purge room and server notice admin API. (#9520) (diff) | |
download | synapse-b2c4d3d72165e98b6d9c1f797d5f7013280f515d.tar.xz |
Warn that /register will soon require a type when called with an access token (#9559)
This notice is giving a heads up to the planned spec compliance fix https://github.com/matrix-org/synapse/pull/9548.
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 99e314c68d..3f0c5685ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +Removal warning +--------------- + +Note that this release deprecates the ability for appservices to call `POST /_matrix/client/r0/register` without the body parameter `type`. Appservice developers should use a `type` value of `m.login.application_service` as per the spec. In future releases, calling this endpoint with an access token but +without a valid type will fail. + Synapse 1.29.0 (2021-03-08) =========================== |