Skip to content

Commit b617718

Browse files
authored
Update enterprise-v3.0.md and release-download.md for v3.1.1 (#583)
1 parent 14ca928 commit b617718

5 files changed

Lines changed: 130 additions & 3 deletions

File tree

docs/enterprise-v3.0.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,26 @@ Key highlights of the Timeplus 3.0 release include:
5555
## Releases
5656
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
5757

58+
### 3.0.2 {#3_0_2}
59+
Released on 10-26-2025. Installation options:
60+
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_2)
61+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.2`
62+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v10.0.9`
63+
64+
Component versions:
65+
* timeplusd 3.0.2
66+
* timeplus_appserver 3.0.21
67+
* timeplus_connector 3.0.21
68+
* timeplus cli 3.0.0
69+
* timeplus byoc 1.0.1
70+
71+
#### Changelog {#changelog_3_0_2}
72+
73+
* [BYOC](/byoc) Enhancement
74+
* Support aws meter usage
75+
* PostgreSQL upsert support via on_conflict setting
76+
* Support Auto increment column for coalesced mutable stream
77+
5878
### 3.0.1 {#3_0_1}
5979
Released on 10-20-2025. Installation options:
6080
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1)

docs/enterprise-v3.1.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Timeplus Enterprise 3.1
2+
3+
## Key Highlights
4+
5+
Key highlights of the Timeplus 3.1 release include:
6+
7+
- **Timeplus Inputs**
8+
9+
Timeplus input is a new concept which allows users to push / stream data to the inputs by leveraging existing data ecosystem and tools.
10+
11+
In this release, the following inputs are supported.
12+
13+
- Splunk S2S
14+
- Splunk HEC
15+
- Datadog
16+
- Elastic
17+
- OpenTelemetry
18+
- Netflow / IPFIX
19+
- Syslog
20+
21+
- **Microsoft Sentinel External Table (Output)**
22+
23+
User can write security events to Microsoft Sentinel by using this external table now.
24+
25+
- **Performance Enhancements**
26+
27+
- Bidirectional direct join for Mutable streams
28+
- Historical data backfill concurrency control “backfill_max_threads” query setting
29+
- Big performance improvements on Protobuf Kafka record streaming parsing.
30+
- Better HTTP Connection Pooling
31+
- Better Materialized View Workload Rebalance
32+
33+
- **System Observability Enhancements**
34+
35+
- Provide disk IO utilization of each node in the cluster
36+
- More lagging insights in historical store : v_stream_applied_lags
37+
- More metrics for Streaming Join
38+
39+
## Supported OS {#os}
40+
|Deployment Type| OS |
41+
|--|--|
42+
|Linux bare metal| x64 or ARM chips: Ubuntu 20.04+, RHEL 8+, Fedora 35+, Amazon Linux 2023|
43+
|Mac bare metal| Intel or Apple chips: macOS 14, macOS 15|
44+
|Kubernetes|Kubernetes 1.25+, with Helm 3.12+|
45+
46+
## Releases
47+
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
48+
49+
### 3.1.1 {#3_1_1}
50+
Released on 01-29-2026. Installation options:
51+
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_1_1)
52+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.1.1`
53+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version TBD`
54+
55+
Component versions:
56+
* timeplusd 3.1.1
57+
* timeplus_appserver 3.0.47
58+
* timeplus_connector 3.0.21
59+
* timeplus cli 3.0.0
60+
* timeplus byoc 1.0.0
61+
62+
#### Changelog {#changelog_3_1_1}
63+
64+
**Inputs**
65+
* Splunk S2S
66+
* Splunk HEC
67+
* Datadog
68+
* Elastic
69+
* OpenTelemetry
70+
* Netflow / IPFIX
71+
* Syslog
72+
73+
**Outputs**
74+
* Microsoft Sentinel External Table
75+
76+
**Other Functionalities**
77+
* Python table function for read, write and transform
78+
* Immutable column `_tp_index_time` for mutable stream
79+
80+
**Performance**
81+
* Bidirectional direct join for Mutable streams
82+
* Historical data backfill concurrency control “backfill_max_threads” query setting
83+
* Big performance improvements on Protobuf Kafka record streaming parsing.
84+
* Better HTTP Connection Pooling
85+
* Better Materialized View Workload Rebalance
86+
87+
**System Observability Enhancements**
88+
89+
* Provide disk IO utilization of each node in the cluster
90+
* More lagging insights in historical store : v_stream_applied_lags
91+
* More internal observability metrics for streaming Join
92+
93+
**Bugfixes**
94+
* Quite a few bugfixes for Mutable stream
95+
* Bugfixes for Materialized View checkpointing

docs/release-downloads.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
## 3.0 {#3_0}
44

5+
### v3.1.1 {#3_1_1}
6+
Released on 01-29-2026 ([Change logs](/enterprise-v3.0#3_1_1)).
7+
8+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.1.1-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.1.1-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.1.1-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.1.1-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.1.1`
10+
11+
### v3.0.2 {#3_0_2}
12+
Released on 10-26-2025 ([Change logs](/enterprise-v3.0#3_0_2)).
13+
14+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.2-darwin-arm64.tar.gz)
15+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.2`
16+
517
### v3.0.1 {#3_0_1}
618
Released on 10-21-2025 ([Change logs](/enterprise-v3.0#3_0_1)).
719

docs/release-notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Release
22

33
Release by version:
4+
- [Timeplus Enterprise 3.1](/enterprise-v3.1)
45
- [Timeplus Enterprise 3.0](/enterprise-v3.0)
56
- [Timeplus Enterprise 2.8](/enterprise-v2.8)
67
- [Timeplus Enterprise 2.7](/enterprise-v2.7)

sidebars.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -858,15 +858,14 @@ const sidebars = {
858858
id: "release-notes",
859859
},
860860
items: [
861+
"enterprise-v3.1",
861862
"enterprise-v3.0",
862863
"enterprise-v2.8",
863864
"enterprise-v2.7",
864-
"enterprise-v2.6",
865-
"enterprise-v2.5",
866865
{
867866
type: "category",
868867
label: "Older 2.x Releases",
869-
items: ["enterprise-v2.4", "enterprise-v2.3"],
868+
items: ["enterprise-v2.6", "enterprise-v2.5", "enterprise-v2.4", "enterprise-v2.3"],
870869
},
871870
// "v2-release-notes",
872871
{

0 commit comments

Comments
 (0)