@@ -7,9 +7,8 @@ As [noted in
77v1.20.0] ( https://github.com/matrix-org/synapse/blob/release-v1.21.0/CHANGES.md#synapse-1200-2020-09-22 ) ,
88a future release will drop support for accessing Synapse's
99[ Admin API] ( https://github.com/matrix-org/synapse/tree/master/docs/admin_api ) under the
10- ` /_matrix/client/* ` endpoint prefixes. Please update your
11- [ reverse proxy configuration] ( https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md )
12- accordingly.
10+ ` /_matrix/client/* ` endpoint prefixes. At that point, the Admin API will only
11+ be accessible under ` /_synapse/admin ` .
1312
1413
1514Synapse 1.21.0rc3 (2020-10-08)
@@ -168,9 +167,11 @@ API](https://github.com/matrix-org/synapse/tree/master/docs) has been
168167accessible under the ` /_matrix/client/api/v1/admin ` ,
169168` /_matrix/client/unstable/admin ` , ` /_matrix/client/r0/admin ` and
170169` /_synapse/admin ` prefixes. In a future release, we will be dropping support
171- for accessing Synapse's Admin API using the ` /_matrix/client/* ` prefixes. This
172- makes it easier for homeserver admins to lock down external access to the Admin
173- API endpoints.
170+ for accessing Synapse's Admin API using the ` /_matrix/client/* ` prefixes.
171+
172+ From that point, the Admin API will only be accessible under ` /_synapse/admin ` .
173+ This makes it easier for homeserver admins to lock down external access to the
174+ Admin API endpoints.
174175
175176Synapse 1.20.0rc5 (2020-09-18)
176177==============================
0 commit comments