Skip to content

Commit f4ee17d

Browse files
committed
release: v2.7.18
1 parent 5342b63 commit f4ee17d

File tree

3 files changed

+56
-2
lines changed

3 files changed

+56
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## v2.7.18 - 2024-12-14
11+
12+
### Features:
13+
14+
- support taos taosws taosrest protocol for superset
15+
16+
### Bug Fixes:
17+
18+
- 2.x add taos-ws-py compose
19+
- DATABASE_URL KeyError
20+
- add pip3 install ./
21+
- add report Codecov.io with token
22+
- add report Codecov.io with token1
23+
- case test_tmp death wait message
24+
- change dotenv name
25+
- ci test passed
26+
- coverage with pytest run
27+
- dotenv remove install
28+
- forbid test_tmp.py case
29+
- if v3 return for taosw
30+
- insert test_sqlalchemy.py ok
31+
- insert with conn do
32+
- insertData is inner testfun
33+
- move import taosws to fun
34+
- need insert data before checkBasic for sqlalcmy
35+
- need install taos-ws-py
36+
- no poetry install need module
37+
- only run pytest tet
38+
- reduce insert data
39+
- remove other test function
40+
- remove pytest coverage
41+
- rest test already in test_sqlalchemy.py
42+
- restore all case
43+
- restore pytest coverage
44+
- restore test_tmq.py case
45+
- setup superset driverTDengine.py to package
46+
- test with rest and taosc
47+
- ubuntu20.4 remove poetry run
48+
- use text
49+
- version from 2.7.16 to 2.7.17
50+
- **(taos-ws-py)**: fix crypto provider error
51+
52+
### Enhancements:
53+
54+
- double match to sqltypes.float reference sqlite rule
55+
56+
### Tests:
57+
58+
- do nothing for tmp and sqlalchemy
59+
60+
### Documents:
61+
62+
- optimize taospy documents on PyPi official website
63+
1064
## v2.7.17 - 2024-12-14
1165

1266
### 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.17"
3+
version = "2.7.18"
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.17'
1+
__version__ = '2.7.18'

0 commit comments

Comments
 (0)