Update CHANGELOG.md

pull/7493/head
Gürkan İndibay 2024-02-12 10:18:44 +03:00 committed by GitHub
parent 0ae0a86d42
commit 0643ee07c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
### citus v11.0.9 (February 12, 2024) ###
* Improve failure handling of distributed execution (#7090)
* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152)
* Fixes a bug with deleting colocation groups (#6929)
* Fix leaking of memory and memory contexts in Foreign Constraint Graphs (#7236)
* Fixes the incorrect column count after ALTER TABLE (#7462)
### citus v11.0.8 (April 20, 2023) ###
* Correctly reports shard size in `citus_shards` view (#6748)