summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-08 11:19:22 +0100
committerErik Johnston <erik@matrix.org>2020-10-08 11:19:22 +0100
commit31fe46e0a3fc0aaa5a45c798cb33ce2d1f4accfc (patch)
treeb568735e3ef4138aecab10211e30d8b9ec1b80a6 /CHANGES.md
parentReduce serialization errors in MultiWriterIdGen (#8456) (diff)
downloadsynapse-31fe46e0a3fc0aaa5a45c798cb33ce2d1f4accfc.tar.xz
1.21.0rc3
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md

index 5d4e80499e..5d977d2aad 100644 --- a/CHANGES.md +++ b/CHANGES.md
@@ -1,3 +1,18 @@ +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](https://github.com/matrix-org/synapse/issues/8456)) + + +Internal Changes +---------------- + +- Add Groovy Gorilla to the list of distributions we build `.deb`s for. ([\#8475](https://github.com/matrix-org/synapse/issues/8475)) + + Synapse 1.21.0rc2 (2020-10-02) ==============================