Py2neo Versions Save

EOL! Py2neo is a comprehensive Neo4j driver library and toolkit for Python.

2021.1.0

2 years ago

Highlights

  • Full support for routing
  • Big stability improvements for multithreaded usage.
  • Retries built into Graph.update() and Graph.query() methods
  • New PEP249 (DB API 2.0) compatibility

Full release notes at https://py2neo.org/2021.1/release-notes.html#version-2021-1

2021.0.1

3 years ago
  • More result hydration performance improvements

2021.0.0

3 years ago
  • Added basic bulk load functions
  • Sped up result hydration for large result sets
  • Added support for Python 3.9
  • Numerous bug fixes

2020.1.1

3 years ago
  • Fixed bug with HTTP calls returning non-200 response
  • Allowed HTTP to detect bad credentials on Graph construction, as with Bolt

2020.1.0

3 years ago
  • Added support for Neo4j 4.1
  • Added experimental routing support
  • Removed node and relationship caches
  • Removed Graph/GraphService instance reuse
  • Added test to ensure correct operation with multiprocessing
  • Improved connection management and logging
  • Added explicit "readonly" transaction mode
  • Added triples method to OGM RelatedObjects
  • Fixed cursor preview bug with empty results

2020.1a1

3 years ago
  • Added support for Neo4j 4.1
  • Added experimental routing support
  • Removed node and relationship caches
  • Removed Graph/GraphService instance reuse
  • Added test to ensure correct operation with multiprocessing
  • Improved connection management and logging
  • Added explicit "readonly" transaction mode
  • Added triples method to OGM RelatedObjects
  • Fixed cursor preview bug with empty results

2020.0.0

3 years ago

2020.0 GA

2020.0rc1

3 years ago

First release candidate for 2020.0

2020.0b9

3 years ago

5.0b5

3 years ago