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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,34 @@ Key highlights of this release:
28
28
## Releases
29
29
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
30
30
31
+
### 2.6.3 {#2_6_3}
32
+
Released on 02-20-2025. Installation options:
33
+
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh`[Downloads](/release-downloads#2_6_2)
34
+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v5.0.8 ..`
35
+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.3`
36
+
37
+
Component versions:
38
+
* timeplusd 2.5.12
39
+
* timeplus_web 2.1.8
40
+
* timeplus_appserver 2.1.6
41
+
* timeplus_connector 2.1.1
42
+
* timeplus cli 1.2.11
43
+
44
+
#### Changelog {#changelog_2_6_3}
45
+
46
+
Compared to the [2.6.2](#2_6_2) release:
47
+
* timeplus_web 2.1.7 -> 2.1.8
48
+
* improved performance when there are 500+ streams
49
+
50
+
Upgrade Instructions:
51
+
52
+
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.
53
+
54
+
#### Known issues {#known_issue_2_6_3}
55
+
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.
56
+
2. Pulsar external stream functionality is limited to Linux bare metal builds and Linux-based Docker images, excluding macOS bare metal builds.
57
+
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.
58
+
31
59
### 2.6.2 {#2_6_2}
32
60
Released on 02-14-2025. Installation options:
33
61
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh`[Downloads](/release-downloads#2_6_2)
0 commit comments