From 1dc16c7cd624bc0c7619bc8b2b14a05cc72f90bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrkan=20=C4=B0ndibay?= Date: Mon, 12 Feb 2024 15:28:20 +0300 Subject: [PATCH] Adds changelog for version 11.0.9 (#7493) Co-authored-by: Onur Tirtir --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d156eedaf..92377515c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v11.0.9 (February 12, 2024) ### + +* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152) + +* Fixes a bug with deleting colocation groups (#6929) + +* Fixes memory and memory context leaks in Foreign Constraint Graphs (#7236) + +* Fixes the incorrect column count after ALTER TABLE (#7462) + +* Improve failure handling of distributed execution (#7090) + ### citus v11.0.8 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748)