@@ -32,6 +32,25 @@ Key highlights of this release:
3232## Releases
3333We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
3434
35+ ### 2.8.9 (Public GA) {#2_8_9}
36+ Released on 12-15-2025. Installation options:
37+ * For Linux or Mac users: ` curl https://install.timeplus.com/2.8 | sh ` [ Downloads] ( /release-downloads#2_8_9 )
38+ * For Kubernetes users: helm install timeplus/timeplus-enterprise --version v7.0.30 ..
39+ * For Docker users (not recommended for production): ` docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.9 `
40+
41+ Component versions:
42+ * timeplusd 2.8.33
43+ * timeplus_web 2.8.18
44+ * timeplus_appserver 2.8.13
45+ * timeplus_connector 2.8.1
46+ * timeplus cli 2.8.0
47+
48+ #### Changelog {#changelog_2_8_9}
49+ Compared to the [ 2.8.8] ( #2_8_8 ) release:
50+ * timeplus_appserver 2.8.12 -> 2.8.13
51+ * Bugfixes
52+ * Fixed comments displaying issue.
53+
3554### 2.8.8 (Public GA) {#2_8_8}
3655Released on 12-10-2025. Installation options:
3756* For Linux or Mac users: ` curl https://install.timeplus.com/2.8 | sh ` [ Downloads] ( /release-downloads#2_8_8 )
@@ -44,6 +63,21 @@ Component versions:
4463* timeplus_appserver 2.8.12
4564* timeplus_connector 2.8.1
4665* timeplus cli 2.8.0
66+
67+ #### Changelog {#changelog_2_8_8}
68+ Compared to the [ 2.8.7] ( #2_8_7 ) release:
69+ * timeplusd 2.8.32 -> 2.8.33
70+ * Bugfixes
71+ * Fixed schema-change metadata issue.
72+ * Fixed external/stream tables: alter operations blocked.
73+ * Fixed streaming versioning issue.
74+ * Fixed schemaNativeReader cache issue.
75+ * Fixed expandResizeProcessor issue..
76+ * Fixed KVDB issue.
77+ * Fixed checkpoint logic robustness issue.
78+ * Fixed table_function_results racing issue.
79+ * Fixed protobuf schema cache issue.
80+ * Fixed comment-alter logic issue
4781
4882### 2.8.7 (Public GA) {#2_8_7}
4983Released on 11-28-2025. Installation options:
@@ -58,7 +92,7 @@ Component versions:
5892* timeplus_connector 2.8.1
5993* timeplus cli 2.8.0
6094
61- #### Changelog {#changelog_2_8_6 }
95+ #### Changelog {#changelog_2_8_7 }
6296Compared to the [ 2.8.6] ( #2_8_6 ) release:
6397* timeplusd 2.8.31 -> 2.8.32
6498 * Bugfixes
0 commit comments