From d546c3efef2018b107b40abf9befbb46271ea35b Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Wed, 6 Aug 2025 17:43:19 +0800 Subject: [PATCH 1/3] Update enterprise-v2.4.md --- docs/enterprise-v2.4.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/enterprise-v2.4.md b/docs/enterprise-v2.4.md index 0b1216e1..a418bf90 100644 --- a/docs/enterprise-v2.4.md +++ b/docs/enterprise-v2.4.md @@ -28,6 +28,32 @@ Key highlights of this release: ## Releases Please use the stable releases for production deployment, while we also provide latest engineering builds for testing and evaluation. +### 2.4.27 (Stable) {#2_4_27} +Built on 08-05-2025. You can install via: +* For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_27) +* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v3.0.11 ..` +* For Docker users (not for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.27` + +Component versions: +* timeplusd 2.3.35 +* timeplus_appserver 1.4.44 +* timeplus_web 1.4.33 +* timeplus_connector 1.5.5 +* timeplus cli 1.0.19 + +#### Changelog {#changelog_2_4_27} + +Compared to the [2.4.26](#2_4_26) release: +* timeplusd 2.3.34 -> 2.3.35 + * fix window group by integral columns issue + * fix packed group by key and ts column mapping issue + * handle log corruption more gracefully + * fixes log truncation + +#### Known issues {#known_issue_2_4_27} +1. If you have deployed one of the [2.3.x releases](/enterprise-v2.3), you cannot reuse the data and configuration directly. Please have a clean installation of 2.4.x release, then use tools like [timeplus sync](/cli-sync) CLI or [Timeplus External Stream](/timeplus-external-stream) for migration. + + ### 2.4.26 (Stable) {#2_4_26} Built on 02-18-2025. You can install via: * For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_26) From 758cf90d01b1f3365e3a388833eb67f140facfb9 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:02:37 +0800 Subject: [PATCH 2/3] Update release-downloads.md --- docs/release-downloads.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index 8f37d83d..9529c277 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -192,6 +192,13 @@ Released on 11-15-2024 ([Change logs](/enterprise-v2.5#2_5_9)). ## 2.4 {#2_4} + +### v2.4.27 {#2_4_27} +Released on 08-05-2025 ([Change logs](/enterprise-v2.4#2_4_27)). + +* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.27-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.27-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.27-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.27-darwin-arm64.tar.gz) +* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.27` + ### v2.4.26 {#2_4_26} Released on 02-18-2025 ([Change logs](/enterprise-v2.4#2_4_26)). From fb21bc93d8c61b811745035d8e02ddaa2735dc91 Mon Sep 17 00:00:00 2001 From: Ken Chen Date: Wed, 6 Aug 2025 08:58:40 -0700 Subject: [PATCH 3/3] better --- docs/enterprise-v2.4.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/enterprise-v2.4.md b/docs/enterprise-v2.4.md index a418bf90..66f612e7 100644 --- a/docs/enterprise-v2.4.md +++ b/docs/enterprise-v2.4.md @@ -45,10 +45,9 @@ Component versions: Compared to the [2.4.26](#2_4_26) release: * timeplusd 2.3.34 -> 2.3.35 - * fix window group by integral columns issue - * fix packed group by key and ts column mapping issue - * handle log corruption more gracefully - * fixes log truncation + * fix: window group by integral columns for hopping window + * fix: data corruption hand recovery for power loss scenario + * fix: log truncation and garbage collection #### Known issues {#known_issue_2_4_27} 1. If you have deployed one of the [2.3.x releases](/enterprise-v2.3), you cannot reuse the data and configuration directly. Please have a clean installation of 2.4.x release, then use tools like [timeplus sync](/cli-sync) CLI or [Timeplus External Stream](/timeplus-external-stream) for migration.