Skip to content

Releases: vesoft-inc/nebula-go

NebulaGraph Go client v3.4.0-1

03 Mar 03:18
b304ce0
Compare
Choose a tag to compare
Pre-release

What's Changed

Bug fixes:

  • fix: If cannot open the connection, newConn is nil, and would panic. #260
  • fix: Retry to get session when session is invalid in SessionPool. #261
  • fix: Date time value in the path is not converted with the time zone specified. #258

NebulaGraph Go client v3.4.0

06 Feb 04:16
310a4b8
Compare
Choose a tag to compare

What's Changed

Bug fixes:

Others:

New Contributors

Full Changelog: v2.3.1...v3.4

NebulaGraph Go client v3.3.1

21 Nov 07:07
15d1e34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

NebulaGraph Go client v3.3.0

31 Oct 07:52
319c0b1
Compare
Choose a tag to compare
Pre-release

What's Changed

Feature:

Bug fix:

  • [bug] Remove invalid connection from the idle queue when request new connection by @lopn in #214

Others:

  • Update github workflow to add test in release branches by @Aiee in #213
  • Remove unused interface by @Aiee in #221
  • mod: rebranding name of Nebula Graph as NebulaGraph by @veezhang in #219
  • Handle credential error by @Aiee in #226

New Contributors

Full Changelog: v3.2.0...v3.3.0

Nebula Go client v3.2.0

18 Jul 09:35
c1daf17
Compare
Choose a tag to compare

What's Changed

  • Create integration tests by @peczenyj in #201
  • Remove remote services, the code is not necessary to use this project as a nebula driver by @peczenyj in #200
  • Enable tests with the latest versions of go by @peczenyj in #206

Bug fix:

New Contributors

Full Changelog: v3.1....v3.2

Nebula Go Client v3.1.0

25 Apr 03:23
82b4b88
Compare
Choose a tag to compare

What's Changed

  • Escape graphviz meta char. by @Shylock-Hg in #193
  • Update thrift files due to interface change in meta by @Aiee in #194

Incompatibility:
Note that the meta client related interfaces are modified, if you want to connect to Nebula v3.1, you have to use the v3.1 client. Both v3.0.0 and v3.1.0 graph clients are compatible with Nebula v3.0.0 and v3.1.0.

Full Changelog: v3.0.0...v3.1.0

Nebula Go Client v3.0.0

14 Feb 07:14
66ec19d
Compare
Choose a tag to compare

What's Changed

Features:

Bugfixes:

  • Fix parsing JSON example and add it into action by @Aiee in #152
  • fix toString() of set by @jievince in #159
  • Release the transport when version verification fail by @Aiee in #181

Others:

Full Changelog: v2.5.1...v3.0.0

Nebula Go Client v2.6.0

26 Oct 09:47
Compare
Choose a tag to compare

What's Changed

Feature:

Bugfix:

Others:

New Contributors

Full Changelog: v2.5.1...v2.6.0

Nebula Go Client v2.5.1

22 Sep 11:50
d865a43
Compare
Choose a tag to compare
  1. Move the license file to the root so that it could be detected by https://pkg.go.dev/
  2. Fix the go module sum check failure in v2.5.0

Nebula Go Client v2.5.0

19 Aug 11:27
8a1495a
Compare
Choose a tag to compare

Nebula Go client compatible with Nebula Graph client v2.5.0

Feature:

  1. Clean idle connection periodically: #99
  2. Add TimeWrapper/DateTimeWrapper type to get timezone obtained from the server to calculate the local time: #110
  3. Session supports reconnecting to different graph services

Bugfix:

  1. Fix connection break caused by frame length limit: #96
  2. Remove warn log in session release when session is nil: #106
  3. Fix fbthrift timeout bug: #125

Incompatible:

  1. Update module version to v2:
    $ go get -u -v github.com/vesoft-inc/nebula-go/v2@master
  2. The ErrorCode definition has been changed, the ErrorCode is defined in nebula.ErrorCode