diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-05-04 09:53:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 13:53:21 +0000 |
commit | ba3fd54badb0e11d4dc79488e2ab3099fc03a1e8 (patch) | |
tree | 38a52da27e8ed4d4a397474fa6763960238733c3 /CHANGES.md | |
parent | Improve logging for cancelled requests (#12587) (diff) | |
download | synapse-ba3fd54badb0e11d4dc79488e2ab3099fc03a1e8.tar.xz |
Remove unstable/unspecced login types. (#12597)
* `m.login.jwt`, which was never specced and has been deprecated since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.) * `uk.half-shot.msc2778.login.application_service`, which was stabilized as part of the Matrix spec v1.2 release.
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 31f1561274..b4d91b2793 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +Synapse 1.59.0 +============== + +The non-standard `m.login.jwt` login type has been removed from Synapse. It can be replaced with `org.matrix.login.jwt` for identical behaviour. This is only used if `jwt_config.enabled` is set to `true` in the configuration. + + Synapse 1.58.0 (2022-05-03) =========================== |