From efb0d5f48e5bb358740b0af9bb6f538a966e48f6 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 19 Aug 2022 10:41:26 +0300 Subject: [PATCH 1/2] Add changelog entries for 10.2.7 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f752cf2..deec330f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### citus v10.2.7 (August 19, 2022) ### + +* Fixes a bug that could cause failures in `INSERT INTO .. SELECT` + +* Fixes a bug that could cause leaking files when materialized views are + refreshed + +* Fixes an unexpected error for foreign tables when upgrading Postgres + +* Fixes columnar freezing/wraparound bug + +* Fixes reference table lock contention + +* Prevents alter table functions from dropping extensions + ### citus v11.0.5 (August 1, 2022) ### * Avoids possible information leakage about existing users From b6b8f198d92ead92a537d1882606ff71b0dd87cc Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Fri, 19 Aug 2022 10:41:39 +0300 Subject: [PATCH 2/2] Add changelog entries for 11.0.6 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index deec330f0..ec50cbb35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v11.0.6 (August 19, 2022) ### + +* Fixes a bug that could cause failures in `CREATE ROLE` statement + +* Fixes a bug that could cause failures in `create_distributed_table` + +* Fixes a bug that prevents distributing tables that depend on sequences + +* Fixes reference table lock contention + +* Fixes upgrade paths for 11.0 + ### citus v10.2.7 (August 19, 2022) ### * Fixes a bug that could cause failures in `INSERT INTO .. SELECT`