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
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33
+
34
+
-**Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35
+
-**Query Module**: Introduced a new system table for [statistical query latency analysis](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36
+
-**Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37
+
-**Storage Module**: Optimized the tree model’s [OPC UA protocol](../../latest/API/Programming-OPC-UA_timecho.md).
38
+
-**System Module**: Added support for the [Object data type](../Background-knowledge/Data-Type_timecho.md) in table models.
39
+
-**System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40
+
-**System Module**: Added a new system table to monitor [DataNode connection status](../Reference/System-Tables_timecho.md#_2-18-connections).
41
+
-**AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../AI-capability/AINode_Upgrade_timecho.md).
42
+
-**AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../AI-capability/AINode_Upgrade_timecho.md).
43
+
-**Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44
+
-**Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33
+
34
+
-**Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35
+
-**Query Module**: Introduced a new system table for [statistical query latency analysis](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36
+
-**Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../../latest-Table/Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../../latest-Table/User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37
+
-**Storage Module**: Optimized the tree model’s [OPC UA protocol](../API/Programming-OPC-UA_timecho.md).
38
+
-**System Module**: Added support for the [Object data type](../../latest-Table/Background-knowledge/Data-Type_timecho.md) in table models.
39
+
-**System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40
+
-**System Module**: Added a new system table to monitor [DataNode connection status](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections).
41
+
-**AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
42
+
-**AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
43
+
-**Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44
+
-**Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
V2.0.6.6 primarily optimizes query performance for time series in the tree model, while delivering comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
53
+
V2.0.6.6 primarily optimizes query performance for time series in the tree mode, while delivering comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
34
54
35
55
***Query Module**: Improved query performance for `SHOW/COUNT TIMESERIES/DEVICES` statements.
36
-
***Others**: Fixed security vulnerabilities CVE-2025-12183, CVE-2025-66566, and CVE-2025-11226.
37
56
38
57
39
58
### V2.0.6.4
@@ -45,7 +64,7 @@ V2.0.6.6 primarily optimizes query performance for time series in the tree model
45
64
46
65
V2.0.6.4 focuses on enhancements to the storage and AINode modules, resolves several product defects, and provides comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
47
66
48
-
***Storage Module**: Added support for modifying the encoding and compression methods of time series in the tree model.
67
+
***Storage Module**: Added support for modifying the encoding and compression methods of time series in the tree mode.
49
68
***AINode**: Introduced one-click deployment and optimized model inference capabilities.
50
69
51
70
@@ -206,7 +225,7 @@ V2.0.2.1 adds **table model permission management**, **user ma
206
225
207
226
V2.0.1.2 officially implements **dual-model configuration (tree + table)**. The table model supports **standard SQL queries**, diverse functions/operators, stream processing, and Benchmarking. Python client adds four new data types, and script tools support TsFile/CSV/SQL import/export. Key updates:
208
227
209
-
* **Time-Series Table Model:**
228
+
* **Time-Series Table Mode:**
210
229
* Standard SQL: SELECT, WHERE, JOIN, GROUP BY, ORDER BY, LIMIT, nested queries
211
230
* **Query Module:**
212
231
* Logical operators, math functions, time-series functions (e.g., DIFF)
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33
+
34
+
-**Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35
+
-**Query Module**: Introduced a new system table for [statistical query latency analysis](../Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36
+
-**Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37
+
-**Storage Module**: Optimized the tree model’s [OPC UA protocol](../../latest/API/Programming-OPC-UA_timecho.md).
38
+
-**System Module**: Added support for the [Object data type](../Background-knowledge/Data-Type_timecho.md) in table models.
39
+
-**System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40
+
-**System Module**: Added a new system table to monitor [DataNode connection status](../Reference/System-Tables_timecho.md#_2-18-connections).
41
+
-**AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../AI-capability/AINode_Upgrade_timecho.md).
42
+
-**AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../AI-capability/AINode_Upgrade_timecho.md).
43
+
-**Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44
+
-**Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
V2.0.8.1 introduces the **Object data type** to table models, significantly enhances audit logging capabilities, optimizes the tree model’s **OPC UA protocol**, adds **covariate-based forecasting** support in AINode, and enables **concurrent inference** in AINode. Additionally, comprehensive improvements have been made to database monitoring, performance, and stability. The detailed release notes are as follows:
33
+
34
+
-**Query Module**: Added a list view of available DataNode instances, allowing users to [view each node's RPC address and port](../User-Manual/Maintenance-commands_timecho.md#_1-7-viewing-available-nodes).
35
+
-**Query Module**: Introduced a new system table for [statistical query latency analysis](../../latest-Table/Reference/System-Tables_timecho.md#_2-20-queries-costs-histogram).
36
+
-**Storage Module**: Added SQL support to retrieve the full definition statements for [tables](../../latest-Table/Basic-Concept/Table-Management_timecho.md#_1-4-view-table-creation-statement) and [views](../../latest-Table/User-Manual/Tree-to-Table_timecho.md#_2-4-viewing-table-views).
37
+
-**Storage Module**: Optimized the tree model’s [OPC UA protocol](../API/Programming-OPC-UA_timecho.md).
38
+
-**System Module**: Added support for the [Object data type](../../latest-Table/Background-knowledge/Data-Type_timecho.md) in table models.
39
+
-**System Module**: Significantly enhanced and upgraded the [audit log](../User-Manual/Audit-Log_timecho.md) functionality.
40
+
-**System Module**: Added a new system table to monitor [DataNode connection status](../../latest-Table/Reference/System-Tables_timecho.md#_2-18-connections).
41
+
-**AINode**: Integrated the built-in **Chronos-2** model, supporting [covariate-based forecasting](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
42
+
-**AINode**: Built-in models **Timer-XL** and **Sundial** now support [concurrent inference](../../latest-Table/AI-capability/AINode_Upgrade_timecho.md).
43
+
-**Stream Processing Module**: When creating a full-data synchronization pipe, it will be [automatically split](../User-Manual/Data-Sync_timecho.md#_2-1-create-a-task) into two independent pipes—one for real-time data and one for historical data—whose remaining event counts can be monitored separately via the `SHOW PIPES` statement.
44
+
-**Others**: Fixed security vulnerabilities **CVE-2025-12183**, **CVE-2025-66566**, and **CVE-2025-11226**.
25
45
26
46
### V2.0.6.6
27
47
@@ -33,7 +53,6 @@
33
53
V2.0.6.6 primarily optimizes query performance for time series in the tree mode, while delivering comprehensive improvements in database monitoring, performance, and stability. Specific release contents are as follows:
34
54
35
55
***Query Module**: Improved query performance for `SHOW/COUNT TIMESERIES/DEVICES` statements.
36
-
***Others**: Fixed security vulnerabilities CVE-2025-12183, CVE-2025-66566, and CVE-2025-11226.
0 commit comments