Skip to content

Releases: vesoft-inc/nebula-python

NebulaGraph Python Client 3.8.0

30 Apr 07:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.8.0

NebulaGraph Python client v3.5.1

23 Apr 06:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v3.5.1

NebulaGraph Python client v3.5.0

24 Jan 05:28
8436727
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

NebulaGraph Python client v3.4.0

07 Feb 06:49
7773f4f
Compare
Choose a tag to compare

What's Changed

Bug fixes:

  • fix session._connection none error by @liuxiaocs7 in #250
  • Remove unusable connection if connection Ping() failed by @Aiee in #255

Others:

New Contributors

Full Changelog: 3.3.0...v3.4.0

NebulaGraph Python client v2.6.1

16 Dec 10:16
5ea823c
Compare
Choose a tag to compare

Changes:

  • Remove unusable connection if connection Ping() failed #247
  • Refactor connection pool and add more tests #251

NebulaGraph Python client v3.3.0

31 Oct 09:52
d8dfac2
Compare
Choose a tag to compare

What's Changed

Features:

BugFixes:

Others:

New Contributors

Full Changelog: v3.1.0...v3.3.0

Nebula Python client v3.1.0

25 Apr 10:55
c4c35b3
Compare
Choose a tag to compare

What's Changed

Bugfix:

Others:

  • Update thrift files for v3.1.0 by @Aiee in #207

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

Nebula Python client v3.0.0

15 Feb 09:41
6f19541
Compare
Choose a tag to compare

What's Changed

Features:

Others:

  • Update package version to v3 by @Aiee in #195
  • Improve the installation instruction by @greyli in #152
  • Enhance the requirements setup and add a basic contributing guide by @greyli in #175

New Contributors

Full Changelog: v2.5.0...v3.0.0

Nebula Python client v2.6.0

02 Nov 06:29
f9e8b11
Compare
Choose a tag to compare

What's Changed

Feature:

Bugfix:

Incompatible:

  • Version check may return ClientServerIncompatibleException that requires users to catch.

New Contributors

Full Changelog: v2.5.0...v2.6.0

Nebula Python Client v2.5.0

18 Aug 07:38
98e08e4
Compare
Choose a tag to compare
  • feature
    • add TimeWrapper/DateTimeWrapper type to get timezone obtained from the server to calculate the local time
    • Session supports reconnecting to different graph services
  • bugfix
    • fix the interface values of Relationship and modify the interface propertys to properties #113
    • fix get offline host info from list_hosts #104
    • fix fbthrift timeout bug #126
  • incompatible
    • the ErrorCode define is changed, all ErrorCode is defined in nebula2.common.ttypes.ErrorCode