Skip to main content


Neo4j community graph database driver for Bolt and HTTP

Changes for 0.44 - 2024-02-06

  • Result->peek() is no longer experimental.
  • Result->consume() is no longer experimental.
  • Result->summary() is discouraged in favour of consume().
  • Internal change: Result->fetch() now detects an exhausted result stream immediately when the last record is retrieved.
  • Minor testing improvements.