From 8e5b9a06adf186fd4bf48bad8912587b2f924839 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 24 Sep 2021 12:48:13 +0300 Subject: [PATCH] Add changelog for 10.2.1 (cherry picked from commit 2f1bf9499f3a09316ddceb95bdc05f0d63417963) Conflicts: CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a203e4cc..a3906ba22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +### citus v10.2.1 (September 24, 2021) ### + +* Adds missing version-mismatch checks for columnar tables + +* Adds missing version-mismatch checks for internal functions + +* Fixes a bug that could cause partition shards being not co-located with + parent shards + +* Fixes a bug that prevents pushing down boolean expressions when using + columnar custom scan + +* Fixes a clog lookup failure that could occur when writing to a columnar table + +* Fixes an issue that could cause unexpected errors when there is an + in-progress write to a columnar table + +* Revokes read access to `columnar.chunk` from unprivileged user + ### citus v10.2.0 (September 14, 2021) ### * Adds PostgreSQL 14 support