Add changelog entries for 12.1.5 (#7648)

pull/7639/head
Hanefi Onaldi 2024-07-17 15:21:51 +03:00 committed by winter.loo
parent 3c56311ce1
commit b6d60b3048
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
### citus v12.1.5 (July 17, 2024) ###
* Adds support for MERGE commands with single shard distributed target tables
(#7643)
* Fixes an error with MERGE commands when insert value does not have source
distribution column (#7627)
### citus v12.1.4 (May 28, 2024) ###
* Adds null check for node in HasRangeTableRef (#7604)