Releases: vesoft-inc/nebula-java
Releases · vesoft-inc/nebula-java
NebulaGraph Java Client v3.4.0
-
feature
-
fix
NebulaGraph Java Client v3.3.0
Nebula Java Client v3.0.0
-
feature
- enhance
RoundRobinLoadBalancer
to support fail fast for wrong graphd address and change server status to thread-safe #357 - support
domain address
for meta client #403 - update the implementation of
ScanCursor
according to server #398, #410 - support
parameterized statement
execute #412 - support
duration
data type #413 - remove
fastjson
dependency in client package #430 - add
encode interface
for orphan vertex key inencoder
lib #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
encoder
lib when encode null string value #366
- fix
-
Note:
new
version verification
function changesgetSession
interface, which throws newClientServerIncompatibleException
.
Nebula Java Client v2.5.1
- bugfix
- fix
encoder
lib when encoding null string value #372
- fix
Nebula Java Client v2.5.0
- feature
- add
TimeWrapper/DateTimeWrapper
type to get timezone obtained from the server to calculate the local time - Session supports reconnecting to different graph services
- add
idletime
andwaittime
of 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
fbthrift
timeout bug #336 - fix
encoder
lib when encoding Chinese value #308 - fix
encoder
lib when column without string type #290 - fix the
MetaClient
get lastest schema #316 - fix the
MetaClient
get offline storage host #326 - fix the
StorageClient
internal thread not exiting https://github.com/vesoft-inc/nebula-java/pull/311/files
- incompatible
- the
ErrorCode
define is changed, theErrorCode
is defined incom.vesoft.nebula.ErrorCode
- the
Nebula Graph Java Client v2.0.1
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 encoder lib when encoding Chinese value #308
- fix encoder lib when column without string type #290
- fix the MetaClient get lastest schema #316
- fix the StorageClient internal thread not exiting #311
Nebula Graph Java Client v1.2.0
- Add retry for meta client to send request only to leader.
- Fix null response bug.