diff --git a/CHANGELOG.md b/CHANGELOG.md index c7bdc3a82a0..1a72add8bc9 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