Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1bffc0e
fix: conditionally copy scripts and update configuration instructions…
tomchon Oct 9, 2025
eae87e2
enh: optimize stable event window plan (#33195)
dapan1121 Oct 10, 2025
50bbed3
refactor: if statement
feici02 Oct 10, 2025
c052fa4
Merge pull request #33188 from taosdata/fix/install-lite
feici02 Oct 10, 2025
85d1b7c
fix: TD-38212 (#33186)
cadem Oct 10, 2025
f599951
fix: fix tdgpt timemoe model directory
SallyHuo-TAOS Oct 11, 2025
d3b8ea0
docs: update release note for 3.3.8.1 in office web (#33216)
feici02 Oct 11, 2025
aa98fb8
fix: type conversion error (#32844)
menshibin Oct 11, 2025
9f9987d
feat: complete version number character copying (#33206)
menshibin Oct 11, 2025
d0d4fde
docs: update python ws version history (#33222)
qevolg Oct 13, 2025
0b4e9dd
Update packaging/docker/entrypoint.sh
SallyHuo-TAOS Oct 13, 2025
3d38933
Merge pull request #33213 from taosdata/fix/huoh/timemoe_model_directory
feici02 Oct 13, 2025
a7e3f9b
enh(last): enable reading cache when select last and tags (#33204)
Tony2h Oct 13, 2025
d54b04d
enh: TD-38163-mnode-open-log (#33160)
guanshengliang Oct 13, 2025
da00480
fix: clearing user_ip in taos_options_connection does not take effect…
yihaoDeng Oct 13, 2025
b375653
fix: clearing user_ip in taos_options_connection does not take effect…
yihaoDeng Oct 13, 2025
348907e
enh: rsma docs and task monitor (#33219)
kailixu Oct 13, 2025
62222bb
feat: unique getBuildPath invoke and ignore .git branch name contain …
SallyHuo-TAOS Oct 13, 2025
f505eab
feat: unique getBuildPath invoke and ignore .git branch name contain …
SallyHuo-TAOS Oct 13, 2025
4f4f946
Update test_oldcase_taosdShell.py
SallyHuo-TAOS Oct 13, 2025
dffa8e6
Merge branch '3.3.6' into merge/3.3.6tomain
guanshengliang Oct 13, 2025
8711689
fix: TS-7219-handle-status-req-timeout (#33210)
cadem Oct 13, 2025
b1f6208
Merge branch '3.3.6' into merge/3.3.6tomain
guanshengliang Oct 13, 2025
a8935e8
merge: from 3.3.6 to main branch #33235
guanshengliang Oct 14, 2025
6fbe34e
Merge branch 'main' into merge/mainto3.0
guanshengliang Oct 14, 2025
f00e71c
Update test_subscribeStb3.py
SallyHuo-TAOS Oct 14, 2025
8cdcb62
Refactor test_subscribeDb0.py for clarity
SallyHuo-TAOS Oct 14, 2025
cb0e21b
Update test_compatibility_cross_version.py
SallyHuo-TAOS Oct 14, 2025
06a358d
fix: get stream tasks list crash issue (#33238)
dapan1121 Oct 14, 2025
98b6d11
Merge pull request #33233 from taosdata/feat/huoh/TD-33281
feici02 Oct 14, 2025
34b3e08
enh: TD-38278-print-error-code (#33231)
cadem Oct 14, 2025
f168881
enh(last): enable using cache when select last and composite key (#33…
Tony2h Oct 14, 2025
1ac2412
Fix/test case/err desc main (#33246)
facetosea Oct 14, 2025
0dc3023
enh: add and apply trigger latency config (#33245)
dapan1121 Oct 14, 2025
80d6713
fix(stream): fix memory leak in vtable data merge (#33194)
JinqingKuang Oct 14, 2025
648a6d4
enh(last): enable reading cache when select last and tags (#33236)
Tony2h Oct 14, 2025
3b36c91
Merge branch 'main' into merge/mainto3.0
guanshengliang Oct 14, 2025
6bc92e1
Merge branch '3.3.6' into merge/3.3.6tomain
Tony2h Oct 14, 2025
01668ff
docs: add error codes Prefix Categories (#33250)
DuanKuanJun Oct 14, 2025
e9d53dd
merge: from 3.3.6 to main #33255
guanshengliang Oct 15, 2025
892e1ac
fix: TD-37490 ci case (#33187)
facetosea Oct 15, 2025
22e93ba
Merge branch 'main' into merge/mainto3.0
guanshengliang Oct 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: update release note for 3.3.8.1 in office web (#33216)
  • Loading branch information
feici02 authored Oct 11, 2025
commit d3b8ea00914cea5dbc046e771776ef47dc2d5153
2 changes: 1 addition & 1 deletion cmake/version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
IF (DEFINED VERNUMBER)
SET(TD_VER_NUMBER ${VERNUMBER})
ELSE ()
SET(TD_VER_NUMBER "3.3.8.0.alpha")
SET(TD_VER_NUMBER "3.3.8.1.alpha")
ENDIF ()

IF (DEFINED VERCOMPATIBLE)
Expand Down
14 changes: 6 additions & 8 deletions docs/en/04-get-started/03-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The TDengine OSS installation package is provided for Linux users in .deb, .rpm,
<TabItem label=".deb" value="debinst">

1. Download the .deb installation package:
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Linux-Ubuntu" arch="x64" pkgType="Server" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="Linux-Ubuntu" arch="x64" pkgType="Server"/>
2. Run the following command to install TDengine:

```bash
Expand All @@ -42,7 +42,7 @@ The TDengine OSS installation package is provided for Linux users in .deb, .rpm,
<TabItem label=".rpm" value="rpminst">

1. Download the .rpm installation package:
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Linux-Red Hat" arch="x64" pkgType="Server" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="Linux-Red Hat" arch="x64" pkgType="Server"/>
2. Run the following command to install TDengine:

```bash
Expand All @@ -56,8 +56,8 @@ The TDengine OSS installation package is provided for Linux users in .deb, .rpm,
<TabItem label=".tar.gz" value="tarinst">

1. Download the desired .tar.gz package from the following list:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.1" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="Linux-Generic" pkgType="Server"/>
2. Run the following command to decompress the package:

```bash
Expand Down Expand Up @@ -107,17 +107,15 @@ The TDengine OSS installation package is provided for Linux users in .deb, .rpm,
:::

1. Download the Windows installation package:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="Windows" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Windows" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.1" platform="Windows" pkgType="Server"/>
2. Run the installation package to install TDengine.

</TabItem>

<TabItem label="macOS" value="macos">

1. Download the desired installation package from the following list:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="macOS" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="macOS" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="macOS" pkgType="Server"/>
2. Run the installation package to install TDengine.

:::note
Expand Down
25 changes: 25 additions & 0 deletions docs/en/28-releases/03-notes/3.3.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
title: TDengine 3.3.8.1 Release Notes
sidebar_label: 3.3.8.1
description: Version 3.3.8.1 Notes
slug: /release-history/release-notes/3.3.8.1
---

## Features

## Enhancements
1. enh: support for alter RSMA

## Fixes
1. fix: incorrect results were returned when executing first and last functions on the timestamp column simultaneously
2. fix: incorrect first window calculation results after taosd restart when stream is triggered periodically.
3. fix: incorrect end_point information in perf_connections
4. fix: precision loss when taosX synchronizes decimal data
5. fix: show local variables like 'timezone' displayed incorrectly on the Windows platform
6. fix: no error was reported after specifying the DELETE_RECALC option for count window in stream
7. fix: fix some Explorer typos
8. fix: move_to failed since cross-dev
9. fix: crash occurs while WebSocket reconnects when using STMT
10. fix: the disk flush thread may deadlock during heavy write and query operations
11. fix: tag filtering did not take effect when subscribing to a topic with tag selection conditions

6 changes: 3 additions & 3 deletions docs/zh/04-get-started/03-package.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import PkgListV37 from "/components/PkgListV37";

<TabItem label="Linux 系统" value="tarinst">
1. 从列表中下载获得 tar.gz 安装包:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.1" platform="Linux-Generic" pkgType="Server"/>
2. 进入到安装包所在目录,使用 `tar` 解压安装包,以 x64 架构为例:
```bash
tar -zxvf tdengine-tsdb-enterprise-3.3.8.0-linux-x64.tar.gz
tar -zxvf tdengine-tsdb-enterprise-3.3.8.1-linux-x64.tar.gz
```
3. 进入到安装包所在目录,先解压文件后,进入子目录,执行其中的 install.sh 安装脚本。
```bash
Expand All @@ -29,7 +29,7 @@ import PkgListV37 from "/components/PkgListV37";

<TabItem label="Windows 系统" value="windows">
1. 从列表中下载获得最新 Windows 安装程序:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="Windows" pkgType="Server" />
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.1" platform="Windows" pkgType="Server" />
2. 运行安装程序,根据提示完成 TDengine 的安装。
</TabItem>

Expand Down
14 changes: 7 additions & 7 deletions docs/zh/06-advanced/06-TDgpt/02-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker pull tdengine/tdgpt:latest
或者特定版本的容器镜像:

```shell
docker pull tdengine/tdgpt:3.3.7.0
docker pull tdengine/tdgpt:3.3.8.1
```

执行下面的命令启动容器:
Expand All @@ -40,7 +40,7 @@ docker pull tdengine/tdgpt:3.3.7.0
docker run -d \
-p 6035:6035 \
-p 6036:6036 \
tdengine/tdgpt:3.3.7.0
tdengine/tdgpt:3.3.8.1
```

:::note
Expand All @@ -60,7 +60,7 @@ docker pull tdengine/tdgpt-full:latest
或者指定版本的容器镜像:

```shell
docker pull tdengine/tdgpt-full:3.3.7.0
docker pull tdengine/tdgpt-full:3.3.8.1
```

执行下面的命令启动容器:
Expand All @@ -71,7 +71,7 @@ docker run -d \
-p 6035:6035 \
-p 6036:6036 \
-p 6037:6037 \
tdengine/tdgpt-full:3.3.7.0
tdengine/tdgpt-full:3.3.8.1
```

**注意**:TDgpt 服务端使用 6035 TCP 端口。6036 和 6037 端口分别是时序基础模型 TDtsfm 的服务端口和 Time-MoE 的服务端口;
Expand Down Expand Up @@ -145,21 +145,21 @@ sudo apt install build-essential

1. 从列表中下载获得 tar.gz 安装包

<PkgListV37 productName="TDengine TDgpt-OSS" version="3.3.8.0" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TDgpt-OSS" version="3.3.8.1" platform="Linux-Generic" pkgType="Server"/>

安装包中包含两个时序基础模型:涛思时序基础模型(TDtsfm v1.0)和 Time-MoE 时序基础模型。两个基础时序模型启动时候需要一定的内存空间,请确保安装机器至少有 16GiB 可用内存。

2. 进入到安装包所在目录,使用 tar 解压安装包;

```bash
tar -zxvf tdengine-tdgpt-oss-3.3.8.0-linux-x64.tar.gz
tar -zxvf tdengine-tdgpt-oss-3.3.8.1-linux-x64.tar.gz
```

### 执行安装脚本

解压安装包后,进入目录执行其中的 `install.sh` 脚本进行安装。
```bash
cd tdengine-tdgpt-oss-3.3.8.0
cd tdengine-tdgpt-oss-3.3.8.1
./install.sh
```

Expand Down
20 changes: 9 additions & 11 deletions docs/zh/08-operation/03-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ TDengine TSDB 完整的软件包包括服务端(taosd)、应用驱动(taos

<TabItem label="tar.gz 安装" value="tarinst">
1. 从列表中下载获得 tar.gz 安装包:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.1" platform="Linux-Generic" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="Linux-Generic" pkgType="Server"/>
2. 进入到安装包所在目录,使用 `tar` 解压安装包;
```bash
tar -zxvf tdengine-tsdb-enterprise-3.3.8.0-linux-x64.tar.gz
tar -zxvf tdengine-tsdb-enterprise-3.3.8.1-linux-x64.tar.gz
```
3. 进入到安装包所在目录,先解压文件后,进入子目录,执行其中的 install.sh 安装脚本。
```bash
Expand All @@ -59,19 +59,19 @@ install.sh 安装脚本在执行过程中,会通过命令行交互界面询问

<TabItem label="deb 安装" value="debinst">
1. 从列表中下载获得 deb 安装包:
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Linux-Ubuntu" arch="x64" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="Linux-Ubuntu" arch="x64" pkgType="Server"/>
2. 进入到安装包所在目录,执行如下的安装命令:
```bash
sudo dpkg -i tdengine-tsdb-oss-3.3.8.0-linux-x64.deb
sudo dpkg -i tdengine-tsdb-oss-3.3.8.1-linux-x64.deb
```
</TabItem>

<TabItem label="rpm 安装" value="rpminst">
1. 从列表中下载获得 rpm 安装包:
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Linux-Red Hat" arch="x64" pkgType="Server" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="Linux-Red Hat" arch="x64" pkgType="Server"/>
2. 进入到安装包所在目录,执行如下的安装命令:
```bash
sudo rpm -ivh tdengine-tsdb-oss-3.3.8.0-linux-x64.rpm
sudo rpm -ivh tdengine-tsdb-oss-3.3.8.1-linux-x64.rpm
```
</TabItem>

Expand Down Expand Up @@ -107,8 +107,7 @@ apt-get 方式只适用于 Debian 或 Ubuntu 系统。

<TabItem label="Windows 安装" value="windows">
1. 从列表中下载获得最新 Windows 安装程序:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="Windows" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="Windows" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.1" platform="Windows" pkgType="Server"/>
2. 运行可执行程序来安装 TDengine。

:::note
Expand All @@ -123,8 +122,7 @@ apt-get 方式只适用于 Debian 或 Ubuntu 系统。

<TabItem label="macOS 安装" value="macos">
1. 从列表中下载获得最新 macOS 安装包:
<PkgListV37 productName="TDengine TSDB-Enterprise" version="3.3.8.0" platform="macOS" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.0" platform="macOS" pkgType="Server"/>
<PkgListV37 productName="TDengine TSDB-OSS" version="3.3.8.1" platform="macOS" pkgType="Server"/>
2. 运行可执行程序来安装 TDengine。如果安装被阻止,可以右键或者按 Ctrl 点击安装包,选择 `打开`。
</TabItem>

Expand Down
24 changes: 24 additions & 0 deletions docs/zh/28-releases/03-notes/3.3.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 3.3.8.1 版本说明
sidebar_label: 3.3.8.1
description: 3.3.8.1 版本说明
---

## 特性

## 优化
1. 优化:支持修改 RSMA

## 修复
1. 修复:同时对时间戳列执行 first 和 last 函数时返回结果错误的问题
2. 修复:流计算定时触发时,taosd 重启后第一个窗口计算结果错误的问题
3. 修复:perf_connections 中 end_point 信息不正确的问题
4. 修复:taosX 同步 decimal 数据时丢失精度的问题
5. 修复:Windows 平台上 show local variables like 'timezone' 显示错误
6. 修复:流计算中 count window 指定 DELETE_RECALC 选项后未报错处理的问题
7. 修复:Explorer 拼写错误
8. 修复:move_to 跨挂载点移动的报错
9. 修复:使用 STMT 时 WebSocket 重连过程中发生的崩溃问题
10. 修复:大量写入查询时落盘线程可能死锁的问题
11. 修复:订阅带 tag 筛选条件的 topic 时标签过滤未生效

Loading