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

Commit bc203c9

Browse files
committed
Merge branch 'master' into develop
2 parents 8de3703 + cd0f65d commit bc203c9

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

CHANGES.md

+18-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
Synapse 1.21.0 (2020-10-12)
2+
===========================
3+
4+
No significant changes since v1.21.0rc3.
5+
6+
As [noted in
7+
v1.20.0](https://github.com/matrix-org/synapse/blob/release-v1.21.0/CHANGES.md#synapse-1200-2020-09-22),
8+
a future release will drop support for accessing Synapse's
9+
[Admin API](https://github.com/matrix-org/synapse/tree/master/docs/admin_api) under the
10+
`/_matrix/client/*` endpoint prefixes. At that point, the Admin API will only
11+
be accessible under `/_synapse/admin`.
12+
13+
114
Synapse 1.21.0rc3 (2020-10-08)
215
==============================
316

@@ -154,9 +167,11 @@ API](https://github.com/matrix-org/synapse/tree/master/docs) has been
154167
accessible under the `/_matrix/client/api/v1/admin`,
155168
`/_matrix/client/unstable/admin`, `/_matrix/client/r0/admin` and
156169
`/_synapse/admin` prefixes. In a future release, we will be dropping support
157-
for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes. This
158-
makes it easier for homeserver admins to lock down external access to the Admin
159-
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.
160175

161176
Synapse 1.20.0rc5 (2020-09-18)
162177
==============================

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.21.0) stable; urgency=medium
2+
3+
* New synapse release 1.21.0.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 12 Oct 2020 15:47:44 +0100
6+
17
matrix-synapse-py3 (1.20.1) stable; urgency=medium
28

39
* New synapse release 1.20.1.

synapse/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.21.0rc3"
51+
__version__ = "1.21.0"
5252

5353
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5454
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)