Releases: taosdata/taos-connector-python
Releases · taosdata/taos-connector-python
v2.3.6
v2.3.6 - 2022-06-10
v2.3.5
v2.3.4
v2.3.4 - 2022-06-06
- fix: fix stmt null bind for 3.0 by @zhaoyanggh in #61
- tests: make tests code compatible with 3.0 by @zitsen in #63
Full Changelog: v2.3.3...v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.1 - 2022-04-28
Features:
- add RestClient
- implement PEP249 Connections and Cursor API
- remove wsclient and refactor folder structure
- (rest): adapter code for sqlalchemy and pandas
- (restful): add some test cases
- (rest): increase version number
- support 3.0
Bug Fixes:
- cannot iter on TaosFields twice
- catch datetime overflow and pass
- decrease version number
- failed to convert rfc3339 format time string
- fix poetry publish error
- fix pytest error for v3 check
- fix set_tz function not found
- float is_null missed
- remove buggy line in taos_fetch_row
- restore taos_options
- rowcount is -1 for INSERT statement
- taos_query() result for 3.0
- typo
- typos
- use isnan() or is_null for float/double
- use taos_is_null()
Enhancements:
- add time utile to parse rfc3339 format time string
- ident json
- (RestClient): support timeout parameter
- (rest): convert timestamp from 'str' to 'datetime'
- (rest): export RestClient
- (taos): make config method private
- (taos): reanme _config to _init_config
- use iso8601 to parse date
Tests:
- add test cases for pandas
- test rowcount
Documents:
- add docs to cursor.description
- add limitation of taosrest
- fix typo and align parameters order
- schemaless docs
- update manual
- update readme for taosres
- update user manual
v2.3.0
v2.3.0 - 2022-04-28
Features:
- add RestClient
- implement PEP249 Connections and Cursor API
- remove wsclient and refactor folder structure
- (rest): adapter code for sqlalchemy and pandas
- (restful): add some test cases
- (rest): increase version number
- support 3.0
Bug Fixes:
- cannot iter on TaosFields twice
- catch datetime overflow and pass
- decrease version number
- failed to convert rfc3339 format time string
- fix pytest error for v3 check
- fix set_tz function not found
- float is_null missed
- remove buggy line in taos_fetch_row
- restore taos_options
- rowcount is -1 for INSERT statement
- taos_query() result for 3.0
- typo
- typos
- use isnan() or is_null for float/double
- use taos_is_null()
Enhancements:
- add time utile to parse rfc3339 format time string
- ident json
- (RestClient): support timeout parameter
- (rest): convert timestamp from 'str' to 'datetime'
- (rest): export RestClient
- (taos): make config method private
- (taos): reanme _config to _init_config
- use iso8601 to parse date
Tests:
- add test cases for pandas
- test rowcount
Documents:
- add docs to cursor.description
- add limitation of taosrest
- fix typo and align parameters order
- schemaless docs
- update manual
- update readme for taosres
- update user manual
v2.2.5
v2.2.5 - 2022-04-13
Features:
- [TD-14696]:support timezone option when connect
v2.2.4
v2.2.4 - 2022-03-31
Bug Fixes:
- [TD-14410]:add affected_rows property for stmt
- [TD-14410]:fix import error in taos 2.0/2.2
- [TD-14410]:use stmt.affected_rows in examples
v2.2.3
v2.2.3 - 2022-03-29
Bug Fixes:
- [TD-14371]:remove unecessary print() lines
- [TD-14382]:fix row_count property always be 0