From 214bc39a5ad035a3de5cc7fe9fbc37c456f71ccd Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Thu, 20 Apr 2023 02:56:38 +0300 Subject: [PATCH] Add changelog entries for 11.0.8 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b1197316..bd6740ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +### citus v11.0.8 (April 20, 2023) ### + +* Correctly reports shard size in `citus_shards` view (#6748) + +* Fixes a bug that breaks pg upgrades if the user has a columnar table (#6624) + +* Fixes an unexpected foreign table error by disallowing to drop the + `table_name` option (#6669) + +* Fixes compilation warning on PG13 + OpenSSL 3.0 (#6038, #6502) + +* Fixes crash that happens when trying to replicate a reference table that is + actually dropped (#6595) + +* Fixes memory leak issue with query results that returns single row (#6724) + +* Fixes the modifiers for subscription and role creation (#6603) + +* Fixes two potential dangling pointer issues (#6504, #6507) + +* Makes sure to quote all identifiers used for logical replication to prevent + potential issues (#6604) + ### citus v10.2.9 (April 20, 2023) ### * Correctly reports shard size in `citus_shards` view (#6748)