From 0cf63039b4cb5ec2f5c6eaa569b80f7857be4d26 Mon Sep 17 00:00:00 2001 From: Burak Yucesoy Date: Mon, 16 Oct 2017 11:20:55 +0300 Subject: [PATCH] Add CHANGELOG entry for 7.0.3 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d35f86844..6492bc549 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### citus v7.0.3 (October 16, 2017) ### + +* Fixes several bugs that could cause crash + +* Fixes a bug that could cause deadlock while creating reference tables + +* Fixes a bug that could cause false-positives in deadlock detection + +* Fixes a bug that could cause 2PC recovery not to work from MX workers + +* Fixes a bug that could cause cache incohorency + +* Fixes a bug that could cause maintenance daemon to skip cache invalidations + +* Improves performance of transaction recovery by using correct index + ### citus v7.0.2 (September 28, 2017) ### * Updates task-tracker to limit file access