Skip to content

Commit

Permalink
Merge pull request #29506 from taosdata/docs/xftan/dotnet3.1.5
Browse files Browse the repository at this point in the history
docs: csharp connector release 3.1.5
  • Loading branch information
zitsen authored Jan 7, 2025
2 parents 981960e + 157e30e commit a5a3a3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/en/14-reference/05-connector/40-csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,14 @@ import RequestId from "../../assets/resources/_request_id.mdx";

## Version History

| Connector Version | Major Changes | TDengine Version |
|------------------|-------------------------------------------------|-------------------|
| 3.1.4 | Improved WebSocket query and insert performance. | 3.3.2.0 and higher |
| 3.1.3 | Supported WebSocket auto-reconnect. | - |
| 3.1.2 | Fixed schemaless resource release. | - |
| 3.1.1 | Supported varbinary and geometry types. | - |
| 3.1.0 | WebSocket uses a native C# implementation. | 3.2.1.0 and higher |
| Connector Version | Major Changes | TDengine Version |
|-------------------|------------------------------------------------------------|--------------------|
| 3.1.5 | Fix WebSocket encoding error for Chinese character length. | - |
| 3.1.4 | Improved WebSocket query and insert performance. | 3.3.2.0 and higher |
| 3.1.3 | Supported WebSocket auto-reconnect. | - |
| 3.1.2 | Fixed schemaless resource release. | - |
| 3.1.1 | Supported varbinary and geometry types. | - |
| 3.1.0 | WebSocket uses a native C# implementation. | 3.2.1.0 and higher |

## Exceptions and Error Codes

Expand Down
1 change: 1 addition & 0 deletions docs/zh/14-reference/05-connector/40-csharp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import RequestId from "./_request_id.mdx";

| Connector 版本 | 主要变化 | TDengine 版本 |
|:-------------|:---------------------------|:--------------|
| 3.1.5 | 修复 websocket 协议编码中文时长度错误 | - |
| 3.1.4 | 提升 websocket 查询和写入性能 | 3.3.2.0 及更高版本 |
| 3.1.3 | 支持 WebSocket 自动重连 | - |
| 3.1.2 | 修复 schemaless 资源释放 | - |
Expand Down

0 comments on commit a5a3a3e

Please sign in to comment.