Add changelog entries for 10.0.5

(cherry picked from commit 167a023770)
pull/5978/head
Hanefi Onaldi 2021-08-16 16:26:54 +03:00
parent 6de2a09d79
commit 5a1036e361
No known key found for this signature in database
GPG Key ID: F18CDB10BA0DFDC7
1 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,13 @@
### 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 v10.0.4 (July 14, 2021) ###
* Introduces `citus.local_hostname` GUC for connections to the current node