diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-22 16:00:30 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-22 16:00:30 +0100 |
commit | b29a9bdaa9954adb0ae6289fd278572100dabef1 (patch) | |
tree | 00a3a6e8b2814dce44eb7181839df35176c23db2 /CHANGES.md | |
parent | Create function to check for long names in devices (#8364) (diff) | |
parent | Fix wording of deprecation notice in changelog (diff) | |
download | synapse-b29a9bdaa9954adb0ae6289fd278572100dabef1.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 84976ab2bd..84711de448 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +Synapse 1.20.0 (2020-09-22) +=========================== + +No significant changes since v1.20.0rc5. + +Removal warning +--------------- + +Historically, the [Synapse Admin +API](https://github.com/matrix-org/synapse/tree/master/docs) has been +accessible under the `/_matrix/client/api/v1/admin`, +`/_matrix/client/unstable/admin`, `/_matrix/client/r0/admin` and +`/_synapse/admin` prefixes. In a future release, we will be dropping support +for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes. This +makes it easier for homeserver admins to lock down external access to the Admin +API endpoints. + Synapse 1.20.0rc5 (2020-09-18) ============================== |