Skip to content

Commit 1be9cd9

Browse files
authored
Update enterprise-v2.8.md and release-download.md for 2.8.9 (#576)
* Update enterprise-v2.8.md * Update release-downloads.md
1 parent 33746f9 commit 1be9cd9

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed

docs/enterprise-v2.8.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,25 @@ Key highlights of this release:
3232
## Releases
3333
We 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}
3655
Released 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}
4983
Released 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}
6296
Compared to the [2.8.6](#2_8_6) release:
6397
* timeplusd 2.8.31 -> 2.8.32
6498
* Bugfixes

docs/release-downloads.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Released on 09-25-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_2)).
1616

1717
## 2.8 {#2_8}
1818

19+
### v2.8.9 {#2_8_9}
20+
Released on 12-15-2025 ([Change logs](/enterprise-v2.8#2_8_9)).
21+
22+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.9-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.9-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.9-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.9-darwin-arm64.tar.gz)
23+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.9`
24+
1925
### v2.8.8 {#2_8_8}
2026
Released on 12-10-2025 ([Change logs](/enterprise-v2.8#2_8_8)).
2127

0 commit comments

Comments
 (0)