mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-11 08:45:07 -04:00
Warn of potential client incompatibility from #3161
This commit is contained in:
parent
0a3b51c420
commit
a0501ac57e
1 changed files with 15 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue