Skip to content

Commit 13155e5

Browse files
kuiliu88yl-lisenchenziliang
authored
Update enterprise-v3.2.md and release-downlaod.md for v3.2.5 (#628)
* Update enterprise-v3.2.md * Update release-downloads.md * Apply suggestion from @yl-lisen * fix release changelogs * fix release --------- Co-authored-by: Lisen <38773813+yl-lisen@users.noreply.github.com> Co-authored-by: Ken Chen <zlchen.ken@gmail.com>
1 parent 422063d commit 13155e5

3 files changed

Lines changed: 48 additions & 5 deletions

File tree

docs/enterprise-v3.1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ We recommend using stable releases for production deployment. Engineering builds
4848

4949
### 3.1.3 {#3_1_3}
5050
Released on 02-25-2026. Installation options:
51-
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_1_3)
51+
* For Linux or Mac users: [Downloads](/release-downloads#3_1_3)
5252
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.1.3`
5353
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.4`
5454

@@ -68,7 +68,7 @@ Component versions:
6868

6969
### 3.1.1 {#3_1_1}
7070
Released on 01-29-2026. Installation options:
71-
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_1_1)
71+
* For Linux or Mac users: [Downloads](/release-downloads#3_1_1)
7272
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.1.1`
7373
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version TBD`
7474

docs/enterprise-v3.2.md

Lines changed: 40 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ Key highlights of the Timeplus 3.2 release include:
77
1. Major performance improvement in the data replication **network layer** — up to 30x faster in some scenarios — powered by request pooling, recyclable network buffers, sharded request/response channels, scatter/gather writes, and IPv6 support.
88
2. Major performance improvement (up to 40x) for Kafka consume / **parsing for Protobuf, CSV, and similar formats** via smart batching and a new parallel parsing strategy for Kafka source.
99
3. Major enhancements to **Python UDFs** and **external Python table functions** now enable secure, direct communication with the local timeplusd instance via automatically provisioned an ephemeral user and token.
10-
4. Broad stability and quality hardening across **mutable streams, checkpoints, materialized views, streaming joins, memory accounting, and replicated log recovery**.
11-
5. Improved **Okta SSO** integration with a smoother login flow and support for mapping Okta users to read-only or admin roles.
10+
4. NATS JetStream read / write support.
11+
5. Broad stability and quality hardening across **mutable streams, checkpoints, materialized views, streaming joins, memory accounting, and replicated log recovery**.
12+
6. Improved **Okta SSO** integration with a smoother login flow and support for mapping Okta users to read-only or admin roles.
1213

1314
## Supported OS {#os}
1415
|Deployment Type| OS |
@@ -20,9 +21,45 @@ Key highlights of the Timeplus 3.2 release include:
2021
## Releases
2122
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
2223

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`
29+
30+
Component versions:
31+
* timeplusd 3.2.5
32+
* timeplus_appserver 3.2.1
33+
* timeplus_connector 3.2.0
34+
* timeplus cli 3.0.0
35+
* timeplus byoc 1.0.0
36+
37+
#### Changelog {#changelog_3_2_5}
38+
39+
**Features and Enhancements**
40+
* NATS JetStream external stream support (#11900)
41+
* Enhance NATS I/O (#11957)
42+
* Refine NATS settings (#11976)
43+
* Close all idle TCP connections in one pass (#11930)
44+
45+
**Performance**
46+
* Cache `StorageView::isStreamingQuery` per query (#11902)
47+
48+
**Bug Fixes**
49+
* Fix NATS JetStream source (#11968)
50+
* Reset `ReadBuffer` canceled flag on rewind (#11953)
51+
* Fix CH_CASE issues: WITH-alias missing column, throttle overflow, `nth_value` (#11920)
52+
* Rewind `idempotent_keys` on commit retry and recovery (#11922)
53+
* Keep NULL-valued granules in skip index for `IS NULL` / `OR` predicates (#11937)
54+
* Fix `_tp_sn` / `_tp_time` event predicate seeks (#11840)
55+
* Honor stop signal inside mutable-stream commit (#11918)
56+
* Strip `_tp_delta` from virtuals of bounded table (mutable_stream) reads (#11905)
57+
* Reset fetch session when block reader `read()` fails (#11891)
58+
* Preserve backfill from historical store filter pruning (seek_to) (#11859)
59+
2360
### 3.2.3 {#3_2_3}
2461
Released on 04-12-2026. Installation options:
25-
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_2_3)
62+
* For Linux or Mac users: [Downloads](/release-downloads#3_2_3)
2663
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.2.3`
2764
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version 11.0.7`
2865

docs/release-downloads.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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)).
7+
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`
10+
511
### v3.2.3 {#3_2_3}
612
Released on 04-12-2026 ([Change logs](/enterprise-v3.0#3_2_3)).
713

0 commit comments

Comments
 (0)