Skip to content

Releases: taosdata/taos-connector-python

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

v2.2.2

28 Mar 11:05
Compare
Choose a tag to compare

v2.2.2 - 2022-03-28

Features:

  • [TD-14210]:support sqlalchemy dialect plugin

Bug Fixes:

  • [TD-14358]:remove stream api

v2.2.1

12 Jan 07:55
Compare
Choose a tag to compare

v2.2.1 - 2022-01-12

Bug Fixes:

  • [TS-1107]:use typing as one of dev-dependencies

v2.2.0

23 Dec 12:04
Compare
Choose a tag to compare

v2.2.0 - 2021-12-23

Bug Fixes:

  • [TD-10875]:test for each git push
  • [TD-12253]:fix syntax error in README

Tests:

  • [TD-10875]:add GitHub Actions test workflow on pr

Documents:

  • [TD-12250]:fix README confused titles

v2.1.2

04 Nov 17:31
Compare
Choose a tag to compare

v2.1.2 - 2021-11-05

Bug Fixes:

  • [TD-10828]:fix import taos error for TDengine 2.2 or 2.0
  • [TD-10838]:fix ci error in release

Documents:

  • [TD-10828]:improve document for pip install

v2.1.1

27 Oct 17:13
Compare
Choose a tag to compare
[TD-5892]<feature>: publish taos connector as taospy in PyPI

Squashed commit of the following:

commit a9962d4447e7fb5332186ebc0e82c4ea97e6aebc
Author: Huo Linhe <[email protected]>
Date:   Thu Sep 9 20:52:31 2021 +0800

    release: v0.1.0

commit 5e5e4fbe20a49364f6a2db7b90295a1e85550a6f
Author: Huo Linhe <[email protected]>
Date:   Thu Sep 9 18:50:45 2021 +0800

    ci: git commit, tag and push after version bump

commit 8a1cbeea43dcbf1ce94ab9d27dedf5e0926a1244
Author: Huo Linhe <[email protected]>
Date:   Thu Sep 9 18:49:38 2021 +0800

    ci: publish to PyPI when release published

commit 152fef0d29c608001245a755567e2a909ea8374d
Author: Huo Linhe <[email protected]>
Date:   Thu Sep 9 18:33:21 2021 +0800

    ci: prepare for auto release

commit f4a55eeb75eafc7ecbc8cf66915ce69248124237
Author: Huo Linhe <[email protected]>
Date:   Mon Aug 16 18:29:17 2021 +0800

    [TD-5892]<fix>: publish python connector to PyPI

v0.1.0

09 Sep 13:20
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0 - 2021-09-09

Features:

  • [TD-2971]:make python connector support unsigned int. fix None determine.
  • [TD-3048]:support lines/stream/query_a/stop_query/ and so on. (#7079)
  • [TD-4647]:auto add column through schemaless line protocol
  • [TD-4752]:python connector support nanosecond. (#6528)

Bug Fixes:

  • [TD-2915]:python connector cursor iter next() function. (#5875)
  • [TD-3288]:solve python connector bigint and timestamp issue on 32bit.
  • [TD-4048]:fix python connector error where ts is null (#6018)
  • [TD-4160]:remove python connector soft links, fix tests and documents
  • [TD-4370]:squashed commit of python connector changes in develop (#6246)
  • [TD-4640]:fix CDLL error in macOs (#6430)
  • [TD-4808]:fix python connector error where ts is null (#6025)
  • [TD-5585]:arm32 python fromtimestamp error. (#7090)
  • [TD-5892]:publish python connector to PyPI
  • [TD-6169]:windows dll client can not quit.
  • [TD-6231]:fix all none error of stmt multibind in python connector (#7482)
  • [TD-6241]:fix unexpected nan while inserting None as float/doub… (#7486)
  • [TD-6313]:improve error handling if loading taos failed in python (#7542)
  • [TD-6313]:improve error handling if loading taos failed in python (#7550)

Enhancements:

  • [TD-182]:use single repo for python connector (#6036)

Documents:

  • [TD-4803]:fix repo name in python connector README (#6559)
  • [TD-6449]:prefer english only in method documentations in python connector [ci skip] (#7711)