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-v2.7.md
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,37 @@ Key highlights of this release:
34
34
3. For Kubernetes users, please follow [the guide](/k8s-helm#v5-to-v6) carefully since a few timeplusd built-in users are removed in the new helm chart, and you can configure ingress for Appserver and Timeplusd independently.
35
35
36
36
## Releases
37
+
### 2.7.4 {#2_7_4}
38
+
Released on 04-03-2025. Installation options:
39
+
* For Linux or Mac users: `curl https://install.timeplus.com/2.7 | sh`[Downloads](/release-downloads#2_7_4)
40
+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v6.0.8 ..`
41
+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.4`
42
+
43
+
Component versions:
44
+
* timeplusd 2.7.35
45
+
* timeplus_web 2.2.12
46
+
* timeplus_appserver 2.2.13
47
+
* timeplus_connector 2.2.8
48
+
* timeplus cli 1.2.12
49
+
50
+
#### Changelog {#changelog_2_7_4}
51
+
52
+
Compared to the [2.7.3](#2_7_3) release:
53
+
* timeplusd 2.7.29 -> 2.7.35
54
+
* enhanced logging level handling and crash prevention.
55
+
* added configurable timeout for stream DDL operations and ignore `tp_sn` when ingesting data.
56
+
* added support for multiple JavaScript VMs and ClickHouse data types on HTTP server port 8123.
57
+
* improved handling of shared state across modules.
1. Pulsar external stream functionality is limited to Linux bare metal builds and Linux-based Docker images, excluding macOS bare metal builds.
62
+
1. The `timeplus_connector` component may experience health issues on Ubuntu Linux with x86_64 chips, affecting Redpanda Connect functionality. This issue is specific to Ubuntu and does not affect other Linux distributions.
63
+
1. Python UDF support is limited to Linux x86_64 bare metal and Linux x86_64 Docker image, excluding macOS or ARM builds.
64
+
37
65
### 2.7.3 {#2_7_3}
38
66
Released on 03-24-2025. Installation options:
39
-
* For Linux or Mac users: `curl https://install.timeplus.com/2.7 | sh`[Downloads](/release-downloads#2_7_3)
67
+
* For Linux or Mac users: [Downloads](/release-downloads#2_7_3)
40
68
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v6.0.7 ..`
41
69
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.3`
0 commit comments