This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 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+
118Synapse 1.20.0rc5 (2020-09-18)
219==============================
320
Original file line number Diff line number Diff line change 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
711matrix-synapse-py3 (1.19.3) stable; urgency=medium
812
Original file line number Diff line number Diff line change 4848except ImportError :
4949 pass
5050
51- __version__ = "1.20.0rc5 "
51+ __version__ = "1.20.0 "
5252
5353if 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
You can’t perform that action at this time.
0 commit comments