From df9e0b1f8c2901d270254204aec61695679d20f0 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Fri, 15 May 2026 15:50:18 +0800 Subject: [PATCH 1/3] Update enterprise-v3.2.md for v3.2.11 --- docs/enterprise-v3.2.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/docs/enterprise-v3.2.md b/docs/enterprise-v3.2.md index 60f39a96..2eb77cca 100644 --- a/docs/enterprise-v3.2.md +++ b/docs/enterprise-v3.2.md @@ -21,6 +21,44 @@ 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.11 {#3_2_11} +Released on 05-15-2026. Installation options: +* For Linux or Mac users: [Downloads](/release-downloads#3_2_11) +* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.11` +* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.15` + +Component versions: +* timeplusd 3.2.11 +* timeplus_appserver 3.2.1 +* timeplus_connector 3.1.0 +* timeplus cli 3.0.0 +* timeplus byoc 1.0.0 + +#### Changelog {#changelog_3_2_1} + +**Bug Fixes** +* Added support for NATS NKey authentication for secure public-key based access to NATS clusters. (#12120) +* Added support for configuring JWT and seed content directly in settings. (#12116) +* Added safeguards to cap delayed write streams for parallel-write disks, improving MergeTree write stability under heavy concurrency. (#12123) +* Fixed background NativeLog commits failing with TOO_MANY_PARTS during heavy ingestion workloads. (#12112) +* Fixed mutable stream file descriptor leak. (#12093) +* Fixed mutable stream corruption issue after adding indexes and rebooting. (#12070) +* Blocked invalid mutable stream secondary index creation for unsupported key expressions. (#12113) +* Fixed Kafka client shutdown/read race condition causing intermittent crashes and invalid client access. (#12078) +* Fixed hanging issue during Kafka consumer recreation. (#12038) +* Improved Pulsar health checks and fixed smoke test issues affecting ddl_index and named_collection. (#12088) +* Integrated upstream librdkafka fix proposal for improved Kafka stability and compatibility. (#12103) +* Added retry handling for Poco::Exception during S3 reads to improve resilience against transient S3/network failures. (#12036) +* Aligned DNSResolver exception behavior with upstream implementation for more consistent S3 error handling. (#12087) +* Improved metrics pipeline performance by removing S3 LIST and TTL cache contention from metric ticking. (#12052) +* Fixed phantom memory tracker accumulation by refreshing QueryScope per build. (#12096) +* Fixed double-finalization issue in PrometheusRequestHandler. (#11972) +* Fixed multi-JOIN CTE alias leakage into output column names. (#11993) +* Improved error messages when dropping streams with size limits. (#12025) +* Improved Python UDF interpreter detection by recursively resolving symlinks. (#12081) +* Improved logging consistency and diagnostic clarity across subsystems. (#12079) +* Fixed incorrect alert dependency tracking behavior in alert subsystem. (#12080) + ### 3.2.7 {#3_2_7} Released on 04-26-2026. Installation options: * For Linux or Mac users: [Downloads](/release-downloads#3_2_7) @@ -34,7 +72,7 @@ Component versions: * timeplus cli 3.0.0 * timeplus byoc 1.0.0 -#### Changelog {#changelog_3_2_6} +#### Changelog {#changelog_3_2_7} **Bug Fixes** * Fix race condition in Kafka source (#12019) From 8b6778017d6c39712b1e452391b723ec6e908298 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Fri, 15 May 2026 16:03:12 +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 690fe862..97b7c198 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -2,6 +2,12 @@ ## 3.x {#3_x} +### v3.2.11 {#3_2_1} +Released on 05-15-2026 ([Change logs](/enterprise-v3.2#3_2_11)). + +* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-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.11` + ### v3.2.7 {#3_2_7} Released on 04-26-2026 ([Change logs](/enterprise-v3.2#3_2_7)). From adde5fada4c91e2752efdd54a290be18ed4b1d43 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Fri, 15 May 2026 16:03:29 +0800 Subject: [PATCH 3/3] Update release-downloads.md --- docs/release-downloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index 97b7c198..49242649 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -2,7 +2,7 @@ ## 3.x {#3_x} -### v3.2.11 {#3_2_1} +### v3.2.11 {#3_2_11} Released on 05-15-2026 ([Change logs](/enterprise-v3.2#3_2_11)). * Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.2.11-darwin-arm64.tar.gz)