From 552e5e19e3281aaed09ccbd704683076d04abe1e Mon Sep 17 00:00:00 2001 From: Alper Kocatas Date: Thu, 29 May 2025 14:59:02 +0300 Subject: [PATCH] Add changelog for 12.1.8 (#8004) Add changelog entries for 12.1.8 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 685f36c71..2f70fd2d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v12.1.8 (May 29, 2025) ### + +* Fixes a crash in left outer joins that can happen when there is an an + aggregate on a column from the inner side of the join (#7904) + +* Fixes an issue detected using address sanitizer (#7965) + +* Fixes a crash when executing a prepared CALL, which is not pure SQL but +available with some drivers like npgsql and jpgdbc (#7288) + ### citus v12.1.7 (Feb 6, 2025) ### * Fixes a crash that happens because of unsafe catalog access when re-assigning