Skip to content

Commit ffa8e48

Browse files
committed
Switched to 0.0.23576.r0633e4a4 build
1 parent 7dee0d8 commit ffa8e48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/guides/hyper_file/optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ with HyperProcess(Telemetry.SEND_USAGE_DATA_TO_TABLEAU,
5555
...
5656
```
5757

58-
## Guidelines for avoid fragmentation
58+
## Guidelines for avoiding fragmentation
5959

6060
The level of file compression in a `.hyper` file depends both on the characteristics of the contained data but also on the insertion/deletion patterns that you use. If you expect to repeatedly delete, insert, or update rows of data, there are patterns that are more likely to achieve optimal file compression, and others that are more likely to result in file fragmentation.
6161

website/docs/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ
2424

2525
:::
2626

27-
### 0.0.23509 [October 16 2025]
27+
### 0.0.23576 [October 16 2025]
2828
* The default_database_version is upgraded to version 2
2929
* This version better supports UPDATE and DELETE on extracts
3030
* All supported Tableau versions can read these files

website/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const version_long = '0.0.23509.ra90f6b7b';
1+
const version_long = '0.0.23576.r0633e4a4';
22
const version_short = version_long.substr(0, version_long.lastIndexOf('.'));
33

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

0 commit comments

Comments
 (0)