Skip to content

Commit d83f9c6

Browse files
committed
release: v2.7.11
1 parent 823c916 commit d83f9c6

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1024
## v2.7.10 - 2023-07-04
1125

1226
### Bug Fixes:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "taospy"
3-
version = "2.7.10"
3+
version = "2.7.11"
44
description = "TDengine connector for python"
55
authors = ["Taosdata Inc. <support@taosdata.com>"]
66
license = "MIT"

taos/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.7.10'
1+
__version__ = '2.7.11'

0 commit comments

Comments
 (0)