From da29a57837dd5b6e778c3291d4945b64d10195c9 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Mon, 16 Aug 2021 13:56:56 +0300 Subject: [PATCH 1/3] Add changelog entries for 10.1.2 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3245e935..155d62f7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### citus v10.1.2 (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` + ### citus v9.4.6 (August 8, 2021) ### * Allows more graceful failovers when replication factor > 1 From 167a023770e2e358dd17ed4545f6aace074acd4d Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Mon, 16 Aug 2021 16:26:54 +0300 Subject: [PATCH 2/3] Add changelog entries for 10.0.5 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 155d62f7c..a7f820ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ * Fixes a bug that causes partitions to have wrong distribution key after `DROP COLUMN` +### 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 v9.4.6 (August 8, 2021) ### * Allows more graceful failovers when replication factor > 1 From 41b15d87751ae55e10d6ea0b552cdadff30c42ed Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Mon, 16 Aug 2021 16:29:19 +0300 Subject: [PATCH 3/3] Add changelog entries for 9.5.7 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7f820ac8..5124c83d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,16 @@ * Improves citus_update_table_statistics and provides distributed deadlock detection +### citus v9.5.7 (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 master_update_table_statistics and provides distributed deadlock + detection + ### citus v9.4.6 (August 8, 2021) ### * Allows more graceful failovers when replication factor > 1