Skip to content

Commit 8208862

Browse files
authored
Update release-downloads.md and enterprise-v2.8.md for v2.8.6 (#564)
1 parent 74d2c24 commit 8208862

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

docs/enterprise-v2.8.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,30 @@ 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.6 (Public GA) {#2_8_6}
36+
Released on 11-05-2025. Installation options:
37+
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_6)
38+
* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v7.0.27 ..
39+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.6`
40+
41+
Component versions:
42+
* timeplusd 2.8.31
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_6}
49+
Compared to the [2.8.5](#2_8_5) release:
50+
* timeplusd 2.8.30 -> 2.8.31
51+
* Bugfixes
52+
* Fixed Pulsar message key issue
53+
* Fixed parsing of numbers as strings in JSON input formats
54+
* Fixed issue in emptylist for Mutable stream historical query
55+
* Fixed issue for delete mutable stream
56+
* Fixed issue in streaming distinct processing
57+
* Fixed issue of hybrid hash table in stream join table
58+
3559
### 2.8.5 (Public GA) {#2_8_5}
3660
Released on 10-24-2025. Installation options:
3761
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_5)

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.6 {#2_8_6}
20+
Released on 11-05-2025 ([Change logs](/enterprise-v2.8#2_8_6)).
21+
22+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.6-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.6-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.6-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.6-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.6`
24+
1925
### v2.8.5 {#2_8_5}
2026
Released on 10-24-2025 ([Change logs](/enterprise-v2.8#2_8_5)).
2127

0 commit comments

Comments
 (0)