Adds Changelog for v12.0.1

pull/7498/head
gurkanindibay 2024-02-12 02:09:43 +03:00
parent b3da549da9
commit 22d94f1e2c
1 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,25 @@
### citus v12.0.1 (July 11, 2023) ###
* Changes PROCESS_TOAST default value to true (#7122)
* Fixes a bug that causes an unexpected error when adding a column with a NULL constraint (#7093)
* Fixes a bug that could cause COPY logic to skip data in case of OOM (#7152)
* Fixes a bug with deleting colocation groups (#6929)
* Fixes leaking of memory and memory contexts in Foreign Constraint Graphs (#7236)
* Fixes shard size bug with too many shards (#7018)
* Fixes the incorrect column count after ALTER TABLE (#7379)
* Improves citus_tables view performance (#7018)
* Makes sure to disallow creating a replicated distributed table concurrently (#7219)
* Removes pg_send_cancellation and all references (#7135)
### citus v12.0.0 (July 11, 2023) ###
* Adds support for schema-based sharding.