diff --git a/docs/enterprise-v3.2.md b/docs/enterprise-v3.2.md index 819f278a..a497cf87 100644 --- a/docs/enterprise-v3.2.md +++ b/docs/enterprise-v3.2.md @@ -21,24 +21,25 @@ 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.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` +### 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.5 +* 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_5} +#### Changelog {#changelog_3_2_6} **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) @@ -46,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 098173a6..08c475f2 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -2,11 +2,11 @@ ## 3.x {#3_x} -### v3.2.5 {#3_2_5} -Released on 04-22-2026 ([Change logs](/enterprise-v3.0#3_2_5)). +### 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.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` +* 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.3 {#3_2_3} Released on 04-12-2026 ([Change logs](/enterprise-v3.0#3_2_3)).