Releases: vesoft-inc/nebula-java
Releases · vesoft-inc/nebula-java
NebulaGraph Java Client v3.5.0
NebulaGraph Java Client v3.4.1
NebulaGraph Java Client v3.4.0
-
feature
-
fix
NebulaGraph Java Client v3.3.0
Nebula Java Client v3.0.0
-
feature
- enhance
RoundRobinLoadBalancerto support fail fast for wrong graphd address and change server status to thread-safe #357 - support
domain addressfor meta client #403 - update the implementation of
ScanCursoraccording to server #398, #410 - support
parameterized statementexecute #412 - support
durationdata type #413 - remove
fastjsondependency in client package #430 - add
encode interfacefor orphan vertex key inencoderlib #433
- enhance
-
fix
- release the transport when version verification failed #402
-
incompatible
- latency in ResultSet for graph client has different data type
Nebula Java Client v2.6.2
Nebula Java Client v2.6.1
Nebula Java Client v2.6.0
-
feature
-
bugfix
- fix
encoderlib when encode null string value #366
- fix
-
Note:
new
version verificationfunction changesgetSessioninterface, which throws newClientServerIncompatibleException.
Nebula Java Client v2.5.1
- bugfix
- fix
encoderlib when encoding null string value #372
- fix
Nebula Java Client v2.5.0
- feature
- add
TimeWrapper/DateTimeWrappertype to get timezone obtained from the server to calculate the local time - Session supports reconnecting to different graph services
- add
idletimeandwaittimeof theNebulaPool - make the Session is thread-safe. However, multiple threads should not use the same session, it is inefficient.
- add SessionsManager, the SessionManager manage all sessions in a specified space
- add
- bugfix
- fix the columnNames of ResultSet with null object #301
- fix the interface toString of PathWrapper #327
- fix the getConnection of NebulaPool the idle connection number is incorrect when the concurrency is high #319
- fix
fbthrifttimeout bug #336 - fix
encoderlib when encoding Chinese value #308 - fix
encoderlib when column without string type #290 - fix the
MetaClientget lastest schema #316 - fix the
MetaClientget offline storage host #326 - fix the
StorageClientinternal thread not exiting https://github.com/vesoft-inc/nebula-java/pull/311/files
- incompatible
- the
ErrorCodedefine is changed, theErrorCodeis defined incom.vesoft.nebula.ErrorCode
- the