From 45549d20a618bf6f37425381071f85ba8b76b5bb Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Fri, 12 Nov 2021 11:58:10 +0300 Subject: [PATCH] Add changelog entries for 10.0.6 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 377673b2e..3435823ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### citus v10.0.6 (November 12, 2021) ### + +* Adds missing version checks for columnar tables + +* Fixes a bug that caused `worker_append_table_to_shard` to write as superuser + +* Fixes a bug with local cached plans on tables with dropped columns + +* Fixes a missing `FROM` clause entry error + +* Fixes a use after free issue that could happen when altering a distributed + table + +* Reinstates optimisation for uniform shard interval ranges + ### citus v9.5.10 (November 8, 2021) ### * Fixes a release problem in 9.5.9