Merge pull request #6199 from citusdata/cl-10.2.6-11.0.6

Add changelog entries for 10.2.7 & 11.0.6
pull/6183/head
Onur Tirtir 2022-08-19 10:57:42 +03:00 committed by GitHub
commit 1f1b02b64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -1,3 +1,30 @@
### citus v11.0.6 (August 19, 2022) ###
* Fixes a bug that could cause failures in `CREATE ROLE` statement
* Fixes a bug that could cause failures in `create_distributed_table`
* Fixes a bug that prevents distributing tables that depend on sequences
* Fixes reference table lock contention
* Fixes upgrade paths for 11.0
### citus v10.2.7 (August 19, 2022) ###
* Fixes a bug that could cause failures in `INSERT INTO .. SELECT`
* Fixes a bug that could cause leaking files when materialized views are
refreshed
* Fixes an unexpected error for foreign tables when upgrading Postgres
* Fixes columnar freezing/wraparound bug
* Fixes reference table lock contention
* Prevents alter table functions from dropping extensions
### citus v11.0.5 (August 1, 2022) ### ### citus v11.0.5 (August 1, 2022) ###
* Avoids possible information leakage about existing users * Avoids possible information leakage about existing users