Skip to content

Releases: neo4j-contrib/neomodel

4.0.2

26 Jan 00:18
bfeae3e
Compare
Choose a tag to compare
allow connection to bolt+s database URL schema (#543)

Version 2.0.2 2015-09-04

04 Sep 17:44
Compare
Choose a tag to compare
  • support for creating or updating a node
  • support for getting or creating a node
  • support for wildcard and non explicit traversals
  • support for additional filters
  • improved performance for bulk operations
  • resolved NodeSet.get() and RelationshipManager.get() error messaging
  • resolved "order_by" bug

Version 2.0.1 2015-08-01

02 Aug 19:12
Compare
Choose a tag to compare
  • add support for py2neo 2.x
  • transitioned START queries to MATCH
  • added authentication documentation for neo4j 2.2.x
  • removed tight coupling with pytz
  • resolved DeadlockDetectedException due to duplicate constraint and index
    creation
  • resolved conform errors NodeSet.get() and RelationshipManager.get()
  • resolved username and password interpretation
  • resolved on_count()'s order_by bug
  • resolved CypherException TyperError exception bug