summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-30 14:45:09 +0100
committerErik Johnston <erik@matrix.org>2021-06-30 14:45:09 +0100
commitad36cb35882eec99e0044698265d86700e477363 (patch)
tree1c7e7cb9ec599cbd1e5e9bc0c9a5745f1e2d5a5a /CHANGES.md
parent 1.37.1 (diff)
downloadsynapse-ad36cb35882eec99e0044698265d86700e477363.tar.xz
Add note to changelog
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index defec46f33..bf76d3f0ec 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,7 +1,9 @@
 Synapse 1.37.1 (2021-06-30)
 ===========================
 
-No significant changes.
+This release resolves issues (such as #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)