Add changelog entries for 11.1.2 (#6386)

(cherry picked from commit 17cf137c4c)
pull/6411/head v11.1.2
Onur Tirtir 2022-09-30 12:42:05 +03:00
parent 10be12e4be
commit 9b19e41e46
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
### citus v11.1.2 (September 30, 2022) ###
* Disallows having `ON DELETE/UPDATE SET DEFAULT` actions on columns that
default to sequences
* Fixes a bug that might cause inserting incorrect `DEFAULT` values when
applying foreign key actions
* Fixes a performance issue related to shard-moves by creating replica
identities before copying shards
* Improves logging during shard-splits and resource cleanup
* Makes sure to reuse connections for shard-splits and logical replication
* Makes sure to try dropping replication slots a few more times after a failure
at the end of the shard-split
### citus v11.1.1 (September 16, 2022) ###
* Fixes a bug that prevents `create_distributed_table_concurrently()` working