From 44546e9234d6170a886c59a286c9146c28085cec Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 16 Mar 2022 05:37:44 +0300 Subject: [PATCH] Add changelog entries for 10.2.5 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index af747f5ea..c1b644868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +### citus v10.2.5 (March 15, 2022) ### + +* Fixes a bug that could cause `worker_save_query_explain_analyze` to fail on + custom types + +* Fixes a bug that limits usage of sequences in non-integer columns + +* Fixes a crash that occurs when the aggregate that cannot be pushed-down + returns empty result from a worker + +* Improves concurrent metadata syncing and metadata changing DDL operations + ### citus v10.2.4 (February 1, 2022) ### * Adds support for operator class parameters in indexes