@@ -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
3133We 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}
3460Released 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 )
0 commit comments