From 77d5807fd6325f7eff89e326a8ef791559de4496 Mon Sep 17 00:00:00 2001 From: Naisila Puka <37271756+naisila@users.noreply.github.com> Date: Tue, 7 Oct 2025 22:33:12 +0300 Subject: [PATCH] Update changelog with 12.1.9, 12.1.10, 13.0.5, 13.1.1 entries (#8224) --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63d6542e..4e2e62d0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,48 @@ +### citus v13.1.1 (Oct 1st, 2025) ### + +* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#8142) + +* Fixes an assertion failure when an expression in the query references + a CTE (#8106) + +* Fixes a bug that causes an unexpected error when executing + repartitioned MERGE (#8201) + +* Fixes a bug that causes allowing UPDATE / MERGE queries that may + change the distribution column value (#8214) + +* Updates dynamic_library_path automatically when CDC is enabled (#8025) + +### citus v13.0.5 (Oct 1st, 2025) ### + +* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#7986, #8142) + +* Fixes a bug that causes an unexpected error when executing + repartitioned MERGE (#8201) + +* Fixes a bug that causes allowing UPDATE / MERGE queries that may + change the distribution column value (#8214) + +* Fixes a bug in redundant WHERE clause detection (#8162) + +* Updates dynamic_library_path automatically when CDC is enabled (#8025) + +### citus v12.1.10 (Oct 1, 2025) ### + +* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#7986, #8142) + +* Fixes a bug that causes allowing UPDATE / MERGE queries that may + change the distribution column value (#8214) + +* Fixes an assertion failure that happens when querying a view that is + defined on distributed tables (#8136) + +### citus v12.1.9 (Sep 3, 2025) ### + +* Adds a GUC for queries with outer joins and pseudoconstant quals (#8163) + +* Updates dynamic_library_path automatically when CDC is enabled (#7715) + ### citus v13.2.0 (August 18, 2025) ### * Adds `citus_add_clone_node()`, `citus_add_clone_node_with_nodeid()`,