From 9b5e4942a0fc83fdca8ecbe8290ed2b1e41247ee Mon Sep 17 00:00:00 2001 From: velioglu Date: Wed, 14 Nov 2018 21:26:29 +0300 Subject: [PATCH] Add changelog entry for 7.5.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9f4b8b0..17ef1a41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v7.5.2 (November 14, 2018) ### + +* Fixes inconsistent metadata error when shard metadata caching get interrupted + +* Fixes a bug that could cause memory leak + +* Fixes a bug that prevents recovering wrong transactions in MX + +* Fixes a bug to prevent wrong memory accesses on Citus MX under very high load + +* Fixes crashes caused by stack size increase under high memory load + ### citus v8.0.0 (October 31, 2018) ### * Adds support for PostgreSQL 11