diff options
author | Richard van der Hoff <richard@matrix.org> | 2018-05-03 10:51:39 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2018-05-03 10:51:39 +0100 |
commit | a0501ac57ea597efaa32e66c57c2f87036ec8b32 (patch) | |
tree | 8012f2adf6b11301646a586dd7558943f87c5694 | |
parent | Merge pull request #3141 from matrix-org/erikj/fixup_state (diff) | |
download | synapse-a0501ac57ea597efaa32e66c57c2f87036ec8b32.tar.xz |
Warn of potential client incompatibility from #3161
-rw-r--r-- | CHANGES.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 317846d2a2..94b83027e2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,18 @@ +Changes in synapse <unreleased> +=============================== + +Potentially breaking change: + +* Make Client-Server API return 403 for invalid token (PR #3161). + + This changes the Client-server spec to return a 403 error code instead of 401 + when the access token is unrecognised. This is the behaviour required by the + specification, but some clients may be relying on the old, incorrect + behaviour. + + Thanks to @NotAFile for fixing this. + + Changes in synapse v0.28.1 (2018-05-01) ======================================= |