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.6.md
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,37 @@ Key highlights of this release:
27
27
28
28
## Releases
29
29
30
+
### 2.6.8 {#2_6_8}
31
+
Released on 04-13-2025. Installation options:
32
+
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh`[Downloads](/release-downloads#2_6_8)
33
+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v5.0.13 ..`
34
+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.8`
35
+
36
+
Component versions:
37
+
* timeplusd 2.5.20
38
+
* timeplus_web 2.1.8
39
+
* timeplus_appserver 2.1.6
40
+
* timeplus_connector 2.1.1
41
+
* timeplus cli 1.2.11
42
+
43
+
#### Changelog {#changelog_2_6_8}
44
+
45
+
Compared to the [2.6.7](#2_6_7) release:
46
+
* timeplusd 2.5.19 -> 2.5.20
47
+
* fixed the issue for `where 1=2`
48
+
49
+
Upgrade Instructions:
50
+
51
+
Users can upgrade from Timeplus Enterprise 2.5 to 2.6 by stopping components and replacing binary files, or by updating Docker/Kubernetes image versions while maintaining existing volumes.
52
+
53
+
#### Known issues {#known_issue_2_6_8}
54
+
1. Direct upgrades from version 2.3 or earlier are not supported. Please perform a clean installation of 2.6.x and utilize [timeplus sync](/cli-sync) CLI or [Timeplus External Stream](/timeplus-external-stream) for data migration.
55
+
2. Pulsar external stream functionality is limited to Linux bare metal builds and Linux-based Docker images, excluding macOS bare metal builds.
56
+
3. 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.
57
+
30
58
### 2.6.7 {#2_6_7}
31
59
Released on 03-26-2025. Installation options:
32
-
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh`[Downloads](/release-downloads#2_6_7)
60
+
* For Linux or Mac users: [Downloads](/release-downloads#2_6_7)
33
61
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v5.0.12 ..`
34
62
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.7`
Copy file name to clipboardExpand all lines: docs/enterprise-v2.7.md
+30-1Lines changed: 30 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,38 @@ 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.5 {#2_7_5}
38
+
Released on 04-14-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.9 ..`
41
+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.5`
42
+
43
+
Component versions:
44
+
* timeplusd 2.7.37
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_5}
51
+
52
+
Compared to the [2.7.4](#2_7_4) release:
53
+
* timeplusd 2.7.35 -> 2.7.37
54
+
* cleanup Protobuf format schema cache
55
+
* fixed the issue for `where 1=2`
56
+
* fixed outdated recover sns for materialized views
57
+
* enabled incremental checkpoint by default
58
+
* improved robustness of checkpoints in edge cases
59
+
* fixed unknown source column
60
+
61
+
#### Known issues {#known_issue_2_7_5}
62
+
1. Pulsar external stream functionality is limited to Linux bare metal builds and Linux-based Docker images, excluding macOS bare metal builds.
63
+
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.
64
+
1. Python UDF support is limited to Linux x86_64 bare metal and Linux x86_64 Docker image, excluding macOS or ARM builds.
65
+
37
66
### 2.7.4 {#2_7_4}
38
67
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)
68
+
* For Linux or Mac users: [Downloads](/release-downloads#2_7_4)
40
69
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v6.0.8 ..`
41
70
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.4`
0 commit comments