From bae20578d4523380963961466afa7919eda3cd07 Mon Sep 17 00:00:00 2001 From: eaydingol <60466783+eaydingol@users.noreply.github.com> Date: Fri, 7 Feb 2025 10:56:08 +0300 Subject: [PATCH] Add changelog for 12.1.7 (#7889) Add changelog entries for 12.1.7 --------- Co-authored-by: Onur Tirtir --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index beae5b5b4..685f36c71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### citus v12.1.7 (Feb 6, 2025) ### + +* Fixes a crash that happens because of unsafe catalog access when re-assigning + the global pid after `application_name` changes (#7791) + +* Prevents crashes when another extension skips executing the + `ClientAuthentication_hook` of Citus. (#7836) + ### citus v12.1.6 (Nov 14, 2024) ### * Propagates `SECURITY LABEL .. ON ROLE` statements (#7304)