Skip to content

Commit

Permalink
Prepare the June 2024 release
Browse files Browse the repository at this point in the history
* Update release notes
* Update release version
* Add Tableau versions that will support file format 4.
  • Loading branch information
marcelkost committed Jun 6, 2024
1 parent 12b413d commit df3db18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion website/docs/hyper-api/hyper_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ To create a new Hyper database file with this version, set

:::note
The database file format version `4` will be supported
in a not-yet-determined future version of Tableau.
by Tableau Desktop/Server/Prep 2024.3 and never product versions.
:::

<!-- ### Experimental Settings {#experimentalsettings}
Expand Down
8 changes: 1 addition & 7 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ

:::

### Upcoming Release

!!!

TODO: Update release number (#TODO) in database version [database version 4](hyper-api/hyper_process#version-4) when doing this release!!!

!!!
### 0.0.19484 [June 6, 2024]

* Introduced a new 32-bit floating point data type for `REAL`.
* Previously, `REAL` was internally mapped to 64-bit `DOUBLE PRECISION`.
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.18825.rd90b6d69';
const version_long = '0.0.19484.rdb1797f2';
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));

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

0 comments on commit df3db18

Please sign in to comment.