From d5a286174d93aff24af3e3a911b84420177912a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabr=C3=ADzio=20de=20Royes=20Mello?= <fabriziomello@gmail.com> Date: Tue, 25 Apr 2023 17:33:56 -0300 Subject: [PATCH] Changelog for 2.10.3 --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bdc3a82..1a72add8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,8 +25,7 @@ accidentally triggering the load of a previous DB version.** * #5442 Decompression may have lost DEFAULT values * #5459 Fix issue creating dimensional constraints * #5570 Improve interpolate error message on datatype mismatch -* #5583 Fix parameterization in DecompressChunk path generation -* #5602 Fix broken CAgg with JOIN repair function +* #5573 Fix unique constraint on compressed tables * #5615 Add permission checks to run_job() **Thanks** @@ -34,6 +33,13 @@ accidentally triggering the load of a previous DB version.** * @ollz272 for reporting an issue with interpolate error messages +## 2.10.3 (2023-04-26) + +**Bugfixes** +* #5583 Fix parameterization in DecompressChunk path generation +* #5602 Fix broken CAgg with JOIN repair function + + ## 2.10.2 (2023-04-20) **Bugfixes** @@ -52,7 +58,6 @@ accidentally triggering the load of a previous DB version.** * #5544 Fix refresh from beginning of Continuous Aggregate with variable time bucket * #5558 Use regrole for job owner * #5542 Enable indexscan on uncompressed part of partially compressed chunks -* #5573 Fix unique constraint on compressed tables **Thanks** * @nikolaps for reporting an issue with the COPY fetcher