You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix sonar error and security issues (#295) ([ca06cee](https://github.com/taosdata/taos-connector-jdbc/commit/ca06cee9fab9e5cfdbb456c106d49869e31822ec))
28
+
- Error info contains password (#301) ([1746ee8](https://github.com/taosdata/taos-connector-jdbc/commit/1746ee8e1588cfc1dc42c0cb2c6c013a25be1f88))
29
+
30
+
31
+
### Features
32
+
33
+
34
+
- Report connector version when connecting. (#298) ([76e8c7b](https://github.com/taosdata/taos-connector-jdbc/commit/76e8c7b0b56b8e69ffc0fa19662cd78655834c2d))
35
+
- Support token (#302) ([9d14c50](https://github.com/taosdata/taos-connector-jdbc/commit/9d14c50ac411ba3cb65122a5225ee374a18c5520))
- Fix sonar error and security issues (#295) ([ca06cee](https://github.com/taosdata/taos-connector-jdbc/commit/ca06cee9fab9e5cfdbb456c106d49869e31822ec))
69
+
- Error info contains password (#301) ([1746ee8](https://github.com/taosdata/taos-connector-jdbc/commit/1746ee8e1588cfc1dc42c0cb2c6c013a25be1f88))
70
+
71
+
72
+
### Features
73
+
74
+
75
+
- Report connector version when connecting. (#298) ([76e8c7b](https://github.com/taosdata/taos-connector-jdbc/commit/76e8c7b0b56b8e69ffc0fa19662cd78655834c2d))
76
+
- Support token (#302) ([9d14c50](https://github.com/taosdata/taos-connector-jdbc/commit/9d14c50ac411ba3cb65122a5225ee374a18c5520))
- Websocket reconnect null point error (#296) ([b0a3738](https://github.com/taosdata/taos-connector-jdbc/commit/b0a3738138af99e8e20df060fc4f0f250f080fa5))
87
+
88
+
89
+
### Features
90
+
91
+
92
+
- Optimize the load balancing logic to achieve rebalancing after node failure recovery. (#291) ([9c473bc](https://github.com/taosdata/taos-connector-jdbc/commit/9c473bccc699ddba33316efa313da2230143ac34))
- Improve writing efficiency in efficient writing mode by serializing data with a separate thread (#278) ([bf8e615](https://github.com/taosdata/taos-connector-jdbc/commit/bf8e615bf4f6328efc96aebc1c84cbcdabf8a994))
- Stop using regex pattern to escape single quota (#275) ([c4b41ff](https://github.com/taosdata/taos-connector-jdbc/commit/c4b41ff34c63f9c3f61edc5c63ea2225e0dfbcc9))
152
+
- Supports delete meta subscription (#277) ([13e51e0](https://github.com/taosdata/taos-connector-jdbc/commit/13e51e0dba6419ea0747268ff305cc3df2a05b8a))
- Deadlock when binding a wrong type in efficient writing (#252) ([7684a5c](https://github.com/taosdata/taos-connector-jdbc/commit/7684a5c6005fa330a4800bda2124f27150a18779))
- Replace websocket lib to netty, support stmt line bind mode. (#253) ([c84fd78](https://github.com/taosdata/taos-connector-jdbc/commit/c84fd78d647780d54b35b0f123bf062b95ea5803))
208
+
- Support ipv6 (#254) ([2f56e61](https://github.com/taosdata/taos-connector-jdbc/commit/2f56e615c782d5bfe4d4ea316cd051d1cff8fde7))
209
+
- Supports varchar as string on websocket connections (#255) ([816e782](https://github.com/taosdata/taos-connector-jdbc/commit/816e782ed85825bcb216c51888291014862bfffe))
210
+
- Supports version compatibility checks for TDengine (#256) ([7c405cd](https://github.com/taosdata/taos-connector-jdbc/commit/7c405cd35ae848c17dde05bcfbe0668824cc32f7))
211
+
- Support blob data type (#259) ([bb47387](https://github.com/taosdata/taos-connector-jdbc/commit/bb47387dcc7a2c5a60838bf7b9e5bab97e974c41))
- Database subscription data type conversion bug (#250) ([2ead789](https://github.com/taosdata/taos-connector-jdbc/commit/2ead789a94065463795c8dd45a5d9660228bd9d6))
- Fix ci error ([fc64c83](https://github.com/taosdata/taos-connector-jdbc/commit/fc64c83c38a452e6868987eb81ce742142cd0958))
243
+
- Fix small query perf bug (#247) ([e4e8407](https://github.com/taosdata/taos-connector-jdbc/commit/e4e8407d7e994fc199e93ef5819341eb5d416cb4))
244
+
245
+
246
+
### Enhancements
247
+
248
+
- *loadLibrary*: Loading dynamic library by adding TD_LIBRARY_PATH, especially when DYLD_LIBRARY_PATH ineffective on MacOS because of SIP ([c99b1f8](c99b1f81f8184e4862d9a91bcf94add5799d9703))
249
+
250
+
- Add tmq subscribe db data support ([fbb0d23](https://github.com/taosdata/taos-connector-jdbc/commit/fbb0d239b3d50bde6864b43052b074e892feca9e))
251
+
252
+
253
+
### Testing
254
+
255
+
256
+
- Test ci ([c59a577](https://github.com/taosdata/taos-connector-jdbc/commit/c59a577c379a058a542ac764325f5912a348fbda))
0 commit comments