Releases: memgraph/gqlalchemy
Releases · memgraph/gqlalchemy
Release v1.1.4
Changed method _save_node_with_id()
to save_node_with_id()
.
Release v1.1.3
- Update pymgclient to version 1.2.0.
Release v1.1.0
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()
andremove()
. - 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
Change GQLAlchemy dependencies to support python 3.7.
Release v1.0.5
Fix #14 issue with creating nodes with string as ids.
Release v1.0.4
Breaking Change
Replace execute_query
with execute
#13
Release v1.0.2
Initial release.