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

Commit b29a9bd

Browse files
committed
Merge branch 'master' into develop
2 parents 37ca592 + d191dbd commit b29a9bd

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
Synapse 1.20.0 (2020-09-22)
2+
===========================
3+
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 be dropping support
14+
for accessing Synapse's Admin API using the `/_matrix/client/*` prefixes. This
15+
makes it easier for homeserver admins to lock down external access to the Admin
16+
API endpoints.
17+
118
Synapse 1.20.0rc5 (2020-09-18)
219
==============================
320

debian/changelog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
matrix-synapse-py3 (1.20.0ubuntu1) UNRELEASED; urgency=medium
1+
matrix-synapse-py3 (1.20.0) stable; urgency=medium
22

3+
[ Synapse Packaging team ]
4+
* New synapse release 1.20.0.
5+
6+
[ Dexter Chua ]
37
* Use Type=notify in systemd service
48

5-
-- Dexter Chua <[email protected]> Wed, 26 Aug 2020 12:41:36 +0000
9+
-- Synapse Packaging team <[email protected]> Tue, 22 Sep 2020 15:19:32 +0100
610

711
matrix-synapse-py3 (1.19.3) stable; urgency=medium
812

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
except ImportError:
4949
pass
5050

51-
__version__ = "1.20.0rc5"
51+
__version__ = "1.20.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)