From 3da6f5d237e059560d59680c7b09b0d031b4bcd1 Mon Sep 17 00:00:00 2001 From: Alex Duan <417921451@qq.com> Date: Wed, 26 Feb 2025 14:15:52 +0800 Subject: [PATCH] fix: submit doc with taos-ws-py 0.3.9 publish --- docs/en/14-reference/05-connector/30-python.md | 5 ++++- docs/zh/14-reference/05-connector/30-python.mdx | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/en/14-reference/05-connector/30-python.md b/docs/en/14-reference/05-connector/30-python.md index 8956e04d56..8e8551d128 100644 --- a/docs/en/14-reference/05-connector/30-python.md +++ b/docs/en/14-reference/05-connector/30-python.md @@ -71,7 +71,10 @@ WebSocket Connector Historical Versions: |WebSocket Connector Version | Major Changes | TDengine Version| | ----------------------- | -------------------------------------------------------------------------------------------------- | ----------------- | -|0.3.5 | Added support for VARBINARY and GEOMETRY types, fixed known issues. | 3.3.0.0 and higher| +|0.3.9 | Fixed the issue when fetching much data with 'fetchmany' API. | - | +|0.3.8 | Supported connecting SuperSet to the TDengine cloud service instance. | - | +|0.3.5 | Fixed the issues in the crypto provider. | - | +|0.3.4 | Supported varbinary and geometry data type. | 3.3.0.0 and higher | |0.3.2 | Optimize WebSocket SQL query and insertion performance, modify readme and documentation, fix known issues. | 3.2.3.0 and higher| |0.2.9 | Known issue fixes. | - | |0.2.5 | 1. Data subscription supports obtaining and resetting consumption progress.
2 Support schemaless.
3 Support STMT. | - | diff --git a/docs/zh/14-reference/05-connector/30-python.mdx b/docs/zh/14-reference/05-connector/30-python.mdx index 42ed67e927..1fd06e5c12 100644 --- a/docs/zh/14-reference/05-connector/30-python.mdx +++ b/docs/zh/14-reference/05-connector/30-python.mdx @@ -68,6 +68,10 @@ WebSocket Connector 历史版本: | WebSocket Connector 版本 | 主要变化 | TDengine 版本 | | ----------------------- | ------------------------------------------------------------------------------------ | ----------------- | +| 0.3.9 | 修复 fetchmany 获取大数据量的问题 | - | +| 0.3.8 | 支持 SuperSet 连接到 TDengine 云服务实例 | - | +| 0.3.5 | 修复 crypto provider 中的问题 | - | +| 0.3.4 | 支持 VARBINARY 和 GEOMETRY 数据类型 | 3.3.0.0 及更高版本 | | 0.3.2 | 优化 WebSocket sql 查询和插入性能,修改 readme 和 文档,修复已知问题 | 3.2.3.0 及更高版本 | | 0.2.9 | 已知问题修复 | - | | 0.2.5 | 1. 数据订阅支持获取消费进度和重置消费进度
2. 支持 schemaless
3. 支持 STMT | - |