File tree Expand file tree Collapse file tree 3 files changed +32
-2
lines changed
Expand file tree Collapse file tree 3 files changed +32
-2
lines changed Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " taospy"
3- version = " 2.7.18 "
3+ version = " 2.7.19 "
44description = " TDengine connector for python"
55authors = [" Taosdata Inc. <support@taosdata.com>" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = '2.7.18 '
1+ __version__ = '2.7.19 '
You can’t perform that action at this time.
0 commit comments