From e20a6dcd7822470e0378876abda07394474b4644 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Fri, 8 Apr 2022 16:12:29 +0300 Subject: [PATCH] Add changelog entries for 11.0.1_beta (cherry picked from commit 3ec1fc48fc760bec20e7600b0e5ac2c68cad00fb) --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a9c57e2..94bafe5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +### citus v11.0.1_beta (April 11, 2022) ### + +* Adds propagation of `DOMAIN` objects + +* Adds support for `TABLESAMPLE` + +* Allows adding a unique constraint with an index + +* Fixes a bug that could cause `EXPLAIN ANALYZE` to fail for prepared statements + with custom type + +* Fixes a bug that could cause Citus not to create function in transaction block + properly + +* Fixes a bug that could cause returning invalid JSON when running + `EXPLAIN ANALYZE` with subplans + +* Fixes a bug that prevents non-client backends from accessing shards + ### citus v11.0.0_beta (March 22, 2022) ### * Drops support for PostgreSQL 12