Skip to content

Releases: taosdata/taos-connector-jdbc

3.7.6

17 Oct 07:49
84721c5

Choose a tag to compare

Enhancements:

  • Optimized WebSocket connection load balancing and parameter binding's setObject method.

v3.7.5

29 Sep 11:57
3e87c4b

Choose a tag to compare

Features:

  • WebSocket connections support load balancing.

Enhancements:

  • Automatic reconnection supports parameter binding.
  • Optimized serialization performance for efficient writing.
  • Improved the performance of WebSocket connection isValid.

v3.7.4

05 Sep 07:59
13e51e0

Choose a tag to compare

Enhancements:

  • Meta subscription supports delete type.

v3.7.3

21 Aug 07:05
68df9e5

Choose a tag to compare

Enhancements:

  • Improve WebSocket/Native query implementations.

v3.7.2

13 Aug 01:23
180ba59

Choose a tag to compare

Bug Fixes:

  • Fixed supportsBatchUpdates issue to improve JDBCTemplate parameter binding performance.

v3.7.1

28 Jul 08:13
157c4ec

Choose a tag to compare

Bug Fixes:

  • Fixed setVarbinary and setGeometry interface compatibility issue.

v3.7.0

26 Jul 07:03
560ec93

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

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

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

Choose a tag to compare

Bug Fixes:

  • fix small query performance bug.