diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-03-16 13:51:24 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-03-16 13:51:24 +0000 |
commit | ad5d2e7ec0850f84ff74a137ca53b701925778d8 (patch) | |
tree | 8dacaa1e6ad5603e18cc09ef73cc475b51a3bb47 /CHANGES.md | |
parent | 1.30.0rc1 (diff) | |
download | synapse-ad5d2e7ec0850f84ff74a137ca53b701925778d8.tar.xz |
Pull up appservice login deprecation notice
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/CHANGES.md b/CHANGES.md index 238eb8a4ed..860797daf9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,13 @@ Synapse 1.30.0rc1 (2021-03-16) ============================== +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](https://matrix.org/docs/spec/application_service/r0.1.2#server-admin-style-permissions). +In future releases, calling this endpoint with an access token - but without a `m.login.application_service` +type - will fail. + Features -------- @@ -68,12 +75,6 @@ Internal Changes - Prevent attempting to bundle aggregations for state events in /context APIs. ([\#9619](https://github.com/matrix-org/synapse/issues/9619)) -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) =========================== |