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

Commit d5f7182

Browse files
committed
1.20.0rc5
1 parent 88e67d1 commit d5f7182

File tree

6 files changed

+23
-5
lines changed

6 files changed

+23
-5
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
Synapse 1.20.0rc5 (2020-09-18)
2+
==============================
3+
4+
Features
5+
--------
6+
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))
8+
9+
10+
Bugfixes
11+
--------
12+
13+
- Fix ratelimitng of federation `/send` requests. ([\#8342](https://github.com/matrix-org/synapse/issues/8342))
14+
- 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))
15+
16+
17+
Internal Changes
18+
----------------
19+
20+
- Blacklist [MSC2753](https://github.com/matrix-org/matrix-doc/pull/2753) SyTests until it is implemented. ([\#8285](https://github.com/matrix-org/synapse/issues/8285))
21+
22+
123
Synapse 1.19.3 (2020-09-18)
224
===========================
325

changelog.d/8285.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8342.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8343.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/8349.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

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