From d0087c3d78b336990f1d2ecd8e53ffe8561587e5 Mon Sep 17 00:00:00 2001 From: "Jonathan Dance (JD)" Date: Tue, 7 Nov 2023 10:21:29 -0600 Subject: [PATCH] 1.0.2 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379ea0e..347f0e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # CHANGELOG +## 1.0.2 + +This version of Hydra Columnar requires `ALTER EXTENSION columnar +UPDATE` after installation. + +* fix incorrect results when using an aggregate `FILTER` by not vectorizing + these aggregates ([#181][]) +* fix possible bypass of table constraints by forcing constraints to be checked + during multi-insert ([#182][]) +* fix possible table corruption when running `columnar.vacuum` + ([#190][]) +* support chunk filtering for types that have a family comparator, namely + `varchar` ([#184][]) +* allow higher values (up to 10M) for `chunk_group_row_limit` and + `stripe_row_limit` ([#186][]) +* fix txid wraparound ([#190][]) + +[#181]: https://github.com/hydradatabase/hydra/pull/181 +[#182]: https://github.com/hydradatabase/hydra/pull/182 +[#184]: https://github.com/hydradatabase/hydra/pull/184 +[#190]: https://github.com/hydradatabase/hydra/pull/190 +[#186]: https://github.com/hydradatabase/hydra/pull/186 +[#190]: https://github.com/hydradatabase/hydra/pull/190 + ## 1.0.1 * updated pgvector to 0.5.1, allowing [use of HNSW indexes][pgvector-HNSW]. diff --git a/VERSION b/VERSION index 7dea76e..6d7de6e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2