summary refs log tree commit diff
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2018-05-03 10:51:39 +0100
committerRichard van der Hoff <richard@matrix.org>2018-05-03 10:51:39 +0100
commita0501ac57ea597efaa32e66c57c2f87036ec8b32 (patch)
tree8012f2adf6b11301646a586dd7558943f87c5694
parentMerge pull request #3141 from matrix-org/erikj/fixup_state (diff)
downloadsynapse-a0501ac57ea597efaa32e66c57c2f87036ec8b32.tar.xz
Warn of potential client incompatibility from #3161
-rw-r--r--CHANGES.rst15
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) =======================================