Skip to content

Commit 124f78a

Browse files
authored
@W-19712857: Document new default database version 2 (#168)
1 parent 259c7e2 commit 124f78a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

website/docs/hyper-api/hyper_process.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ create new database files.
174174
Every version builds on the improvements of the previous version(s) and
175175
adds some new functionality, like new data types.
176176

177-
Default value: `0`
177+
Default value: `2`
178178

179179
Accepted values: `0`, `1` (writing this version is deprecated in favor
180180
of version 2 and will be removed in a future Hyper API release), `2`, `3`, and `4`.

website/docs/releases.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2525
:::
2626

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

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

0 commit comments

Comments
 (0)