Skip to content

Commit 2ef2814

Browse files
committed
2.6.8 and 2.7.5 patch releases and biweekly updates
1 parent 2c597f5 commit 2ef2814

File tree

4 files changed

+79
-2
lines changed

4 files changed

+79
-2
lines changed

docs/enterprise-v2.6.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,37 @@ Key highlights of this release:
2727

2828
## Releases
2929

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+
3058
### 2.6.7 {#2_6_7}
3159
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)
3361
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v5.0.12 ..`
3462
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.7`
3563

docs/enterprise-v2.7.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,38 @@ 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.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+
3766
### 2.7.4 {#2_7_4}
3867
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)
4069
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v6.0.8 ..`
4170
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.7.4`
4271

docs/release-downloads.md

Lines changed: 12 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.5 {#2_7_5}
14+
Released on 04-14-2025 ([Change logs](/enterprise-v2.7#2_7_5)).
15+
16+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.7.5-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.7.5-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.7.5-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.7.5-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.5`
18+
1319
### v2.7.4 {#2_7_4}
1420
Released on 04-03-2025 ([Change logs](/enterprise-v2.7#2_7_4)).
1521

@@ -42,6 +48,12 @@ Released on 02-28-2025 ([Change logs](/enterprise-v2.7#2_7_0)).
4248

4349
## 2.6 {#2_6}
4450

51+
### v2.6.8 {#2_6_8}
52+
Released on 04-13-2025 ([Change logs](/enterprise-v2.6#2_6_8)).
53+
54+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.6.8-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.6.8-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.6.8-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.6.8-darwin-arm64.tar.gz)
55+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.8`
56+
4557
### v2.6.7 {#2_6_7}
4658
Released on 03-26-2025 ([Change logs](/enterprise-v2.6#2_6_7)).
4759

docs/v2-release-notes.md

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

33
This page summarizes changes for Timeplus Enterprise and Timeplus Proton, on a biweekly basis, including new features and important bug fixes.
44

5+
## Apr 14, 2025
6+
7+
### Timeplus Enterprise v2.6.8, v2.7.4, v2.7.5
8+
Patch releases with bug fixes.
9+
10+
### marimo Python Notebook added support for Timeplus {#marimo}
11+
You can add connection to Timeplus Proton or Timeplus Enterprise in [marimo](/marimo) Python notebook.
12+
513
## Mar 31, 2025
614

715
### Timeplus Enterprise v2.8 (Preview)

0 commit comments

Comments
 (0)