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

Commit 7859c4d

Browse files
committed
Merge tag 'v1.21.0rc3' into develop
Synapse 1.21.0rc3 (2020-10-08) ============================== Bugfixes -------- - Fix duplication of events on high traffic servers, caused by PostgreSQL `could not serialize access due to concurrent update` errors. ([\#8456](#8456)) Internal Changes ---------------- - Add Groovy Gorilla to the list of distributions we build `.deb`s for. ([\#8475](#8475))
2 parents 719474c + b9c253a commit 7859c4d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGES.md

+15
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

-1
This file was deleted.

changelog.d/8475.misc

-1
This file was deleted.

synapse/__init__.py

+1-1
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)