From 80c932fc0b7676d415aa53959217d3463fff5918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kohn?= Date: Mon, 19 Aug 2024 13:58:38 +0200 Subject: [PATCH] Hyper API August 2024 Release (#115) * Add release note about ICU update (#108) * Adjust documentation for `EXPLAIN` (#111) * docs: Add Release Notes for new array type (#114) * Prepare the August 2024 release --------- Co-authored-by: Axel Uhlig <41142210+axeluhlig@users.noreply.github.com> Co-authored-by: Axel Uhlig Co-authored-by: Adrian Vogelsgesang Co-authored-by: Lucas Wolf --- website/docs/releases.md | 9 +++++++++ website/docs/sql/command/explain.md | 28 +++++++++++++++------------- website/src/config.ts | 2 +- 3 files changed, 25 insertions(+), 14 deletions(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 126ff42..fb4065f 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,6 +24,15 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: +### 0.0.20027 [Aug 19 2024] + +* Introduced new [`array` SQL datatypes](./sql/datatype/array.md). +* The options available for [EXPLAIN](sql/command/explain) changed: + * `EXPLAIN VERBOSE` was removed in favor of `EXPLAIN (FORMAT JSON)` + * There are two new output formats `EXPLAIN (FORMAT TERSE_JSON)` and `EXPLAIN (FORMAT SCHEMA)` +* Update Unicode support from Unicode 14.0 to 15.1 +* Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper. + ### 0.0.19691 [July 4, 2024] * Hyper API is now available under the Apache 2.0 license. diff --git a/website/docs/sql/command/explain.md b/website/docs/sql/command/explain.md index 2d8bc8b..d57f9ab 100644 --- a/website/docs/sql/command/explain.md +++ b/website/docs/sql/command/explain.md @@ -6,12 +6,12 @@ ```sql_template EXPLAIN (