From d112d34c538ee1063f921b0ad1d2894bc1487aeb Mon Sep 17 00:00:00 2001 From: Leto_b Date: Mon, 15 Sep 2025 11:25:57 +0800 Subject: [PATCH 1/2] add version 1.3.5 2.0.5 --- .../Release-history_apache.md | 23 ++++++++++++++++- .../Release-history_apache.md | 23 ++++++++++++++++- .../Release-history_apache.md | 7 ++++++ .../Release-history_apache.md | 7 ++++++ .../Release-history_apache.md | 23 ++++++++++++++++- .../Release-history_apache.md | 25 ++++++++++++++++++- .../Release-history_apache.md | 21 ++++++++++++++++ .../Release-history_apache.md | 21 ++++++++++++++++ .../Release-history_apache.md | 7 ++++++ .../Release-history_apache.md | 6 +++++ .../Release-history_apache.md | 21 ++++++++++++++++ .../Release-history_apache.md | 21 ++++++++++++++++ 12 files changed, 201 insertions(+), 4 deletions(-) diff --git a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md index 41775c0c4..6529a24a8 100644 --- a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md +++ b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md @@ -20,9 +20,24 @@ --> # Release History +## V2.0.5 + +> Release Date: 2025.08.21 + +V2.0.5, as the official release of the Dual-Model Tree-Table system, primarily introduces the tree-to-table view, window functions for the table model, the aggregate function approx_most_frequent, and supports LEFT & RIGHT JOIN as well as ASOF LEFT JOIN. The AINode now includes two new built-in models, Timer-XL and Timer-Sundial, and supports inference capabilities for both tree and table models. Additionally, this version brings comprehensive improvements to database monitoring, performance, and stability. The specific updates are as follows: + +* **Query Module**: Supports manual creation of tree-to-table views +* **Query Module**: Adds window functions for the table model +* **Query Module**: Adds the aggregate function approx_most_frequent for the table model +* **Query Module**: Extends JOIN functionality for the table model, supporting LEFT & RIGHT JOIN and ASOF LEFT JOIN +* **Query Module**: The table model now supports row pattern recognition, enabling the capture of continuous data for analysis and computation +* **Storage Module**: Adds multiple system tables for the table model, such as VIEWS (table view information) and MODELS (model information) +* **AI Module**: AINode adds two new built-in models, Timer-XL and Timer-Sundial +* **AI Module**: AINode supports inference functions for both tree and table models + ## V2.0.4 -> Release Time: 2025.07.09 +> Release Date: 2025.07.09 V2.0.4 serves as the official release of the dual-model system for tree and table structures. The table model primarily introduces user-defined table functions (UDTF) and multiple built-in table functions, adds the aggregate function approx_count_distinct, and supports ASOF INNER JOIN for time columns. Additionally, script tools have been categorized and reorganized, with Windows-specific scripts separated. The release also includes comprehensive improvements in database monitoring, performance, and stability. The detailed updates are as follows: @@ -106,6 +121,12 @@ V2.0.1-beta introduces dual tree-table model configuration, supporting standard * ​**​Ecosystem Integration​**​: * Kubernetes Operator support +## V1.3.5 + +> Release Date: 2025.09.12 + +V1.3.5, as a bugfix release based on the previous 1.3.x versions, primarily adjusts the user password encryption algorithm to further enhance data access security. It also optimizes kernel stability and addresses issues reported by the community. + ## V1.3.4 diff --git a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md index 41775c0c4..6529a24a8 100644 --- a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md +++ b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md @@ -20,9 +20,24 @@ --> # Release History +## V2.0.5 + +> Release Date: 2025.08.21 + +V2.0.5, as the official release of the Dual-Model Tree-Table system, primarily introduces the tree-to-table view, window functions for the table model, the aggregate function approx_most_frequent, and supports LEFT & RIGHT JOIN as well as ASOF LEFT JOIN. The AINode now includes two new built-in models, Timer-XL and Timer-Sundial, and supports inference capabilities for both tree and table models. Additionally, this version brings comprehensive improvements to database monitoring, performance, and stability. The specific updates are as follows: + +* **Query Module**: Supports manual creation of tree-to-table views +* **Query Module**: Adds window functions for the table model +* **Query Module**: Adds the aggregate function approx_most_frequent for the table model +* **Query Module**: Extends JOIN functionality for the table model, supporting LEFT & RIGHT JOIN and ASOF LEFT JOIN +* **Query Module**: The table model now supports row pattern recognition, enabling the capture of continuous data for analysis and computation +* **Storage Module**: Adds multiple system tables for the table model, such as VIEWS (table view information) and MODELS (model information) +* **AI Module**: AINode adds two new built-in models, Timer-XL and Timer-Sundial +* **AI Module**: AINode supports inference functions for both tree and table models + ## V2.0.4 -> Release Time: 2025.07.09 +> Release Date: 2025.07.09 V2.0.4 serves as the official release of the dual-model system for tree and table structures. The table model primarily introduces user-defined table functions (UDTF) and multiple built-in table functions, adds the aggregate function approx_count_distinct, and supports ASOF INNER JOIN for time columns. Additionally, script tools have been categorized and reorganized, with Windows-specific scripts separated. The release also includes comprehensive improvements in database monitoring, performance, and stability. The detailed updates are as follows: @@ -106,6 +121,12 @@ V2.0.1-beta introduces dual tree-table model configuration, supporting standard * ​**​Ecosystem Integration​**​: * Kubernetes Operator support +## V1.3.5 + +> Release Date: 2025.09.12 + +V1.3.5, as a bugfix release based on the previous 1.3.x versions, primarily adjusts the user password encryption algorithm to further enhance data access security. It also optimizes kernel stability and addresses issues reported by the community. + ## V1.3.4 diff --git a/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md b/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md index 834a15384..40e002bf9 100644 --- a/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md +++ b/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,13 @@ --> # Release History +## V1.3.5 + +> Release Date: 2025.09.12 + +V1.3.5, as a bugfix release based on the previous 1.3.x versions, primarily adjusts the user password encryption algorithm to further enhance data access security. It also optimizes kernel stability and addresses issues reported by the community. + + ## V1.3.4 > Release Date: 2025.04.18 diff --git a/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md b/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md index 834a15384..40e002bf9 100644 --- a/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md +++ b/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,13 @@ --> # Release History +## V1.3.5 + +> Release Date: 2025.09.12 + +V1.3.5, as a bugfix release based on the previous 1.3.x versions, primarily adjusts the user password encryption algorithm to further enhance data access security. It also optimizes kernel stability and addresses issues reported by the community. + + ## V1.3.4 > Release Date: 2025.04.18 diff --git a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md index 41775c0c4..6529a24a8 100644 --- a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md +++ b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md @@ -20,9 +20,24 @@ --> # Release History +## V2.0.5 + +> Release Date: 2025.08.21 + +V2.0.5, as the official release of the Dual-Model Tree-Table system, primarily introduces the tree-to-table view, window functions for the table model, the aggregate function approx_most_frequent, and supports LEFT & RIGHT JOIN as well as ASOF LEFT JOIN. The AINode now includes two new built-in models, Timer-XL and Timer-Sundial, and supports inference capabilities for both tree and table models. Additionally, this version brings comprehensive improvements to database monitoring, performance, and stability. The specific updates are as follows: + +* **Query Module**: Supports manual creation of tree-to-table views +* **Query Module**: Adds window functions for the table model +* **Query Module**: Adds the aggregate function approx_most_frequent for the table model +* **Query Module**: Extends JOIN functionality for the table model, supporting LEFT & RIGHT JOIN and ASOF LEFT JOIN +* **Query Module**: The table model now supports row pattern recognition, enabling the capture of continuous data for analysis and computation +* **Storage Module**: Adds multiple system tables for the table model, such as VIEWS (table view information) and MODELS (model information) +* **AI Module**: AINode adds two new built-in models, Timer-XL and Timer-Sundial +* **AI Module**: AINode supports inference functions for both tree and table models + ## V2.0.4 -> Release Time: 2025.07.09 +> Release Date: 2025.07.09 V2.0.4 serves as the official release of the dual-model system for tree and table structures. The table model primarily introduces user-defined table functions (UDTF) and multiple built-in table functions, adds the aggregate function approx_count_distinct, and supports ASOF INNER JOIN for time columns. Additionally, script tools have been categorized and reorganized, with Windows-specific scripts separated. The release also includes comprehensive improvements in database monitoring, performance, and stability. The detailed updates are as follows: @@ -106,6 +121,12 @@ V2.0.1-beta introduces dual tree-table model configuration, supporting standard * ​**​Ecosystem Integration​**​: * Kubernetes Operator support +## V1.3.5 + +> Release Date: 2025.09.12 + +V1.3.5, as a bugfix release based on the previous 1.3.x versions, primarily adjusts the user password encryption algorithm to further enhance data access security. It also optimizes kernel stability and addresses issues reported by the community. + ## V1.3.4 diff --git a/src/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md b/src/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md index 41775c0c4..a67fd4820 100644 --- a/src/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md +++ b/src/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md @@ -20,9 +20,26 @@ --> # Release History +## V2.0.5 + +> Release Date: 2025.08.21 + +V2.0.5, as the official release of the Dual-Model Tree-Table system, primarily introduces the tree-to-table view, window functions for the table model, the aggregate function approx_most_frequent, and supports LEFT & RIGHT JOIN as well as ASOF LEFT JOIN. The AINode now includes two new built-in models, Timer-XL and Timer-Sundial, and supports inference capabilities for both tree and table models. Additionally, this version brings comprehensive improvements to database monitoring, performance, and stability. The specific updates are as follows: + +* **Query Module**: Supports manual creation of tree-to-table views +* **Query Module**: Adds window functions for the table model +* **Query Module**: Adds the aggregate function approx_most_frequent for the table model +* **Query Module**: Extends JOIN functionality for the table model, supporting LEFT & RIGHT JOIN and ASOF LEFT JOIN +* **Query Module**: The table model now supports row pattern recognition, enabling the capture of continuous data for analysis and computation +* **Storage Module**: Adds multiple system tables for the table model, such as VIEWS (table view information) and MODELS (model information) +* **AI Module**: AINode adds two new built-in models, Timer-XL and Timer-Sundial +* **AI Module**: AINode supports inference functions for both tree and table models + + + ## V2.0.4 -> Release Time: 2025.07.09 +> Release Date: 2025.07.09 V2.0.4 serves as the official release of the dual-model system for tree and table structures. The table model primarily introduces user-defined table functions (UDTF) and multiple built-in table functions, adds the aggregate function approx_count_distinct, and supports ASOF INNER JOIN for time columns. Additionally, script tools have been categorized and reorganized, with Windows-specific scripts separated. The release also includes comprehensive improvements in database monitoring, performance, and stability. The detailed updates are as follows: @@ -106,6 +123,12 @@ V2.0.1-beta introduces dual tree-table model configuration, supporting standard * ​**​Ecosystem Integration​**​: * Kubernetes Operator support +## V1.3.5 + +> Release Date: 2025.09.12 + +V1.3.5, as a bugfix release based on the previous 1.3.x versions, primarily adjusts the user password encryption algorithm to further enhance data access security. It also optimizes kernel stability and addresses issues reported by the community. + ## V1.3.4 diff --git a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md index 82d286dd7..70b18d309 100644 --- a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md +++ b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,21 @@ --> # 发布历史 +## V2.0.5 + +> 发版时间:2025.08.21 + +V2.0.5 作为树表双模型正式版本,主要新增树转表视图、表模型窗口函数、聚合函数 approx_most_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持手动创建树转表视图 +- 查询模块:表模型新增窗口函数 +- 查询模块:表模型新增聚合函数 approx_most_frequent +- 查询模块:表模型 JOIN 功能扩展,支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN +- 查询模块:表模型支持行模式识别,可捕获连续数据进行分析计算 +- 存储模块:表模型新增多个系统表,例如:VIEWS(表视图信息)、MODELS(模型信息)等 +- AI 模块:AINode 新增 Timer-XL、Timer-Sundial 两种内置模型 +- AI 模块:AINode 支持树模型、表模型的推理功能 + ## V2.0.4 > 发版时间:2025.07.09 @@ -89,6 +104,12 @@ V2.0.1-beta 主要新增了树表双模型配置,并配合表模型支持标 - 脚本与工具:import-data/export-data 脚本迭代,同时兼容 TsFile、CSV 和 SQL 三种类型数据的导入导出 - 生态集成:支持 Kubernetes Operator +## V1.3.5 + +> 发版时间:2025.09.12 + +V1.3.5 作为之前 1.3.x 的 bugfix 版本升级,主要调整用户密码加密算法,进一步强化数据访问安全,同时优化内核稳定性,修复社区反馈问题。 + ## V1.3.4 > 发版时间:2025.04.18 diff --git a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md index 82d286dd7..70b18d309 100644 --- a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md +++ b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,21 @@ --> # 发布历史 +## V2.0.5 + +> 发版时间:2025.08.21 + +V2.0.5 作为树表双模型正式版本,主要新增树转表视图、表模型窗口函数、聚合函数 approx_most_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持手动创建树转表视图 +- 查询模块:表模型新增窗口函数 +- 查询模块:表模型新增聚合函数 approx_most_frequent +- 查询模块:表模型 JOIN 功能扩展,支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN +- 查询模块:表模型支持行模式识别,可捕获连续数据进行分析计算 +- 存储模块:表模型新增多个系统表,例如:VIEWS(表视图信息)、MODELS(模型信息)等 +- AI 模块:AINode 新增 Timer-XL、Timer-Sundial 两种内置模型 +- AI 模块:AINode 支持树模型、表模型的推理功能 + ## V2.0.4 > 发版时间:2025.07.09 @@ -89,6 +104,12 @@ V2.0.1-beta 主要新增了树表双模型配置,并配合表模型支持标 - 脚本与工具:import-data/export-data 脚本迭代,同时兼容 TsFile、CSV 和 SQL 三种类型数据的导入导出 - 生态集成:支持 Kubernetes Operator +## V1.3.5 + +> 发版时间:2025.09.12 + +V1.3.5 作为之前 1.3.x 的 bugfix 版本升级,主要调整用户密码加密算法,进一步强化数据访问安全,同时优化内核稳定性,修复社区反馈问题。 + ## V1.3.4 > 发版时间:2025.04.18 diff --git a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md index a8a7a6591..beaa573c0 100644 --- a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md +++ b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,13 @@ --> # 发版历史 +## V1.3.5 + +> 发版时间:2025.09.12 + +V1.3.5 作为之前 1.3.x 的 bugfix 版本升级,主要调整用户密码加密算法,进一步强化数据访问安全,同时优化内核稳定性,修复社区反馈问题。 + + ## V1.3.4 > 发版时间:2025.04.18 diff --git a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md index e07270292..dead1727d 100644 --- a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md +++ b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,12 @@ --> # 发版历史 +## V1.3.5 + +> 发版时间:2025.09.12 + +V1.3.5 作为之前 1.3.x 的 bugfix 版本升级,主要调整用户密码加密算法,进一步强化数据访问安全,同时优化内核稳定性,修复社区反馈问题。 + ## V1.3.4 > 发版时间:2025.04.18 diff --git a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md index 82d286dd7..70b18d309 100644 --- a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md +++ b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,21 @@ --> # 发布历史 +## V2.0.5 + +> 发版时间:2025.08.21 + +V2.0.5 作为树表双模型正式版本,主要新增树转表视图、表模型窗口函数、聚合函数 approx_most_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持手动创建树转表视图 +- 查询模块:表模型新增窗口函数 +- 查询模块:表模型新增聚合函数 approx_most_frequent +- 查询模块:表模型 JOIN 功能扩展,支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN +- 查询模块:表模型支持行模式识别,可捕获连续数据进行分析计算 +- 存储模块:表模型新增多个系统表,例如:VIEWS(表视图信息)、MODELS(模型信息)等 +- AI 模块:AINode 新增 Timer-XL、Timer-Sundial 两种内置模型 +- AI 模块:AINode 支持树模型、表模型的推理功能 + ## V2.0.4 > 发版时间:2025.07.09 @@ -89,6 +104,12 @@ V2.0.1-beta 主要新增了树表双模型配置,并配合表模型支持标 - 脚本与工具:import-data/export-data 脚本迭代,同时兼容 TsFile、CSV 和 SQL 三种类型数据的导入导出 - 生态集成:支持 Kubernetes Operator +## V1.3.5 + +> 发版时间:2025.09.12 + +V1.3.5 作为之前 1.3.x 的 bugfix 版本升级,主要调整用户密码加密算法,进一步强化数据访问安全,同时优化内核稳定性,修复社区反馈问题。 + ## V1.3.4 > 发版时间:2025.04.18 diff --git a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md index 4b02b3fcf..eaaa5fa21 100644 --- a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md +++ b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_apache.md @@ -20,6 +20,21 @@ --> # 发布历史 +## V2.0.5 + +> 发版时间:2025.08.21 + +V2.0.5 作为树表双模型正式版本,主要新增树转表视图、表模型窗口函数、聚合函数 approx_most_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持手动创建树转表视图 +- 查询模块:表模型新增窗口函数 +- 查询模块:表模型新增聚合函数 approx_most_frequent +- 查询模块:表模型 JOIN 功能扩展,支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN +- 查询模块:表模型支持行模式识别,可捕获连续数据进行分析计算 +- 存储模块:表模型新增多个系统表,例如:VIEWS(表视图信息)、MODELS(模型信息)等 +- AI 模块:AINode 新增 Timer-XL、Timer-Sundial 两种内置模型 +- AI 模块:AINode 支持树模型、表模型的推理功能 + ## V2.0.4 > 发版时间:2025.07.09 @@ -90,6 +105,12 @@ V2.0.1-beta 主要新增了树表双模型配置,并配合表模型支持标 - 脚本与工具:import-data/export-data 脚本迭代,同时兼容 TsFile、CSV 和 SQL 三种类型数据的导入导出 - 生态集成:支持 Kubernetes Operator +## V1.3.5 + +> 发版时间:2025.09.12 + +V1.3.5 作为之前 1.3.x 的 bugfix 版本升级,主要调整用户密码加密算法,进一步强化数据访问安全,同时优化内核稳定性,修复社区反馈问题。 + ## V1.3.4 > 发版时间:2025.04.18 From 63826ad758298754f2b9f05b069142bdec0b7ad1 Mon Sep 17 00:00:00 2001 From: Leto_b Date: Fri, 26 Sep 2025 10:08:52 +0800 Subject: [PATCH 2/2] add v2.0.6.1 in timechodb version history --- .../Release-history_timecho.md | 20 +++++++++++++++++-- .../Release-history_timecho.md | 20 +++++++++++++++++-- .../Release-history_timecho.md | 20 +++++++++++++++++-- .../Release-history_timecho.md | 20 +++++++++++++++++-- .../Release-history_timecho.md | 17 ++++++++++++++-- .../Release-history_timecho.md | 17 ++++++++++++++-- .../Release-history_timecho.md | 17 ++++++++++++++-- .../Release-history_timecho.md | 18 +++++++++++++++-- 8 files changed, 133 insertions(+), 16 deletions(-) diff --git a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md index 7bd9697f7..5d9685cd1 100644 --- a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,28 @@ ## 1. TimechoDB (Database Core) -### V2.0.5.1 +### V2.0.6.1 -> Release Date: 2025.07.14 +> Release Date: 2025.09.19 > > Download Link: Please contact Timecho team for download details. +V2.0.6.1 introduces the table model query write-back feature, adds access control blacklist/whitelist functionality, includes bit operation functions (built-in scalar functions) and pushdown-capable time functions. It also delivers comprehensive enhancements to database monitoring, performance, and stability. Key updates are as follows: + +- **Query Module:** + - Supports table model query write-back + - Table model row pattern recognition now supports aggregate functions for capturing and analyzing continuous data + - Adds built-in scalar functions for bit operations in the table model + - Introduces pushdown-capable EXTRACT time function for the table model +- **System Module:** + - Adds access control, supporting user-configurable blacklist/whitelist functionality +- **Others:** + - Updates the default user password to the more secure "TimeChoDB@2021" + +### V2.0.5.1 + +> Release Date: 2025.07.14 + V2.0.5.1 introduces ​**​tree-to-table view​**​, ​**​window functions​**​ and the ​**​approx\_most\_frequent​**​ aggregate function for the table model, along with support for ​**​LEFT & RIGHT JOIN​**​ and ​**​ASOF LEFT JOIN​**​. AINode adds two built-in models: ​**​Timer-XL​**​ and ​**​Timer-Sundial​**​, supporting inference and fine-tuning for tree and table models. Comprehensive enhancements to database monitoring, performance, and stability are also included. Key updates: * ​**​Query Module:​**​ diff --git a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md index 47dfd3b27..a031ebcb1 100644 --- a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md @@ -22,11 +22,27 @@ ## 1. TimechoDB (Database Core) +### V2.0.6.1 + +> Release Date: 2025.09.19 +> +> Download Link: Please contact Timecho team for download details. + +V2.0.6.1 introduces the table model query write-back feature, adds access control blacklist/whitelist functionality, includes bit operation functions (built-in scalar functions) and pushdown-capable time functions. It also delivers comprehensive enhancements to database monitoring, performance, and stability. Key updates are as follows: + +- **Query Module:** + - Supports table model query write-back + - Table model row pattern recognition now supports aggregate functions for capturing and analyzing continuous data + - Adds built-in scalar functions for bit operations in the table model + - Introduces pushdown-capable EXTRACT time function for the table model +- **System Module:** + - Adds access control, supporting user-configurable blacklist/whitelist functionality +- **Others:** + - Updates the default user password to the more secure "TimeChoDB@2021" + ### V2.0.5.1 > Release Date: 2025.07.14 -> -> Download Link: Please contact Timecho team for download details. V2.0.5.1 introduces ​**​tree-to-table view​**​, ​**​window functions​**​ and the ​**​approx\_most\_frequent​**​ aggregate function for the table model, along with support for ​**​LEFT & RIGHT JOIN​**​ and ​**​ASOF LEFT JOIN​**​. AINode adds two built-in models: ​**​Timer-XL​**​ and ​**​Timer-Sundial​**​, supporting inference and fine-tuning for tree and table models. Comprehensive enhancements to database monitoring, performance, and stability are also included. Key updates: diff --git a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md index 7bd9697f7..5d9685cd1 100644 --- a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,28 @@ ## 1. TimechoDB (Database Core) -### V2.0.5.1 +### V2.0.6.1 -> Release Date: 2025.07.14 +> Release Date: 2025.09.19 > > Download Link: Please contact Timecho team for download details. +V2.0.6.1 introduces the table model query write-back feature, adds access control blacklist/whitelist functionality, includes bit operation functions (built-in scalar functions) and pushdown-capable time functions. It also delivers comprehensive enhancements to database monitoring, performance, and stability. Key updates are as follows: + +- **Query Module:** + - Supports table model query write-back + - Table model row pattern recognition now supports aggregate functions for capturing and analyzing continuous data + - Adds built-in scalar functions for bit operations in the table model + - Introduces pushdown-capable EXTRACT time function for the table model +- **System Module:** + - Adds access control, supporting user-configurable blacklist/whitelist functionality +- **Others:** + - Updates the default user password to the more secure "TimeChoDB@2021" + +### V2.0.5.1 + +> Release Date: 2025.07.14 + V2.0.5.1 introduces ​**​tree-to-table view​**​, ​**​window functions​**​ and the ​**​approx\_most\_frequent​**​ aggregate function for the table model, along with support for ​**​LEFT & RIGHT JOIN​**​ and ​**​ASOF LEFT JOIN​**​. AINode adds two built-in models: ​**​Timer-XL​**​ and ​**​Timer-Sundial​**​, supporting inference and fine-tuning for tree and table models. Comprehensive enhancements to database monitoring, performance, and stability are also included. Key updates: * ​**​Query Module:​**​ diff --git a/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md index 7bd9697f7..5d9685cd1 100644 --- a/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,28 @@ ## 1. TimechoDB (Database Core) -### V2.0.5.1 +### V2.0.6.1 -> Release Date: 2025.07.14 +> Release Date: 2025.09.19 > > Download Link: Please contact Timecho team for download details. +V2.0.6.1 introduces the table model query write-back feature, adds access control blacklist/whitelist functionality, includes bit operation functions (built-in scalar functions) and pushdown-capable time functions. It also delivers comprehensive enhancements to database monitoring, performance, and stability. Key updates are as follows: + +- **Query Module:** + - Supports table model query write-back + - Table model row pattern recognition now supports aggregate functions for capturing and analyzing continuous data + - Adds built-in scalar functions for bit operations in the table model + - Introduces pushdown-capable EXTRACT time function for the table model +- **System Module:** + - Adds access control, supporting user-configurable blacklist/whitelist functionality +- **Others:** + - Updates the default user password to the more secure "TimeChoDB@2021" + +### V2.0.5.1 + +> Release Date: 2025.07.14 + V2.0.5.1 introduces ​**​tree-to-table view​**​, ​**​window functions​**​ and the ​**​approx\_most\_frequent​**​ aggregate function for the table model, along with support for ​**​LEFT & RIGHT JOIN​**​ and ​**​ASOF LEFT JOIN​**​. AINode adds two built-in models: ​**​Timer-XL​**​ and ​**​Timer-Sundial​**​, supporting inference and fine-tuning for tree and table models. Comprehensive enhancements to database monitoring, performance, and stability are also included. Key updates: * ​**​Query Module:​**​ diff --git a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md index 23df98b81..650bb1092 100644 --- a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,25 @@ ## 1. TimechoDB(数据库内核) -### V2.0.5.1 +### V2.0.6.1 -> 发版时间:2025.07.14 +> 发版时间:2025.09.19 > > 下载地址:请联系天谋工作人员进行下载 +V2.0.6.1 版本新增表模型查询写回功能,新增访问控制黑白名单功能,新增位操作函数(内置标量函数)以及可下推的时间函数,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持表模型查询写回功能 +- 查询模块:表模型行模式识别支持使用聚合函数,捕获连续数据进行分析计算 +- 查询模块:表模型新增内置标量函数-位操作函数 +- 查询模块:表模型新增可下推的 EXTRACT 时间函数 +- 系统模块:新增访问控制,支持用户自定义配置黑白名单功能 +- 其他:用户默认密码更新为安全强度更高的“TimechoDB@2021” + +### V2.0.5.1 + +> 发版时间:2025.07.14 + V2.0.5.1 版本新增树转表视图、表模型窗口函数、聚合函数 approx\_most\_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理及微调功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: * 查询模块:支持手动创建树转表视图 diff --git a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md index d0ec2f298..44b4183b9 100644 --- a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,25 @@ ## 1. TimechoDB(数据库内核) -### V2.0.5.1 +### V2.0.6.1 -> 发版时间:2025.07.14 +> 发版时间:2025.09.19 > > 下载地址:请联系天谋工作人员进行下载 +V2.0.6.1 版本新增表模型查询写回功能,新增访问控制黑白名单功能,新增位操作函数(内置标量函数)以及可下推的时间函数,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持表模型查询写回功能 +- 查询模块:表模型行模式识别支持使用聚合函数,捕获连续数据进行分析计算 +- 查询模块:表模型新增内置标量函数-位操作函数 +- 查询模块:表模型新增可下推的 EXTRACT 时间函数 +- 系统模块:新增访问控制,支持用户自定义配置黑白名单功能 +- 其他:用户默认密码更新为安全强度更高的“TimechoDB@2021” + +### V2.0.5.1 + +> 发版时间:2025.07.14 + V2.0.5.1 版本新增树转表视图、表模型窗口函数、聚合函数 approx\_most\_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理及微调功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: * 查询模块:支持手动创建树转表视图 diff --git a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md index 23df98b81..650bb1092 100644 --- a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,25 @@ ## 1. TimechoDB(数据库内核) -### V2.0.5.1 +### V2.0.6.1 -> 发版时间:2025.07.14 +> 发版时间:2025.09.19 > > 下载地址:请联系天谋工作人员进行下载 +V2.0.6.1 版本新增表模型查询写回功能,新增访问控制黑白名单功能,新增位操作函数(内置标量函数)以及可下推的时间函数,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持表模型查询写回功能 +- 查询模块:表模型行模式识别支持使用聚合函数,捕获连续数据进行分析计算 +- 查询模块:表模型新增内置标量函数-位操作函数 +- 查询模块:表模型新增可下推的 EXTRACT 时间函数 +- 系统模块:新增访问控制,支持用户自定义配置黑白名单功能 +- 其他:用户默认密码更新为安全强度更高的“TimechoDB@2021” + +### V2.0.5.1 + +> 发版时间:2025.07.14 + V2.0.5.1 版本新增树转表视图、表模型窗口函数、聚合函数 approx\_most\_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理及微调功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: * 查询模块:支持手动创建树转表视图 diff --git a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md index e82b8d6fa..96918d7ef 100644 --- a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md @@ -22,12 +22,26 @@ ## 1. TimechoDB(数据库内核) -### V2.0.5.1 +### V2.0.6.1 -> 发版时间:2025.07.14 +> 发版时间:2025.09.19 > > 下载地址:请联系天谋工作人员进行下载 +V2.0.6.1 版本新增表模型查询写回功能,新增访问控制黑白名单功能,新增位操作函数(内置标量函数)以及可下推的时间函数,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: + +- 查询模块:支持表模型查询写回功能 +- 查询模块:表模型行模式识别支持使用聚合函数,捕获连续数据进行分析计算 +- 查询模块:表模型新增内置标量函数-位操作函数 +- 查询模块:表模型新增可下推的 EXTRACT 时间函数 +- 系统模块:新增访问控制,支持用户自定义配置黑白名单功能 +- 其他:用户默认密码更新为安全强度更高的“TimechoDB@2021” + + +### V2.0.5.1 + +> 发版时间:2025.07.14 + V2.0.5.1 版本新增树转表视图、表模型窗口函数、聚合函数 approx\_most\_frequent,并支持 LEFT & RIGHT JOIN、ASOF LEFT JOIN;AINode 新增 Timer-XL、Timer-Sundial 两种内置模型,支持树、表模型推理及微调功能,同时对数据库监控、性能、稳定性进行了全方位提升。具体发布内容如下: * 查询模块:支持手动创建树转表视图