diff --git a/docs/enterprise-v2.4.md b/docs/enterprise-v2.4.md index 9a70c82a..ed38d5d4 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.29 (Stable) {#2_4_29} +Built on 08-21-2025. You can install via: +* For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_29) +* 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.29` + +Component versions: +* timeplusd 2.3.37 +* timeplus_appserver 1.4.44 +* timeplus_web 1.4.33 +* timeplus_connector 1.5.5 +* timeplus cli 1.0.19 + +#### Changelog {#changelog_2_4_29} + +Compared to the [2.4.28](#2_4_28) release: +* timeplusd 2.3.36 -> 2.3.37 + * fix: truncate garbage data at tail for reverse indexes + +#### Known issues {#known_issue_2_4_29} +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.28 (Stable) {#2_4_28} Built on 08-12-2025. You can install via: * For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_28) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index c58fa153..549d6b80 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -192,6 +192,12 @@ Released on 11-15-2024 ([Change logs](/enterprise-v2.5#2_5_9)). ## 2.4 {#2_4} +### v2.4.29 {#2_4_29} +Released on 08-21-2025 ([Change logs](/enterprise-v2.4#2_4_29)). + +* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-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.29` + ### v2.4.28 {#2_4_28} Released on 08-13-2025 ([Change logs](/enterprise-v2.4#2_4_28)).