Skip to content

Releases: vesoft-inc/nebula-java

NebulaGraph Java Client v3.8.0

25 Apr 07:58
12634c1
Compare
Choose a tag to compare
  • feature
    • support auth for scan #586
    • support tls single authentication #592

NebulaGraph Java Client v3.7.0

24 Jan 03:40
Compare
Choose a tag to compare
  • feature

    • add executeJsonWithParameter, executeJson to SessionPool #580
  • fix

    • specific the Charset for thrift interface #564

NebulaGraph Java Client v3.6.1

15 Sep 06:08
Compare
Choose a tag to compare
  • feature
    • support http2 for java client #543
    • support to set headers for http2 #548

NebulaGraph Java Client v3.6.0

11 Aug 06:07
Compare
Choose a tag to compare
  • feature
    • update guava dependency #526 #527
    • remove the lock for parametric execution #528

NebulaGraph Java Client v3.5.0

18 May 13:55
dde84ad
Compare
Choose a tag to compare
  • 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

31 Mar 06:07
Compare
Choose a tag to compare
  • 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

NebulaGraph Java Client v3.4.0

06 Feb 06:22
21415fe
Compare
Choose a tag to compare
  • feature

    • expose the sessionID and ping check function for Session #490
    • support to get all host addresses through domain name #491
    • support to check the connection's status when borrow and return it #503
  • fix

    • fix to release the invalid session for SessionPool #499
    • fix the leader state for CANDIDATE meta role #502
    • replace the protocol with header protocol to avoid hanging for large query data #505

NebulaGraph Java Client v3.3.0

31 Oct 09:16
Compare
Choose a tag to compare
  • feature

    • support SessionPool #474
  • fix

    • fix the NebulaPool state for SessionWrapper when init Pool failed #483
    • update the close() for Connection Pool to idempotent #484

Nebula Java Client v3.0.0

14 Feb 08:46
549d8fc
Compare
Choose a tag to compare
  • 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 in encoder lib #433
  • 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

10 Feb 08:32
5c18577
Compare
Choose a tag to compare
  • fix
    • fix host validation to support domain name #438
    • release the transport when version verification failed #440