Py2neo Versions Save

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

2021.2.4

5 months ago

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

2021.2.3

2 years ago
  • Updated interchange version to actually do what 2022.2.2 should have done

2021.2.2

2 years ago
  • Attempted fix for mktime issue on Windows

2021.2.1

2 years ago
  • Fixed IndexError bug on long-running queries by introducing handler for null messages
  • Tidied up edge cases around subgraph operations

2021.2.0

2 years ago

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

2021.1.5

2 years ago
  • Fixes compatibility with Neo4j 4.3

2021.1.4

2 years ago

Internal refactoring of Connector API

2021.1.3

2 years ago

Fixes #903 to allow entity-level overrides for __primarylabel__ and __primarykey__.

2021.1.2

2 years ago
  • General OGM fixes
  • OGM composite keys and labels
  • Bulk load "preserve" argument

2021.1.1

2 years ago
  • Fixed bug with preview