Skip to content

Releases: nebula-contrib/nebula-sirius

v1.0.0-rc2

02 May 16:54
Compare
Choose a tag to compare

What's Changed

  • (#3) feat: generation of insert/delete vertex statements by @egasimov in #4
  • (#5) Add feature generate insert/delete edge statements by @egasimov in #6
  • Feat/add upsert and batch edge statements generation by @egasimov in #8
  • (ISSUE-#10) Add Create/Drop TAG statement generation by @egasimov in #11
  • (ISSUE-#12) Add support for Generation statements based on EDGE DDL o… by @egasimov in #13

Full Changelog: v1.0.0-rc1...v1.0.0

v1.0.0-rc1

29 Jan 13:47
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Nebula Sirius v1.0.0-rc1

Release Notes

The Nebula Sirius is a software development kit that provides a set of APIs and tools for building applications that interact with the Nebula graph database, enabling developers to easily integrate graph database functionality into their Go applications.

What's New

  • Initial release of the Nebula Go SDK.
  • Provides a set of APIs for interacting with the Nebula database.
  • Supports authentication, query execution, and result set retrieval.
  • Includes a pool of clients for efficient resource management.

For further information, please check out README.md

Full Changelog: https://github.com/egasimov/nebula-sirius/commits/v1.0.0