Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -174,7 +174,7 @@ create new database files.
Every version builds on the improvements of the previous version(s) and
adds some new functionality, like new data types.

Default value: `0`
Default value: `2`

Accepted values: `0`, `1` (writing this version is deprecated in favor
of version 2 and will be removed in a future Hyper API release), `2`, `3`, and `4`.
Expand Down
3 changes: 3 additions & 0 deletions website/docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
:::

### Upcoming Release
* The default_database_version is upgraded to version 2
* This version better supports UPDATE and DELETE on extracts
* All supported Tableau versions can read these files

### 0.0.23135 [August 28 2025]
* This release adds three new regular expression functions:
Expand Down