Add changelog for 13.0.5

pull/8308/head
naisila 2025-09-30 23:17:55 +03:00 committed by Naisila Puka
parent f87bdc0678
commit 88ad8de24a
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
### citus v13.0.5 (Oct 1st, 2025) ###
* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#7986, #8142)
* Fixes a bug that causes an unexpected error when executing
repartitioned MERGE (#8201)
* Fixes a bug that causes allowing UPDATE / MERGE queries that may
change the distribution column value (#8214)
* Fixes a bug in redundant WHERE clause detection (#8162)
* Updates dynamic_library_path automatically when CDC is enabled (#8025)
### citus v13.0.4 (May 29th, 2025) ###
* Fixes an issue detected using address sanitizer (#7966)