Add changelog entries for 12.1.7

pull/7889/head
eaydingol 2025-02-06 12:01:37 +03:00
parent 02b3c009e7
commit cac51ca4a3
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
### citus v12.1.6 (Feb 6, 2025) ###
* Avoids re-assigning the global pid for client backends and bg workers when the application_name changes (#7791)
* Raises an ERROR instead of server crash for certain scenarios, e.g, Bug 3697586 (#7836)
* Fixes tests: foreign_key_to_reference_shard_rebalance test (#7826) and mixed Citus upgrade tests (#7218)
### citus v12.1.6 (Nov 14, 2024) ###
* Propagates `SECURITY LABEL .. ON ROLE` statements (#7304)