From 4a9655e833dc4ab0ce9146602d693ebc4abd72b0 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Tue, 23 Mar 2021 17:59:40 +0300 Subject: [PATCH] Update Changelog for 8.3.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef9d56d4..62c5e7b39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### citus v8.3.3 (March 23, 2021) ### + +* Fixes a bug that leads to various issues when a connection is lost + +* Fixes a bug where one could create a foreign key between non-colocated tables + +* Fixes a deadlock during transaction recovery + +* Fixes a memory leak in adaptive executor when query returns many columns + ### citus v10.0.3 (March 16, 2021) ### * Prevents infinite recursion for queries that involve `UNION ALL`