Skip to content

Releases: taosdata/taos-connector-jdbc

v3.7.1

28 Jul 08:13
157c4ec
Compare
Choose a tag to compare

Bug Fixes:

Fixed setVarbinary and setGeometry interface compatibility issue.

v3.7.0

26 Jul 07:03
560ec93
Compare
Choose a tag to compare

Features:

  • Support ipv6
  • Support blob data type.
  • Support TDengine version compatibility check.
  • Support varcharAsString property.

Enhancements:

  • Use netty to improve small query performance on WebSocket connection.
  • Improve WebSocket query memory usage.

Bug Fixes:

  • Fixed timezone issue on Websocket connection.

v3.6.3

19 May 07:39
2ead789
Compare
Choose a tag to compare

Bug Fixes:

  • Fixed data type conversion bug in database or super table subscription.

v3.6.2

26 Apr 20:47
196b609
Compare
Choose a tag to compare

Features

  • Supports data subscription for databases and super tables (subscription meta not supported).

Enhancements:

  • Improved the implement of setsetQueryTimeout with param 0.

Bug Fixes:

  • Resolved the bug in cloud service subscription.

v3.6.1

15 Apr 12:41
e4e8407
Compare
Choose a tag to compare

Bug Fixes:

  • fix small query performance bug.

v3.6.0

28 Mar 08:57
b6c847f
Compare
Choose a tag to compare

Features

  • Support efficient writing and decimal data types in WebSocket connections.

v3.5.3

04 Feb 14:09
0aae4e4
Compare
Choose a tag to compare

Features

  • Support unsigned data types in WebSocket connections.