Skip to content

Commit c4d5089

Browse files
Update enterprise-v3.2.md and release-downloads.md for v3.2.6 (#630)
* Update enterprise-v3.2.md for v3.2.6 * Update release-downloads.md * release 3.2.6 --------- Co-authored-by: Ken Chen <zlchen.ken@gmail.com>
1 parent 5b1485d commit c4d5089

2 files changed

Lines changed: 13 additions & 11 deletions

File tree

docs/enterprise-v3.2.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,33 @@ Key highlights of the Timeplus 3.2 release include:
2121
## Releases
2222
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
2323

24-
### 3.2.5 {#3_2_5}
25-
Released on 04-22-2026. Installation options:
26-
* For Linux or Mac users: [Downloads](/release-downloads#3_2_5)
27-
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.5`
28-
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.11`
24+
### 3.2.6 {#3_2_6}
25+
Released on 04-23-2026. Installation options:
26+
* For Linux or Mac users: [Downloads](/release-downloads#3_2_6)
27+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.6`
28+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.12`
2929

3030
Component versions:
31-
* timeplusd 3.2.5
31+
* timeplusd 3.2.6
3232
* timeplus_appserver 3.2.1
3333
* timeplus_connector 3.2.0
3434
* timeplus cli 3.0.0
3535
* timeplus byoc 1.0.0
3636

37-
#### Changelog {#changelog_3_2_5}
37+
#### Changelog {#changelog_3_2_6}
3838

3939
**Features and Enhancements**
4040
* NATS JetStream external stream support (#11900)
4141
* Enhance NATS I/O (#11957)
42+
* Enhance performance and error handling related to NATS(#11996).
4243
* Refine NATS settings (#11976)
4344
* Close all idle TCP connections in one pass (#11930)
4445

4546
**Performance**
4647
* Cache `StorageView::isStreamingQuery` per query (#11902)
4748

4849
**Bug Fixes**
50+
* Fix replication factor for internal system streams in cluster setup (#12009)
4951
* Fix NATS JetStream source (#11968)
5052
* Reset `ReadBuffer` canceled flag on rewind (#11953)
5153
* Fix CH_CASE issues: WITH-alias missing column, throttle overflow, `nth_value` (#11920)

docs/release-downloads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## 3.x {#3_x}
44

5-
### v3.2.5 {#3_2_5}
6-
Released on 04-22-2026 ([Change logs](/enterprise-v3.0#3_2_5)).
5+
### v3.2.6 {#3_2_6}
6+
Released on 04-23-2026 ([Change logs](/enterprise-v3.0#3_2_6)).
77

8-
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.5-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.5-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.5-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.5-darwin-arm64.tar.gz)
9-
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.5`
8+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.6-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.6-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.6-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.6-darwin-arm64.tar.gz)
9+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.6`
1010

1111
### v3.2.3 {#3_2_3}
1212
Released on 04-12-2026 ([Change logs](/enterprise-v3.0#3_2_3)).

0 commit comments

Comments
 (0)