pypi neomodel 5.1.0
Version 5.1.0 2023-07

latest releases: 5.3.1, 5.3.0, 5.2.1...
11 months ago

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.

Don't miss a new neomodel release

NewReleases is sending notifications on new releases.