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

Commit 012736f

Browse files
committed
Deprecation warning for synapse admin api being accessible under /_matrix
1 parent 55bb5fd commit 012736f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGES.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
Synapse 1.20.0 (2020-09-22)
22
===========================
33

4-
No significant changes.
4+
No significant changes since v1.20.0rc5.
5+
6+
Removal warning
7+
---------------
8+
9+
Historically, the [Synapse Admin
10+
API](https://github.com/matrix-org/synapse/tree/master/docs) has been
11+
accessible under the `/_matrix/client/api/v1/admin`,
12+
`/_matrix/client/unstable/admin`, `/_matrix/client/r0/admin` and
13+
`/_synapse/admin` prefixes. In a future release, we will soon be dropping
14+
support for accessing Synapse's Admin API using the `/_matrix/client/*`
15+
prefixes. This is to help make locking down external access to the Admin API
16+
endpoints easier for homeserver admins.
517

618

719
Synapse 1.20.0rc5 (2020-09-18)

0 commit comments

Comments
 (0)