From 1219702e6b644f49fbb048f2a4dc19ff906da39d Mon Sep 17 00:00:00 2001 From: naisila Date: Tue, 30 Sep 2025 23:00:47 +0300 Subject: [PATCH] Add changelog for 12.1.10 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecca1237e..1573dec28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### 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)