Skip to content

Releases: vesoft-inc/nebula-python

5.2.0 New Generation of NebulaGraph

25 Nov 09:37

Choose a tag to compare

🎉 Client for the new generation of NebulaGraph (version 5.2)

Highlights:

  • Async-native client
  • Safe, context manager based lifecycle management
  • Connection pool for multiple NebulaGraph servers
  • Session pool for concurrent GQL execution
  • Built-in ORM with Pydantic models

Built by @wey-gu @BeautyyuYanli

v3.8.3

22 Oct 03:50

Choose a tag to compare

New Contributors

Full Changelog: v3.8.2...v3.8.3

v3.8.2

12 Aug 06:49

Choose a tag to compare

This release is mainly for TLS support of Session Pool.

What's Changed

New Contributors

Full Changelog: v3.8.1...v3.8.2

NebulaGraph Python Client v3.8.1

16 Jul 10:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9174a0d...ecbb69c

NebulaGraph Python Client 3.8.0

30 Apr 07:46

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

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

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

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

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

Choose a tag to compare

What's Changed

Features:

BugFixes:

Others:

New Contributors

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