Skip to content

Releases: taosdata/taos-connector-python

v2.6.10

19 Dec 13:38
Compare
Choose a tag to compare

v2.6.10 - 2022-12-19

Bug Fixes:

  • alchemy+rest support db name

Enhancements:

  • support vg id and fix code style (#116)

v2.6.9

08 Dec 06:10
Compare
Choose a tag to compare

v2.6.9 - 2022-12-08

Bug Fixes:

  • fix tmq result memory leak

v2.6.8

05 Dec 14:34
Compare
Choose a tag to compare

v2.6.8 - 2022-12-05

Enhancements:

  • column max length support up to 64k (#114)

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)