Releases: vesoft-inc/nebula-java
Releases · vesoft-inc/nebula-java
NebulaGraph Java Client v3.8.4
What's Changed
- support to convert internal storage address to available address for client #604
- retry for scan for leader change #605
- fix socket timewait for storage client #607
- throw exception when listHosts failed #606
- support execute timeout #608
Full Changelog: v3.8.3...v3.8.4
NebulaGraph Java Client v3.8.3
- fix
- fix okhttpclient response body leak bug #600
NebulaGraph Java Client v3.8.2
NebulaGraph Java Client v3.8.1
NebulaGraph Java Client v3.8.0
- feature
- support tls single authentication #592
NebulaGraph Java Client v3.7.0
-
feature
- add executeJsonWithParameter, executeJson to SessionPool #580
-
fix
- specific the Charset for thrift interface #564
NebulaGraph Java Client v3.6.1
- feature
- support http2 for java client #543
- support to set headers for http2 #548
NebulaGraph Java Client v3.6.0
- feature
- update guava dependency #526 #527
- remove the lock for parametric execution #528
NebulaGraph Java Client v3.5.0
- feature
- support to isolate broken graphd server for sessionpool while client application is running #524
- enhance the retry mechanism for sessionpool #522
NebulaGraph Java Client v3.4.1
- support more type value as parameter #511
- support re-create Session for both session error and connection error. You can still use client when NebulaGraph server restarted. #516