Skip to content

Commit

Permalink
Prepare the August 2024 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ankoh committed Aug 13, 2024
1 parent 0790681 commit b023d1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### Upcoming Release
### 0.0.20027 [Aug 19 2024]

* Update Hyper's collation tables from CLDR 71 to CLDR 74. Besides corrections this also adds new collations to Hyper.
* Update Unicode support from Unicode 14.0 to 15.1
* 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)`
* Introduced new [`array` SQL datatypes](./sql/datatype/array.md).
* 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]

Expand Down
2 changes: 1 addition & 1 deletion website/src/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const version_long = '0.0.19691.r2d7e5bc8';
const version_long = '0.0.20027.rcc745c2c';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';
Expand Down

0 comments on commit b023d1b

Please sign in to comment.