Skip to content

Releases: taosdata/taos-connector-jdbc

3.7.9

06 Dec 15:00
b0a3738

Choose a tag to compare

Enhancements:

  • The WebSocket load balancer supports the least connections algorithm and automatically rebalances traffic when a failed node recovers.

3.7.8

20 Nov 11:13
ce5651d

Choose a tag to compare

Bug Fixes:

  • Fixed the bug that the getTables method requires an identifier quote string.

3.7.7

20 Nov 07:22
c9792c0

Choose a tag to compare

Bug Fixes:

  • Fixed the issue of loading configuration files on the Windows platform.
  • Fixed the problem of mutual interference between WebSocket connection Statement timeout settings

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.