Skip to content

Releases: memgraph/gqlalchemy

Release v1.1.4

24 Mar 12:51
cc67783
Compare
Choose a tag to compare

Changed method _save_node_with_id() to save_node_with_id().

Release v1.1.3

07 Mar 14:59
4a23854
Compare
Choose a tag to compare

Release v1.1.0

31 Jan 15:18
424cfcc
Compare
Choose a tag to compare

Major Features and Improvements

  • Added graph schema definition and validation.
  • Added new methods to the query builder: merge(), create(),
    unwind(),with_(), return_(), yield_(), order_by(), limit(),
    skip(), call(), delete() and remove().
  • Added on-disk storage for large properties that don't need to be stored in the
    graph database.
  • Added support for managing streams and database triggers.

Release v1.0.6

04 Oct 10:38
Compare
Choose a tag to compare

Change GQLAlchemy dependencies to support python 3.7.

Release v1.0.5

18 Aug 14:12
Compare
Choose a tag to compare

Fix #14 issue with creating nodes with string as ids.

Release v1.0.4

30 Jul 12:02
Compare
Choose a tag to compare

Breaking Change

Replace execute_query with execute #13

Release v1.0.2

21 May 15:51
Compare
Choose a tag to compare

Initial release.