From 5c0b87ff959dfa424f36f67df12a9e9e2c2e9763 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Tue, 12 Mar 2024 15:12:19 +0000 Subject: [PATCH] Update changelog --- CHANGES.md | 1 + changelog.d/16968.bugfix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 changelog.d/16968.bugfix diff --git a/CHANGES.md b/CHANGES.md index 3d027ae2534..f0c23e693ea 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ ### Bugfixes - Fix joining remote rooms when a module uses the `on_new_event` callback. This callback may now pass partial state events instead of the full state for remote rooms. Introduced in v1.76.0. ([\#16973](https://github.com/element-hq/synapse/issues/16973)) +- Fix performance issue when joining very large rooms that can cause the server to lock up. Introduced in v1.100.0. Contributed by @ggogel. ([\#16968](https://github.com/element-hq/synapse/issues/16968)) ### Improved Documentation diff --git a/changelog.d/16968.bugfix b/changelog.d/16968.bugfix deleted file mode 100644 index 57ed851178f..00000000000 --- a/changelog.d/16968.bugfix +++ /dev/null @@ -1 +0,0 @@ -Prevent locking up when checking auth rules that are independent of room state for batched auth events. Contributed by @ggogel. \ No newline at end of file