Recent Releases of py2neo
py2neo - Empty restauration release
This release contains the same code as 2021.2.3 as is only meant to restore the project on PyPI after it has been deleted.
This project is still EOL and will not receive updates. Please migrate to the official Neo4j drivers.
If you need historic releases of py2neo for legacy code, please check out https://pypi.org/pypi/py2neo-history
- Python
Published by robsdedude almost 3 years ago
py2neo - Py2neo 2021.2.3
- Updated interchange version to actually do what 2022.2.2 should have done
- Python
Published by technige almost 5 years ago
py2neo - Py2neo 2021.2.2
- Attempted fix for
mktimeissue on Windows
- Python
Published by technige almost 5 years ago
py2neo - Py2neo 2021.2.1
- Fixed IndexError bug on long-running queries by introducing handler for null messages
- Tidied up edge cases around subgraph operations
- Python
Published by technige almost 5 years ago
py2neo - Py2neo 2021.2.0
General (2021.2)
- Support for Python 3.4 has been dropped
- Command line functionality has been moved to the separate ipy2neo project
- Data type and PackStream functionality has been moved to the separate interchange project
- Various experimental modules removed from project
OGM (2021.2)
- Allow
Repository.savefor iterables RelatedObjects.addnow returns number of additions performed- Added default constructor for
Modelobjects
Integration (2021.2)
- Moved third-party library integrations to
py2neo.integrationnamespace
Bolt (2021.2)
- Record content is no longer logged
HTTP (2021.2)
- Routing support has been added for HTTP connections
- Improved HTTP connection housekeeping
- Python
Published by technige almost 5 years ago
py2neo - Py2neo 2021.1.5
- Fixes compatibility with Neo4j 4.3
- Python
Published by technige about 5 years ago
py2neo - Py2neo 2021.1.4
Internal refactoring of Connector API
- Python
Published by technige about 5 years ago
py2neo - Py2neo 2021.1.3
Fixes #903 to allow entity-level overrides for __primarylabel__ and __primarykey__.
- Python
Published by technige about 5 years ago
py2neo - Py2neo 2021.1.2
- General OGM fixes
- OGM composite keys and labels
- Bulk load "preserve" argument
- Python
Published by technige about 5 years ago
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
- Python
Published by technige about 5 years ago
py2neo - Py2neo 2021.0.1
- More result hydration performance improvements
- Python
Published by technige over 5 years ago
py2neo - 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
- Python
Published by technige over 5 years ago
py2neo - Py2neo 2020.1.1
- Fixed bug with HTTP calls returning non-200 response
- Allowed HTTP to detect bad credentials on
Graphconstruction, as with Bolt
- Python
Published by technige over 5 years ago
py2neo - 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
triplesmethod to OGM RelatedObjects - Fixed cursor preview bug with empty results
- Python
Published by technige over 5 years ago
py2neo - 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
triplesmethod to OGM RelatedObjects - Fixed cursor preview bug with empty results
- Python
Published by technige over 5 years ago
py2neo - Py2neo 2020.0rc1
First release candidate for 2020.0
- Python
Published by technige almost 6 years ago