Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions docs/enterprise-v3.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,31 +21,33 @@ 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)

**Performance**
* 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)
Expand Down
8 changes: 4 additions & 4 deletions docs/release-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
Expand Down