Releases: taosdata/taos-connector-jdbc
Releases · taosdata/taos-connector-jdbc
3.7.9
3.7.8
Bug Fixes:
- Fixed the bug that the getTables method requires an identifier quote string.
3.7.7
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
Enhancements:
- Optimized WebSocket connection load balancing and parameter binding's setObject method.
v3.7.5
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
Enhancements:
- Meta subscription supports delete type.
v3.7.3
Enhancements:
- Improve WebSocket/Native query implementations.
v3.7.2
Bug Fixes:
- Fixed supportsBatchUpdates issue to improve JDBCTemplate parameter binding performance.
v3.7.1
Bug Fixes:
- Fixed setVarbinary and setGeometry interface compatibility issue.
v3.7.0
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.