Releases: neo4j-contrib/py2neo
Releases · neo4j-contrib/py2neo
Py2neo 2021.1.0
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
Py2neo 2021.0.1
- More result hydration performance improvements
Py2neo 2021.0.0
- Added basic bulk load functions
- Sped up result hydration for large result sets
- Added support for Python 3.9
- Numerous bug fixes
Py2neo 2020.1.1
- Fixed bug with HTTP calls returning non-200 response
- Allowed HTTP to detect bad credentials on
Graph
construction, as with Bolt
Py2neo 2020.1.0
- 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
Py2neo 2020.1a1
- 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
Py2neo 2020.0.0
2020.0 GA
Py2neo 2020.0rc1
First release candidate for 2020.0
Py2neo 2020.0b9
Updated version from 2020.7 to 2020.0
Py2neo 5.0b5
Updated setup