summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@matrix.org>2023-08-23 16:24:30 +0100
committerGitHub <noreply@github.com>2023-08-23 16:24:30 +0100
commit18279631e9555bd9032b993074e62c7af886d9cd (patch)
tree1f8209b821216965468ef727e9e791c70221a2e6 /changelog.d
parentSwitch `devenv` dependency in the nix development environment to the latest r... (diff)
downloadsynapse-release-v1.91.0.tar.xz
Fix rare deadlock when using read/write locks (#16169) github/release-v1.91.0 release-v1.91.0
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16169.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16169.bugfix b/changelog.d/16169.bugfix
new file mode 100644
index 0000000000..ed8830692f
--- /dev/null
+++ b/changelog.d/16169.bugfix
@@ -0,0 +1 @@
+Fix a rare race that could block new events from being sent for up to two minutes. Introduced in v1.90.0.