mirror of https://github.com/citusdata/citus.git
Merge pull request #5178 from citusdata/changelog-updates
commit
49be45ed00
27
CHANGELOG.md
27
CHANGELOG.md
|
@ -1,3 +1,30 @@
|
||||||
|
### citus v10.1.2 (August 16, 2021) ###
|
||||||
|
|
||||||
|
* Allows more graceful failovers when replication factor > 1
|
||||||
|
|
||||||
|
* Fixes a bug that causes partitions to have wrong distribution key after
|
||||||
|
`DROP COLUMN`
|
||||||
|
|
||||||
|
### citus v10.0.5 (August 16, 2021) ###
|
||||||
|
|
||||||
|
* Allows more graceful failovers when replication factor > 1
|
||||||
|
|
||||||
|
* Fixes a bug that causes partitions to have wrong distribution key after
|
||||||
|
`DROP COLUMN`
|
||||||
|
|
||||||
|
* Improves citus_update_table_statistics and provides distributed deadlock
|
||||||
|
detection
|
||||||
|
|
||||||
|
### citus v9.5.7 (August 16, 2021) ###
|
||||||
|
|
||||||
|
* Allows more graceful failovers when replication factor > 1
|
||||||
|
|
||||||
|
* Fixes a bug that causes partitions to have wrong distribution key after
|
||||||
|
`DROP COLUMN`
|
||||||
|
|
||||||
|
* Improves master_update_table_statistics and provides distributed deadlock
|
||||||
|
detection
|
||||||
|
|
||||||
### citus v9.4.6 (August 8, 2021) ###
|
### citus v9.4.6 (August 8, 2021) ###
|
||||||
|
|
||||||
* Allows more graceful failovers when replication factor > 1
|
* Allows more graceful failovers when replication factor > 1
|
||||||
|
|
Loading…
Reference in New Issue