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

Commit 31fe46e

Browse files
committed
1.21.0rc3
1 parent fa8934b commit 31fe46e

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Synapse 1.21.0rc3 (2020-10-08)
2+
==============================
3+
4+
Bugfixes
5+
--------
6+
7+
- Fix duplication of events on high traffic servers, caused by PostgresQL `could not serialize access due to concurrent update` errors. ([\#8456](https://github.com/matrix-org/synapse/issues/8456))
8+
9+
10+
Internal Changes
11+
----------------
12+
13+
- Add Groovy Gorilla to the list of distributions we build `.deb`s for. ([\#8475](https://github.com/matrix-org/synapse/issues/8475))
14+
15+
116
Synapse 1.21.0rc2 (2020-10-02)
217
==============================
318

changelog.d/8456.misc

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

changelog.d/8475.misc

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.21.0rc2"
51+
__version__ = "1.21.0rc3"
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)