Releases: taosdata/taos-connector-python
Releases · taosdata/taos-connector-python
v2.7.16
v2.7.15
v2.7.15 - 2024-04-12
v2.7.14
v2.7.14 - 2024-04-12
v2.7.13
v2.7.13 - 2024-01-26
Bug Fixes:
- mem leak
Enhancements:
- add api committed, position
- add taos.cfg
- separate the build and test processe
- start tdengine in job
- update cargo taos version
- update step
- (ws): add tmq commit_offset
- (ws): add tmq list_topic
Documents:
- update dev cmd
v2.7.12
v2.7.12 - 2023-09-11
Bug Fixes:
- fix decode binary in tmq
v2.7.11
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
v2.7.10 - 2023-07-04
Bug Fixes:
- delete duplicate code
- fix test case for 2.6
Documents:
- remove examples
v2.7.9
v2.7.9 - 2023-06-25
Bug Fixes:
- fix mem leak
Enhancements:
- support assignment and seek
- support assignment and seek via ws
- support schemaless via ws
- support stmt via ws
v2.7.8
v2.7.7
What's Changed
- test: add tear_down function, clean up database after test by @AdamEECS in #137
- fix: there was a conflict between the minimum version of Python and t… by @AdamEECS in #144
- enh: python connector support req_id by @AdamEECS in #147
- enh: update function signature by @AdamEECS in #148
- fix: recover TaosConnection init args by @AdamEECS in #150
- test: add case for connect args by @AdamEECS in #151
- enh: add req_id for rest api by @AdamEECS in #149
- fix: update typing in schemaless_insert by @AdamEECS in #153
- test: add workflow by @AdamEECS in #154
- test: add workflow by @AdamEECS in #155
- rest: add workflow test 3.0 by @AdamEECS in #156
- test: add workflow for TDengine, single case by @AdamEECS in #157
- enh: TD-19401 support schemaless raw by @AdamEECS in #159
- chore: update load library by @AdamEECS in #160
- enh: support req id ws by @AdamEECS in #161
- tests: add cases and demos for req id ws by @AdamEECS in #162
- docs: add examples for req_id by @AdamEECS in #163
- docs: update doc and examples with schemaless by @AdamEECS in #164
Full Changelog: v2.7.6...v2.7.7