Skip to content

Commit 060bc71

Browse files
authored
Update release-downloads.md and enterprise-v2.8.md (#473)
1 parent d4f67f4 commit 060bc71

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

docs/enterprise-v2.8.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Key highlights of this release:
1919
* JavaScript UDFs benefit from multiple V8 instances, improving concurrency and isolation.
2020
* A new page to visualize nodes in a cluster.
2121
* New page to view the details of streams or materialized views.
22+
* Major improvements for Materialized Views
23+
* Major stability improvements for cluster
2224

2325
## Supported OS {#os}
2426
|Deployment Type| OS |
@@ -30,6 +32,30 @@ Key highlights of this release:
3032
## Releases
3133
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
3234

35+
### 2.8.4 (Public GA) {#2_8_4}
36+
Released on 09-23-2025. Installation options:
37+
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_4)
38+
* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v7.0.25 ..
39+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.4`
40+
41+
Component versions:
42+
* timeplusd 2.8.29
43+
* timeplus_web 2.8.18
44+
* timeplus_appserver 2.8.12
45+
* timeplus_connector 2.8.1
46+
* timeplus cli 2.8.0
47+
48+
#### Changelog {#changelog_2_8_4}
49+
Compared to the [2.8.3](#2_8_3) release:
50+
* timeplusd 2.8.28 -> 2.8.29
51+
* New features, enhancements
52+
* `EMIT AFTER KEY EXPIRE` is introduced to handle high cardinality trace outlier analysis use case.
53+
* Performance enhancements for `SHUFFLE BY`
54+
* Mjaor Cluster stability improvements
55+
* Bugfixes
56+
* Fixed Mutable stream TTL backward compatibility issue when upgrading from 2.4
57+
* Fixed system.stream_state_log and system.stream_metric_log upgraded issue from 2.4 to 2.8
58+
3359
### 2.8.3 (Public GA) {#2_8_3}
3460
Released on 09-01-2025. Installation options:
3561
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_3)

docs/release-downloads.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ Released on 09-08-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_1)).
1010

1111
## 2.8 {#2_8}
1212

13+
14+
### v2.8.4 {#2_8_4}
15+
Released on 09-23-2025 ([Change logs](/enterprise-v2.8#2_8_4)).
16+
17+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.4-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.4-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.4-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.4-darwin-arm64.tar.gz)
18+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.4`
19+
1320
### v2.8.3 {#2_8_3}
1421
Released on 09-01-2025 ([Change logs](/enterprise-v2.8#2_8_3)).
1522

0 commit comments

Comments
 (0)