Releases: neo4j-contrib/py2neo
Releases · neo4j-contrib/py2neo
Empty restauration release 2021.2.4
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
Py2neo 2021.2.3
- Updated interchange version to actually do what 2022.2.2 should have done
Py2neo 2021.2.2
- Attempted fix for
mktime
issue on Windows
Py2neo 2021.2.1
- Fixed IndexError bug on long-running queries by introducing handler for null messages
- Tidied up edge cases around subgraph operations
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.save
for iterables RelatedObjects.add
now returns number of additions performed- Added default constructor for
Model
objects
Integration (2021.2)
- Moved third-party library integrations to
py2neo.integration
namespace
Bolt (2021.2)
- Record content is no longer logged
HTTP (2021.2)
- Routing support has been added for HTTP connections
- Improved HTTP connection housekeeping
Py2neo 2021.1.5
- Fixes compatibility with Neo4j 4.3
Py2neo 2021.1.4
Internal refactoring of Connector API
Py2neo 2021.1.3
Fixes #903 to allow entity-level overrides for __primarylabel__
and __primarykey__
.
Py2neo 2021.1.2
- General OGM fixes
- OGM composite keys and labels
- Bulk load "preserve" argument
Py2neo 2021.1.1
- Fixed bug with preview