From 22d2ab1fd849f0e483a191b2fffaed31c9ba1d86 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:36:00 +0800 Subject: [PATCH 1/2] Update enterprise-v2.4.md --- docs/enterprise-v2.4.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/enterprise-v2.4.md b/docs/enterprise-v2.4.md index 66f612e7..d80a1435 100644 --- a/docs/enterprise-v2.4.md +++ b/docs/enterprise-v2.4.md @@ -28,6 +28,28 @@ 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.28 (Stable) {#2_4_28} +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_28) +* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v3.0.12 ..` +* For Docker users (not for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.28` + +Component versions: +* timeplusd 2.3.36 +* timeplus_appserver 1.4.44 +* timeplus_web 1.4.33 +* timeplus_connector 1.5.5 +* timeplus cli 1.0.19 + +#### Changelog {#changelog_2_4_28} + +Compared to the [2.4.27](#2_4_27) release: +* timeplusd 2.3.35 -> 2.3.36 + * fix: timestamp sequence deserialization issue + +#### Known issues {#known_issue_2_4_28} +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.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) From 4ec9bd2d1ba11b7290fbaa98011bec9f757bca01 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:38:50 +0800 Subject: [PATCH 2/2] Update release-downloads.md --- docs/release-downloads.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index 9529c277..c58fa153 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -193,6 +193,12 @@ Released on 11-15-2024 ([Change logs](/enterprise-v2.5#2_5_9)). ## 2.4 {#2_4} +### v2.4.28 {#2_4_28} +Released on 08-13-2025 ([Change logs](/enterprise-v2.4#2_4_28)). + +* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.28-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.28-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.28-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.28-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.28` + ### v2.4.27 {#2_4_27} Released on 08-05-2025 ([Change logs](/enterprise-v2.4#2_4_27)).