Skip to content

Releases: aplbrain/grand

v0.5.1

13 May 12:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.2...v0.5.1

v0.4.2

07 May 21:02
Compare
Choose a tag to compare
Update to version 0.4.2

v0.4.0

04 Feb 23:15
058d8df
Compare
Choose a tag to compare

What's Changed

  • Allow the user to specify the edge table column names by @j6k4m8 in #24
  • Improve sql backend perf by @j6k4m8 in #27
  • Add cached backend by @j6k4m8 in #28

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Oct 15:43
6174faa
Compare
Choose a tag to compare

What's Changed

CHANGELOG

0.3.0

This version adds support for Gremlin-compatible graph databases, such as AWS Neptune, TinkerPop, Janus, etc, through the GremlinBackend, and loosens the requirements for the base installation of grand-graph. You can now install grand-graph[sql] or grand-graph[dynamodb] to get additional functionality (with additional dependencies).

  • Improvements
    • Backends
      • Add GremlinBackend to the list of supported backends
  • Housekeeping
    • Removes sqlalchemy and boto3 from the list of requirements for the base install. You can now install these with pip3 install grand-graph[sql] or [dyanmodb].

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Jun 22:16
Compare
Choose a tag to compare
Update readme for v0.2.0

v0.1.0

01 May 02:31
abc8ad7
Compare
Choose a tag to compare
Update What-About-Neptune.md