From 9c50b34d583efd5631c9844d64567551d3ab85d1 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:04:13 +0800 Subject: [PATCH 1/3] Update enterprise-v3.2.md for v3.2.6 --- docs/enterprise-v3.2.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/enterprise-v3.2.md b/docs/enterprise-v3.2.md index 819f278a..4ec1ec23 100644 --- a/docs/enterprise-v3.2.md +++ b/docs/enterprise-v3.2.md @@ -21,6 +21,24 @@ Key highlights of the Timeplus 3.2 release include: ## Releases We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes. +### 3.2.6 {#3_2_6} +Released on 04-23-2026. Installation options: +* For Linux or Mac users: [Downloads](/release-downloads#3_2_6) +* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.6` +* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.12` + +Component versions: +* timeplusd 3.2.6 +* timeplus_appserver 3.2.1 +* timeplus_connector 3.2.0 +* timeplus cli 3.0.0 +* timeplus byoc 1.0.0 + +#### Changelog {#changelog_3_2_6} +**Bug Fixes** +* Fix system log streams replica setting. +* Enhance performance and error handling related to NATS. + ### 3.2.5 {#3_2_5} Released on 04-22-2026. Installation options: * For Linux or Mac users: [Downloads](/release-downloads#3_2_5) From 19718a6bf2f082d78a52f4b99e15e4e5092b5774 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Thu, 23 Apr 2026 18:05:36 +0800 Subject: [PATCH 2/3] Update release-downloads.md --- docs/release-downloads.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index 098173a6..460250cd 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -2,6 +2,12 @@ ## 3.x {#3_x} +### v3.2.6 {#3_2_6} +Released on 04-23-2026 ([Change logs](/enterprise-v3.0#3_2_6)). + +* 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) +* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.6` + ### v3.2.5 {#3_2_5} Released on 04-22-2026 ([Change logs](/enterprise-v3.0#3_2_5)). From 356fa782482f163408781756333bf6397ca09c44 Mon Sep 17 00:00:00 2001 From: Ken Chen Date: Thu, 23 Apr 2026 22:32:23 -0700 Subject: [PATCH 3/3] release 3.2.6 --- docs/enterprise-v3.2.md | 20 ++------------------ docs/release-downloads.md | 6 ------ 2 files changed, 2 insertions(+), 24 deletions(-) diff --git a/docs/enterprise-v3.2.md b/docs/enterprise-v3.2.md index 4ec1ec23..a497cf87 100644 --- a/docs/enterprise-v3.2.md +++ b/docs/enterprise-v3.2.md @@ -35,28 +35,11 @@ Component versions: * timeplus byoc 1.0.0 #### Changelog {#changelog_3_2_6} -**Bug Fixes** -* Fix system log streams replica setting. -* Enhance performance and error handling related to NATS. - -### 3.2.5 {#3_2_5} -Released on 04-22-2026. Installation options: -* For Linux or Mac users: [Downloads](/release-downloads#3_2_5) -* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.5` -* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.11` - -Component versions: -* timeplusd 3.2.5 -* timeplus_appserver 3.2.1 -* timeplus_connector 3.2.0 -* timeplus cli 3.0.0 -* timeplus byoc 1.0.0 - -#### Changelog {#changelog_3_2_5} **Features and Enhancements** * NATS JetStream external stream support (#11900) * Enhance NATS I/O (#11957) +* Enhance performance and error handling related to NATS(#11996). * Refine NATS settings (#11976) * Close all idle TCP connections in one pass (#11930) @@ -64,6 +47,7 @@ Component versions: * Cache `StorageView::isStreamingQuery` per query (#11902) **Bug Fixes** +* Fix replication factor for internal system streams in cluster setup (#12009) * Fix NATS JetStream source (#11968) * Reset `ReadBuffer` canceled flag on rewind (#11953) * Fix CH_CASE issues: WITH-alias missing column, throttle overflow, `nth_value` (#11920) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index 460250cd..08c475f2 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -7,12 +7,6 @@ Released on 04-23-2026 ([Change logs](/enterprise-v3.0#3_2_6)). * 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) * All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.6` - -### v3.2.5 {#3_2_5} -Released on 04-22-2026 ([Change logs](/enterprise-v3.0#3_2_5)). - -* 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) -* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.5` ### v3.2.3 {#3_2_3} Released on 04-12-2026 ([Change logs](/enterprise-v3.0#3_2_3)).