Skip to content

Releases: vesoft-inc/nebula-java

Nebula Graph Java Client v2.0.0-beta

01 Dec 10:04
5e12882
Compare
Choose a tag to compare

Nebula Java v2.0.0-beta to connect Nebula Graph v2.0.0-beta.

Java Client V1.1.0

01 Dec 12:20
3ed6100
Compare
Choose a tag to compare

fix bugs:

  1. reget new leader client when leader_change error returned while scanning vertex/edge.
  2. support timestamp datatype.

V1.0.1

25 Aug 09:44
2792773
Compare
Choose a tag to compare
  • fix some bug about nebula java client
  • update thrift source code
  • migration and redesign the exchange

v1.0.0 GA

09 Jul 09:29
fa0d76e
Compare
Choose a tag to compare

Bugfix

  • Fix the issue that ResultSet throws NullPointerException in some cases #95

v1.0.0-rc4.20200323

03 Apr 01:53
9f077d2
Compare
Choose a tag to compare
v1.0.0-rc4.20200323 Pre-release
Pre-release

Compatible with 1.0.0-rc4 version of nebula-graph

Change

  • Remove getLeader interface of StorageClient #76
  • Upgrade maven-javadoc plugin #70

Improvements

  • Support jdk 11+
  • Adopt String.intern to make string processing more time- or space-efficient #80

Java Client v1.0.0-RC3 20200207

10 Feb 07:18
61f8106
Compare
Choose a tag to compare
Pre-release
  • Support scan vertex and edge in storage client #51
  • Add more examples #14 and example for Spark #56
  • Update the checkstyle plugin version #59

1.0.0-rc2

04 Dec 09:37
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release
  • Nebula Graph Client, include execute and executeQuery interfaces

  • Nebula Storage Client, include put, get and remove interfaces

  • Nebula Meta Client, include getTagId, getEdgeType and getPart interfaces