Releases: vesoft-inc/nebula-go
Releases · vesoft-inc/nebula-go
NebulaGraph Go client v3.4.0-1
NebulaGraph Go client v3.4.0
What's Changed
Bug fixes:
Others:
- add codecov by @HarrisChu in #230
- Return valid JSON format for profiling data by @yixinglu in #236
- Adjust the directory structure by @LooJee in #234
- add auto label by @HarrisChu in #239
- add files to contribute and code of conduct by @peczenyj in #205
- Change transport to header transport by @Aiee in #249
New Contributors
Full Changelog: v2.3.1...v3.4
NebulaGraph Go client v3.3.1
NebulaGraph Go client v3.3.0
What's Changed
Feature:
Bug fix:
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
Nebula Go Client v3.1.0
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
What's Changed
Features:
Bugfixes:
- Fix parsing JSON example and add it into action by @Aiee in #152
- fix
toString()
ofset
by @jievince in #159 - Release the transport when version verification fail by @Aiee in #181
Others:
- Add session lock by @HarrisChu in #162
- Remove common clause from the license headers by @Aiee in #156
- Refactor action by @Aiee in #163
- Update go mod version to v3 by @Aiee in #185
Full Changelog: v2.5.1...v3.0.0
Nebula Go Client v2.6.0
What's Changed
Feature:
- Support get the query result in JSON format by @Aiee in #132
- Support SSL connection by @Aiee in #138
- Support GEO value by @jievince in #139
- Verify version between client and server by @yixinglu in #141
- Check all the addresses in pool initialization by @HarrisChu in #146
Bugfix:
Others:
- Delete debug msg by @jievince in #143
- [Minor] Fix typo by @Aiee in #145
- Remove debug log by @jievince in #144
New Contributors
- @czpmango made their first contribution in #134
- @HarrisChu made their first contribution in #146
Full Changelog: v2.5.1...v2.6.0
Nebula Go Client v2.5.1
- Move the license file to the root so that it could be detected by https://pkg.go.dev/
- Fix the go module sum check failure in v2.5.0
Nebula Go Client v2.5.0
Nebula Go client compatible with Nebula Graph client v2.5.0
Feature:
- Clean idle connection periodically: #99
- Add TimeWrapper/DateTimeWrapper type to get timezone obtained from the server to calculate the local time: #110
- Session supports reconnecting to different graph services
Bugfix:
- Fix connection break caused by frame length limit: #96
- Remove warn log in session release when session is nil: #106
- Fix fbthrift timeout bug: #125
Incompatible:
- Update module version to v2:
$ go get -u -v github.com/vesoft-inc/nebula-go/v2@master
- The ErrorCode definition has been changed, the ErrorCode is defined in
nebula.ErrorCode