Update CHANGELOG.md

Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
pull/7889/head
eaydingol 2025-02-06 18:38:13 +03:00 committed by GitHub
parent 5871929446
commit 8fec7285d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
### citus v12.1.7 (Feb 6, 2025) ###
* Avoids re-assigning the global pid for client backends and bg workers when the application_name changes (#7791)
* Fixes a crash that happens because of unsafe catalog access when re-assigning
the global pid after `application_name` changes (#7791)
* Raises an ERROR instead of server crash for certain scenarios, e.g, Bug 3697586 (#7836)