Skip to content

Commit 8da53d6

Browse files
authored
Update enterprise-v2.4.md and release-downloads.md (#366)
1 parent 02929ea commit 8da53d6

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/enterprise-v2.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,28 @@ Key highlights of this release:
2828
## Releases
2929
Please use the stable releases for production deployment, while we also provide latest engineering builds for testing and evaluation.
3030

31+
### 2.4.28 (Stable) {#2_4_28}
32+
Built on 08-05-2025. You can install via:
33+
* For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_28)
34+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v3.0.12 ..`
35+
* For Docker users (not for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.28`
36+
37+
Component versions:
38+
* timeplusd 2.3.36
39+
* timeplus_appserver 1.4.44
40+
* timeplus_web 1.4.33
41+
* timeplus_connector 1.5.5
42+
* timeplus cli 1.0.19
43+
44+
#### Changelog {#changelog_2_4_28}
45+
46+
Compared to the [2.4.27](#2_4_27) release:
47+
* timeplusd 2.3.35 -> 2.3.36
48+
* fix: timestamp sequence deserialization issue
49+
50+
#### Known issues {#known_issue_2_4_28}
51+
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.
52+
3153
### 2.4.27 (Stable) {#2_4_27}
3254
Built on 08-05-2025. You can install via:
3355
* For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_27)

docs/release-downloads.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,12 @@ Released on 11-15-2024 ([Change logs](/enterprise-v2.5#2_5_9)).
193193
## 2.4 {#2_4}
194194

195195

196+
### v2.4.28 {#2_4_28}
197+
Released on 08-13-2025 ([Change logs](/enterprise-v2.4#2_4_28)).
198+
199+
* 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)
200+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.28`
201+
196202
### v2.4.27 {#2_4_27}
197203
Released on 08-05-2025 ([Change logs](/enterprise-v2.4#2_4_27)).
198204

0 commit comments

Comments
 (0)