Skip to content

Commit 0796610

Browse files
committed
2.7.4
1 parent 110014e commit 0796610

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/enterprise-v2.7.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,37 @@ Key highlights of this release:
3434
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.
3535

3636
## 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.
58+
* fixed invalid storage settings access, optimized hash map destruction, and improved stream semantic calculation.
59+
60+
#### Known issues {#known_issue_2_7_4}
61+
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+
3765
### 2.7.3 {#2_7_3}
3866
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)
4068
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v6.0.7 ..`
4169
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.3`
4270

docs/release-downloads.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Released on 03-24-2025 ([Change logs](/enterprise-v2.8#2_8_0)).
1010

1111
## 2.7 {#2_7}
1212

13+
### v2.7.4 {#2_7_4}
14+
Released on 04-03-2025 ([Change logs](/enterprise-v2.7#2_7_4)).
15+
16+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.7.4-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.7.4-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.7.4-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.7.4-darwin-arm64.tar.gz)
17+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.4`
18+
1319
### v2.7.3 {#2_7_3}
1420
Released on 03-24-2025 ([Change logs](/enterprise-v2.7#2_7_3)).
1521

0 commit comments

Comments
 (0)