Skip to content

Version 5.1.0 2023-07

Compare
Choose a tag to compare
@mariusconjeaud mariusconjeaud released this 19 Jul 14:10
· 349 commits to master since this release
30ec519

Version 5.1.0 2023-07

  • Bumped neo4j-driver version to 5.10.0
  • Breaking change : When using neomodel along with Neo4j version 5, use StructuredNode and StructuredRel's element_id property instead of id. If you have Cypher queries which currently use the id() function, migrate them to elementId() instead.
    If you use Neo4j version 4.4, this change should be transparent to you, and you should keep using id() function in Cypher since elementId() is not implemented in 4.4.
  • Bump Shapely to >= 2.0.0
  • Fix schema scripts invocation
  • Removed custom str method, part of NodeClassRegistry, from Database() (db) object.