From a62e04664632288806dde7d8182c5d0f480e9038 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 15 Sep 2021 15:53:36 +0300 Subject: [PATCH] Add changelog entries for 9.5.8 (cherry picked from commit 92af115f2188e1a0f41be4232ca8bfae613f8621) --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f75a3865..35b0a1f6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### citus 9.5.8 (September 15, 2021) ### + +* Fixes a bug that caused `worker_append_table_to_shard` to write as superuser + +* Fixes a use after free issue that could happen when altering a distributed + table + ### citus v9.5.7 (August 16, 2021) ### * Allows more graceful failovers when replication factor > 1