@@ -7,6 +7,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
64
## v2.7.17 - 2024-12-14
11
65
12
66
### Features:
0 commit comments