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

Commit 419595b

Browse files
committed
Merge commit '55bb5fda3' into anoa/dinsic_release_1_21_x
* commit '55bb5fda3': 1.20.0 Add a note about including the changes from 1.19.3. Tweak wording in the changelog.
2 parents 3de9eb3 + 55bb5fd commit 419595b

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,24 @@
1+
Synapse 1.20.0 (2020-09-22)
2+
===========================
3+
4+
No significant changes.
5+
6+
17
Synapse 1.20.0rc5 (2020-09-18)
28
==============================
39

10+
In addition to the below, Synapse 1.20.0rc5 also includes the bug fix that was included in 1.19.3.
11+
412
Features
513
--------
614

7-
- Add flags to the `/versions` endpoint that includes whether new rooms default to using E2EE. ([\#8343](https://github.com/matrix-org/synapse/issues/8343))
15+
- Add flags to the `/versions` endpoint for whether new rooms default to using E2EE. ([\#8343](https://github.com/matrix-org/synapse/issues/8343))
816

917

1018
Bugfixes
1119
--------
1220

13-
- Fix ratelimitng of federation `/send` requests. ([\#8342](https://github.com/matrix-org/synapse/issues/8342))
21+
- Fix rate limiting of federation `/send` requests. ([\#8342](https://github.com/matrix-org/synapse/issues/8342))
1422
- Fix a longstanding bug where back pagination over federation could get stuck if it failed to handle a received event. ([\#8349](https://github.com/matrix-org/synapse/issues/8349))
1523

1624

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)