Skip to content

Commit

Permalink
release: v2.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Sep 8, 2023
1 parent 823c916 commit d83f9c6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v2.7.11 - 2023-09-08

### Bug Fixes:

- fix fetch block via ws
- fix varbinary for cursor
- return empty list when no data
- return empty list when no data in cursor
- taos.error: Database not specified

### Enhancements:

- add config decode_binary to special whether decode varchar or binary

## v2.7.10 - 2023-07-04

### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "taospy"
version = "2.7.10"
version = "2.7.11"
description = "TDengine connector for python"
authors = ["Taosdata Inc. <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion taos/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.7.10'
__version__ = '2.7.11'

0 comments on commit d83f9c6

Please sign in to comment.