You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/enterprise-v3.2.md
+40-3Lines changed: 40 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,9 @@ Key highlights of the Timeplus 3.2 release include:
7
7
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.
8
8
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.
9
9
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.
12
13
13
14
## Supported OS {#os}
14
15
|Deployment Type| OS |
@@ -20,9 +21,45 @@ Key highlights of the Timeplus 3.2 release include:
20
21
## Releases
21
22
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
22
23
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)
0 commit comments