diff --git a/CHANGELOG.md b/CHANGELOG.md index ff73fe2e3..b0ac5de37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +### citus v11.0.7 (November 8, 2022) ### +* Adds the GUC `citus.allow_unsafe_constraints` to allow unique/exclusion/ + primary key constraints without distribution column + +* Allows `citus_internal` `application_name` with additional suffix + +* Disallows having `ON DELETE/UPDATE SET DEFAULT` actions on columns that + default to sequences + +* Fixes a bug in `ALTER EXTENSION citus UPDATE` + +* Fixes a bug that causes a crash with empty/null password + +* Fixes a bug that causes not retaining trigger enable/disable settings when + re-creating them on shards + +* Fixes a bug that might cause inserting incorrect `DEFAULT` values when + applying foreign key actions + +* Fixes a bug that prevents retaining columnar table options after a + table-rewrite + +* Fixes a bug that prevents setting colocation group of a partitioned + distributed table to `none` + +* Fixes an issue that can cause logical reference table replication to fail + +* Raises memory limits in columnar from 256MB to 1GB for reads and writes + ### citus v11.1.4 (October 24, 2022) ### * Fixes an upgrade problem for `worker_fetch_foreign_file` when upgrade path