Skip to content

Releases: taosdata/taos-connector-python

v2.7.15

12 Apr 02:04
Compare
Choose a tag to compare

v2.7.15 - 2024-04-12

v2.7.14

12 Apr 01:41
e59b5ae
Compare
Choose a tag to compare

v2.7.14 - 2024-04-12

v2.7.13

26 Jan 07:28
Compare
Choose a tag to compare

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

11 Sep 08:55
Compare
Choose a tag to compare

v2.7.12 - 2023-09-11

Bug Fixes:

  • fix decode binary in tmq

v2.7.11

08 Sep 03:24
Compare
Choose a tag to compare

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

04 Jul 03:10
Compare
Choose a tag to compare

v2.7.10 - 2023-07-04

Bug Fixes:

  • delete duplicate code
  • fix test case for 2.6

Documents:

  • remove examples

v2.7.9

25 Jun 02:49
Compare
Choose a tag to compare

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

14 Jun 06:21
Compare
Choose a tag to compare

v2.7.8 - 2023-06-14

Bug Fixes:

  • tmq error refine (#182)

Enhancements:

  • add cursor.execute_many on native (#168)
  • add unsubscribe fn

Documents:

  • update cmd
  • update readme

v2.7.7

29 Mar 05:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.7.6...v2.7.7

v2.7.6

27 Feb 04:19
Compare
Choose a tag to compare

v2.7.6 - 2023-02-27

Bug Fixes:

  • add pandas-read-sql-tdengine-cloud.py (#134)
  • fix for sqlalchemy warning (#135)