Skip to content

Releases: neo4j-contrib/py2neo

Empty restauration release 2021.2.4

20 Oct 15:15
05dbdb4
Compare
Choose a tag to compare

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

14 Oct 07:45
Compare
Choose a tag to compare
  • Updated interchange version to actually do what 2022.2.2 should have done

Py2neo 2021.2.2

14 Oct 07:14
Compare
Choose a tag to compare
  • Attempted fix for mktime issue on Windows

Py2neo 2021.2.1

08 Oct 23:14
7e20098
Compare
Choose a tag to compare
  • Fixed IndexError bug on long-running queries by introducing handler for null messages
  • Tidied up edge cases around subgraph operations

Py2neo 2021.2.0

24 Aug 22:16
Compare
Choose a tag to compare

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

14 Jun 20:57
Compare
Choose a tag to compare
  • Fixes compatibility with Neo4j 4.3

Py2neo 2021.1.4

07 Jun 07:21
Compare
Choose a tag to compare

Internal refactoring of Connector API

Py2neo 2021.1.3

01 Jun 10:13
Compare
Choose a tag to compare

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

Py2neo 2021.1.2

29 May 00:11
Compare
Choose a tag to compare
  • General OGM fixes
  • OGM composite keys and labels
  • Bulk load "preserve" argument

Py2neo 2021.1.1

04 May 23:55
Compare
Choose a tag to compare
  • Fixed bug with preview