summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-10-12 16:07:08 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-10-12 16:07:08 +0100
commit4aa027ea70a4cf237a39c6bff48c225f73dcb0e8 (patch)
treead1c3d6877085b6fd322e66a4877b310b033cc9e /CHANGES.md
parent1.21.0 (diff)
downloadsynapse-4aa027ea70a4cf237a39c6bff48c225f73dcb0e8.tar.xz
Add deprecation warning for admin api under client api prefixes
Diffstat (limited to '')
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f948869501..fe496a8534 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,14 @@ Synapse 1.21.0 (2020-10-12)
 
 No significant changes since v1.21.0rc3.
 
+As [noted in
+v1.20.0](https://github.com/matrix-org/synapse/blob/release-v1.21.0/CHANGES.md#synapse-1200-2020-09-22),
+a future release will drop support for accessing Synapse's
+[Admin API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api) under the
+`/_matrix/client/*` endpoint prefixes. Please update your
+[reverse proxy configuration](https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md)
+accordingly.
+
 
 Synapse 1.21.0rc3 (2020-10-08)
 ==============================