Skip to content

Commit

Permalink
Merge pull request #68 from taosdata/release/311
Browse files Browse the repository at this point in the history
docs: release 3.1.1
  • Loading branch information
huskar-t authored Feb 2, 2024
2 parents dc60260 + 4f0a928 commit 0dc62ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
9 changes: 6 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@

## 版本支持

| **Connector version** | **TDengine version** |
|-----------------------|----------------------|
| 3.1.0 | 3.2.1.0/3.1.1.18 |
| **Connector 版本** | **TDengine 版本** | **主要功能** |
|------------------|------------------|----------------------------|
| 3.1.1 | 3.2.1.0/3.1.1.18 | 支持 varbinary 和 geometry 类型 |
| 3.1.0 | 3.2.1.0/3.1.1.18 | WebSocket 使用原生实现 |

## 处理异常

Expand All @@ -50,6 +51,8 @@
| BINARY | byte[] |
| NCHAR | string (utf-8编码) |
| JSON | byte[] |
| VARBINARY | byte[] |
| GEOMETRY | byte[] |

**注意**:JSON 类型仅在 tag 中支持。

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ Note TDengine no longer supports 32-bit Windows platforms.

## Version support

| **Connector version** | **TDengine version** |
|-----------------------|----------------------|
| 3.1.0 | 3.2.1.0/3.1.1.18 |
| **Connector version** | **TDengine version** | **major features** |
|-----------------------|----------------------|--------------------------------------|
| 3.1.1 | 3.2.1.0/3.1.1.18 | support varbinary and geometry |
| 3.1.0 | 3.2.1.0/3.1.1.18 | WebSocket uses native implementation |

## Handling exceptions

Expand Down

0 comments on commit 0dc62ce

Please sign in to comment.