From 5a1036e361c2f20a1cd1174fca5737069ffc5202 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Mon, 16 Aug 2021 16:26:54 +0300 Subject: [PATCH] Add changelog entries for 10.0.5 (cherry picked from commit 167a023770e2e358dd17ed4545f6aace074acd4d) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a62b8cc..8454042e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v10.0.5 (August 16, 2021) ### + +* Allows more graceful failovers when replication factor > 1 + +* Fixes a bug that causes partitions to have wrong distribution key after + `DROP COLUMN` + +* Improves citus_update_table_statistics and provides distributed deadlock + detection + ### citus v10.0.4 (July 14, 2021) ### * Introduces `citus.local_hostname` GUC for connections to the current node