From 5162733b6b7e6015a4b12841345aa5bb6a94db78 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Sun, 11 Feb 2024 21:47:59 +0300 Subject: [PATCH] Adds changelog for v11.2.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index be017fa02..495b9cadd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +### citus v11.2.2 (February 12, 2024) ### + +* Fixes incorrect results on fetching scrollable with hold cursors (#7014) + +* Fixes a bug related to non-existent objects in DDL commands (#6984) + +* Improve failure handling of distributed execution (#7090) + +* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152) + +* Fixes a bug with deleting colocation groups (#6929) + +* Removes pg_send_cancellation (#7135) + +* Fix leaking of memory and memory contexts in Foreign Constraint Graphs (#7236) + +* Disallow creating a replicated distributed table concurrently (#7216) + +* Fixes the incorrect column count after ALTER TABLE (#7379) + ### citus v11.2.1 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748)