Skip to content

Update enterprise-v2.4.md and release-downloads.md #356

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/enterprise-v2.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 7 additions & 0 deletions docs/release-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).

Expand Down