Warn of potential client incompatibility from #3161
This commit is contained in:
parent
0a3b51c420
commit
a0501ac57e
15
CHANGES.rst
15
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)
|
Changes in synapse v0.28.1 (2018-05-01)
|
||||||
=======================================
|
=======================================
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue