Add changelog for 13.1.1

release-13.1-ihalatci-8302
naisila 2025-09-30 23:25:20 +03:00 committed by Naisila Puka
parent 2296e0dd3a
commit fd8f99b18e
1 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,19 @@
## citus v13.1.0 (May 30th, 2025) ### ### citus v13.1.1 (Oct 1st, 2025) ###
* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#8142)
* Fixes an assertion failure when an expression in the query references
a CTE (#8106)
* 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)
* Updates dynamic_library_path automatically when CDC is enabled (#8025)
### citus v13.1.0 (May 30th, 2025) ###
* Adds `citus_stat_counters` view that can be used to query * Adds `citus_stat_counters` view that can be used to query
stat counters that Citus collects while the feature is enabled, which is stat counters that Citus collects while the feature is enabled, which is