From d4481b07ac447a1cfafd781113a2edaba8cc825e Mon Sep 17 00:00:00 2001 From: timedout Date: Mon, 23 Feb 2026 16:54:54 +0000 Subject: [PATCH] chore: Add news frag --- changelog.d/1428.feature | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1428.feature diff --git a/changelog.d/1428.feature b/changelog.d/1428.feature new file mode 100644 index 00000000..84279970 --- /dev/null +++ b/changelog.d/1428.feature @@ -0,0 +1 @@ +Improved the concurrency handling of federation transactions, vastly improving performance and reliability by more accurately handling inbound transactions and reducing the amount of repeated wasted work. Contributed by @nex and @Jade.