Skip to content

Releases: taosdata/taos-connector-python

v2.6.7

25 Nov 01:29
Compare
Choose a tag to compare

v2.6.7 - 2022-11-25

Bug Fixes:

  • should not call taos_free_result for stmt (#111)
  • test.yml install dependency always" (#110)

Documents:

  • move topic drop to early phase in python tmq example (#109)

v2.6.6

20 Nov 09:41
Compare
Choose a tag to compare

v2.6.6 - 2022-11-20

Bug Fixes:

  • fix tmq crash (#108)

v2.6.5

10 Nov 17:33
Compare
Choose a tag to compare

v2.6.5 - 2022-11-11

Bug Fixes:

  • dependency constrait error with poetry 1.2
  • fix tmq_commit_cb param and add test for ns precision (#100)
  • github action load library issue on macos (#103)
  • taosrest alchemy handle non-root user (#102)

Tests:

  • verify on macOS (#20)

Documents:

  • update examples/tmq.py (#99)

v2.6.4

09 Sep 05:03
Compare
Choose a tag to compare

v2.6.4 - 2022-09-09

Bug Fixes:

  • (rest): fix non timezone error when taosAdapter run in non-UTC env (#96)

v2.6.3

07 Sep 07:35
3f49f2c
Compare
Choose a tag to compare

v2.6.3 - 2022-09-06

Bug Fixes:

  • auto detect response version instead of taos.IS_V3

Tests:

  • improve connector test coverage (#91)
  • python function test (#92)

v2.6.2

18 Aug 08:13
Compare
Choose a tag to compare

v2.6.2 - 2022-08-18

Bug Fixes:

  • fix ci script error

v2.5.2

11 Aug 14:50
Compare
Choose a tag to compare

v2.5.2 - 2022-08-11

Bug Fixes:

  • fix taos-ws-py python version dependency (#88)

v2.5.1

11 Aug 09:04
Compare
Choose a tag to compare

v2.5.1 - 2022-08-11

Features:

  • add taosws module
  • (rest): add timezone option

Bug Fixes:

  • avoid in 2.x
  • do not test pandas api in 3.0
  • remove duplicate (#82)

Enhancements:

  • (rest): add test case

Tests:

  • add test case for tmq
  • (rest): add test case
  • (rest): refine doc
  • timezone

Documents:

  • (taosws): add examples using taosws module

v2.5.0

10 Aug 03:46
Compare
Choose a tag to compare

v2.5.0 - 2022-08-10

Features:

  • add taosws module

Documents:

  • (taosws): add examples using taosws module

v2.4.0

18 Jul 07:44
Compare
Choose a tag to compare

v2.4.0 - 2022-07-18

Features:

  • taosrest support more query methods (#70)

Documents:

  • add build-doc.sh
  • modify as comment
  • update build-doc.sh
  • update build-docs.sh