Releases
v1.3.0
Breaking Changes
Renamed keyword argument edge_label
to relationship_type
in to()
and from()
methods in the query builder. #145
Major Features and Improvements
Added option to suppress warning GQLAlchemySubclassNotFoundWarning
. #121
Added the possibility to import Field
from gqlalchemy.models
. #122
Added set_()
method to the query builder. #128
Added wrapper class for query modules. #130
Added foreach()
method to the query builder. #135
Added load_csv()
and return()
methods from the query builder to base classes list. #139
Added new argument types in return_()
, yield_()
and with_()
methods in the query builder. #146
Added IntegratedAlgorithm
class instance as argument in to()
and from()
methods in the query builder. #141
Extended IntegratedAlgorithm
class with the Breadth-first search algorithm. #142
Extended IntegratedAlgorithm
class with the Weighted shortest path algorithm. #143
Extended IntegratedAlgorithm
class with the Depth-first search algorithm. #144
Removed the usage of sudo
from the instance_runner
module. #148
Added support for Neo4j in the Object-Graph Mapper and the query builder. #149
Changed string variables for Blob and S3 keyword arguments. #151
Added variable support for node and relationship properties. #154
Added Tuple
as new argument type in query modules. #155
Changed host
and port
Memgraph
properties to readonly. #156
Changed Memgraph.new_connection()
to be a private method. #157
Added push()
query modules for Kafka streams and Power BI. #158
Added argument lazy
for configuring lazy loading in the Memgraph
class. #159
Added datetime
support for property types. #161
Added Operator
enum which can be used as operator
value in set_()
and where()
methods in the query builder. #165
Added an extension to the QueryBuilder
class to support and autocomplete integrated and MAGE query modules. #168
Bug fixes
Fixed the unbound variable error in the return statement of the Cypher query in memgraph.save_relationship_with_id()
. #166
Fixed checking if None
for Optional
properties. #167
You can’t perform that action at this time.