Skip to content

Releases: taosdata/taos-connector-python

v2.3.6

10 Jun 08:55
Compare
Choose a tag to compare

v2.3.6 - 2022-06-10

v2.3.5

07 Jun 10:50
Compare
Choose a tag to compare

v2.3.5 - 2022-06-07

Bug Fixes:

  • fix gbk encoding error while use cursor.log() in windows (#67)
  • sqlalchemy use rest connection (#66)

v2.3.4

06 Jun 10:09
Compare
Choose a tag to compare

v2.3.4 - 2022-06-06

Full Changelog: v2.3.3...v2.3.4

v2.3.3

06 Jun 04:48
Compare
Choose a tag to compare

v2.3.3 - 2022-06-06

Bug Fixes:

  • fix null value bind stmt for 3.0 (#60)
  • nullptr

v2.3.2

23 May 02:14
Compare
Choose a tag to compare

v2.3.2 - 2022-05-23

Features:

  • compatible with 3.0 stmt
  • support for cloud service token (#57)

Bug Fixes:

  • fix json tag error in query (#59)
  • no exception subscribe error ocur (#58)

Tests:

  • add test case for taos_stmt_set_tbname_tag
  • test stmt bind passed in 3.0

v2.3.1

28 Apr 09:18
Compare
Choose a tag to compare

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

28 Apr 08:58
Compare
Choose a tag to compare

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

13 Apr 12:27
Compare
Choose a tag to compare

v2.2.5 - 2022-04-13

Features:

  • [TD-14696]:support timezone option when connect

v2.2.4

31 Mar 01:59
Compare
Choose a tag to compare

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

29 Mar 08:00
Compare
Choose a tag to compare

v2.2.3 - 2022-03-29

Bug Fixes:

  • [TD-14371]:remove unecessary print() lines
  • [TD-14382]:fix row_count property always be 0