mirror of https://github.com/citusdata/citus.git
Add changelog for 12.1.8
parent
ba2088a1d9
commit
09d36ef421
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
### citus v12.1.8 (May 29, 2025) ###
|
||||
|
||||
* Fixes a crash in left outer joins that can happen when there is an an
|
||||
aggregate on a column from the inner side of the join (#7787) (#7901) (#7904)
|
||||
|
||||
* Updates workflow base OS to use the latest version (#7971)
|
||||
|
||||
* Fixes an issue detected using address sanitizer (#7965)
|
||||
|
||||
* Fixes a crash when executing a prepared CALL, which is not pure SQL but
|
||||
available with some drivers like npgsql and jpgdbc (#7288)
|
||||
|
||||
### citus v12.1.7 (Feb 6, 2025) ###
|
||||
|
||||
* Fixes a crash that happens because of unsafe catalog access when re-assigning
|
||||
|
|
Loading…
Reference in New Issue