Releases: vesoft-inc/nebula-go
Releases · vesoft-inc/nebula-go
v3.7.5
v3.7.4
v3.7.3
What's Changed
- support retry times in session pool by @HarrisChu in #354
Full Changelog: v3.7.2...v3.7.3
v3.7.2
v3.7.1
What's Changed
- enhance session pool for http2 by @HarrisChu in #340
- Enhance session pool by @HarrisChu in #341
- fix session pool by @HarrisChu in #342
Full Changelog: v3.7.0...v3.7.1
NebulaGraph Go Client v3.8.0
What's Changed
- Add some schema helper methods for SessionPool by @haoxins in #312
- Add ShowSpaces for SessionPool by @haoxins in #313
- Add new method ApplyTag by @haoxins in #317
- Add ApplyEdge for SchemaManager by @haoxins in #319
- Add ShowSpaces for Session by @haoxins in #315
- Add AddTagTTL and AddEdgeTTL for Session Pool by @haoxins in #323
- Schema manager verbose by @haoxins in #320
- Add GetLatencyInMs for ResultSet by @haoxins in #327
- session: Add CreateSpace with SpaceConf by @haoxins in #326
- CreateTag and CreateEdge support TTL by @haoxins in #328
New Contributors
- @TomCN0803 made their first contribution in #336
Full Changelog: v3.7.0...v3.8.0
NebulaGraph Go Client v3.7.0
- feature
Full Changelog: v3.6.1...v3.7.0
NebulaGraph Go client v3.6.1
- Feature
- support to add http header #290 by @HarrisChu
Full Changelog: v3.6.0...v3.6.1
NebulaGraph Go client v3.6.0
Bug fix:
- fix lock for execute function: Enhance session pool by @HarrisChu in #279
Feature:
- support http2 by @Sophie-Xie @veezhang in #280
- expose the ResultSet to support to mock for users by @Nicole00 in #282
- delete domain to ip logic by @HarrisChu in #284
Full Changelog: v3.5.0...v3.6.0
NebulaGraph Go client v3.5.0
What's Changed
Bug fixes:
- fix newConn is nil by @HarrisChu in #260
- Retry to get session when session is invalid in
SessionPool
(#252) by @Sophie-Xie in #261 - Fix timezone in path by @Aiee in #258
- Format table and fix typo by @hezhizhen in #266
- Fix session leak by @zjtaozjtw in #269
- Fix #272 by @HarrisChu in #273
Others:
- Support the tck format for the output of EXPLAIN by @AntiTopQuark in #265
- Remove debug info of MakePlan by @jievince in #271
New Contributors
- @Sophie-Xie made their first contribution in #261
- @hezhizhen made their first contribution in #266
- @AntiTopQuark made their first contribution in #265
- @zjtaozjtw made their first contribution in #269
Full Changelog: v3.4.0...v3.5.0