Warn of potential client incompatibility from #3161

pull/3183/head
Richard van der Hoff 2018-05-03 10:51:39 +01:00
parent 0a3b51c420
commit a0501ac57e
1 changed files with 15 additions and 0 deletions

View File

@ -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)
=======================================