From 17cf137c4ccf96e23d137af60520e20e1741fb5f Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 30 Sep 2022 12:42:05 +0300 Subject: [PATCH] Add changelog entries for 11.1.2 (#6386) --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44bb4ed1..f56751b18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +### citus v11.1.2 (September 30, 2022) ### + +* Disallows having `ON DELETE/UPDATE SET DEFAULT` actions on columns that + default to sequences + +* Fixes a bug that might cause inserting incorrect `DEFAULT` values when + applying foreign key actions + +* Fixes a performance issue related to shard-moves by creating replica + identities before copying shards + +* Improves logging during shard-splits and resource cleanup + +* Makes sure to reuse connections for shard-splits and logical replication + +* Makes sure to try dropping replication slots a few more times after a failure + at the end of the shard-split + ### citus v11.1.1 (September 16, 2022) ### * Fixes a bug that prevents `create_distributed_table_concurrently()` working