Skip to content

Commit 19110eb

Browse files
committed
release: v2.7.19
1 parent d87c235 commit 19110eb

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## v2.7.19 - 2024-12-30
11+
12+
### Features:
13+
14+
- support show view
15+
16+
### Bug Fixes:
17+
18+
- add CLOUD_DSN replace plain text
19+
- add mac build go
20+
- add pip install taos-ws-py
21+
- add pytest
22+
- add token
23+
- add token cloud
24+
- remove test_cloud.py test in example test
25+
- simple code
26+
- support TDengine cloud
27+
- view array return
28+
- websocket use is not right
29+
30+
### Tests:
31+
32+
- token pass with argument
33+
- token pass with argument index 1
34+
35+
### Documents:
36+
37+
- 2.7.18 modify bug fixed log
38+
- rewrite changelog with offical-website doc
39+
1040
## v2.7.18 - 2024-12-14
1141

1242
### Features:

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.18"
3+
version = "2.7.19"
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.18'
1+
__version__ = '2.7.19'

0 commit comments

Comments
 (0)