From fb8866e816c2f3f8a3f3726a93c823d30acdb0fd Mon Sep 17 00:00:00 2001 From: Stefan Steiner Date: Mon, 10 Aug 2026 11:47:20 -0700 Subject: [PATCH 1/2] Add placeholder for upcoming release --- website/docs/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/releases.md b/website/docs/releases.md index ed05aa1..226a583 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,6 +24,8 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: +### Upcoming Release + ### 0.0.26225 [August 7 2026] * `ARRAY_AGG` now supports `ORDER BY` and `{NULL | ABSENT} ON NULL`. * Added `LISTAGG`, `STRING_AGG`, `JSON_ARRAYAGG`, `SKEWNESS_POP`, `SKEWNESS_SAMP` and `KURTOSIS` [aggregate functions](https://developer.salesforce.com/docs/data/data-cloud-query-guide/references/dc-sql-reference/aggregate.html). From 6546bc4b33de370bb090b8cdb2ba2661b3be2099 Mon Sep 17 00:00:00 2001 From: Stefan Steiner Date: Mon, 24 Aug 2026 11:01:06 -0700 Subject: [PATCH 2/2] Update release.md and config.ts * Updated for August 24th, 2026 release * Update config version to: 0.0.26359.r07abb490 --- website/docs/releases.md | 4 +++- website/src/config.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 226a583..325f823 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,7 +24,9 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### Upcoming Release +### 0.0.26359 [August 24 2026] +* Fixed an issue in Hyper on Apple Silicon Macs running macOS versions prior to version 26 +* Additional performance improvements and defect fixes ### 0.0.26225 [August 7 2026] * `ARRAY_AGG` now supports `ORDER BY` and `{NULL | ABSENT} ON NULL`. diff --git a/website/src/config.ts b/website/src/config.ts index 8310c37..252264f 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.26225.rbf04a855'; +const version_long = '0.0.26359.r07abb490'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';