Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Warn of potential client incompatibility from #3161
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh committed May 3, 2018
1 parent 0a3b51c commit a0501ac
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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)
=======================================

Expand Down

0 comments on commit a0501ac

Please sign in to comment.