summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-30 14:57:33 +0100
committerErik Johnston <erik@matrix.org>2021-06-30 14:57:33 +0100
commite6f5b9359fab9f9b93e3e8e18a634b02687fb1d7 (patch)
tree7457f625745cc1c2001564eefe365197b9d508b3 /CHANGES.md
parentCorrect type hints for synapse.event_auth. (#10253) (diff)
parentFixup changelog (diff)
downloadsynapse-e6f5b9359fab9f9b93e3e8e18a634b02687fb1d7.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index f5ac026df5..0c64d5bda6 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,11 @@
+Synapse 1.37.1 (2021-06-30)
+===========================
+
+This release resolves issues (such as [#9490](https://github.com/matrix-org/synapse/issues/9490)) where one busy room could cause head-of-line blocking, starving Synapse from processing events in other rooms, and causing all federated traffic to fall behind. Synapse 1.37.1 processes inbound federation traffic asynchronously, ensuring that one busy room won't impact others. Please upgrade to Synapse 1.37.1 as soon as possible, in order to increase resilience to other traffic spikes.
+
+No significant changes since v1.37.1rc1.
+
+
 Synapse 1.37.1rc1 (2021-06-29)
 ==============================