File tree 3 files changed +16
-2
lines changed 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## v2.7.11 - 2023-09-08
11
+
12
+ ### Bug Fixes:
13
+
14
+ - fix fetch block via ws
15
+ - fix varbinary for cursor
16
+ - return empty list when no data
17
+ - return empty list when no data in cursor
18
+ - taos.error: Database not specified
19
+
20
+ ### Enhancements:
21
+
22
+ - add config decode_binary to special whether decode varchar or binary
23
+
10
24
## v2.7.10 - 2023-07-04
11
25
12
26
### Bug Fixes:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " taospy"
3
- version = " 2.7.10 "
3
+ version = " 2.7.11 "
4
4
description = " TDengine connector for python"
5
5
authors = [" Taosdata Inc. <support@taosdata.com>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- __version__ = '2.7.10 '
1
+ __version__ = '2.7.11 '
You can’t perform that action at this time.
0 commit comments