Skip to content

Releases: neo4j-contrib/py2neo

Py2neo 2021.1.0

04 May 18:03
Compare
Choose a tag to compare

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

22 Feb 00:21
Compare
Choose a tag to compare
  • More result hydration performance improvements

Py2neo 2021.0.0

03 Feb 21:05
Compare
Choose a tag to compare
  • 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

21 Nov 09:50
Compare
Choose a tag to compare
  • 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

16 Nov 13:05
Compare
Choose a tag to compare
  • 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

16 Nov 12:42
Compare
Choose a tag to compare
Py2neo 2020.1a1 Pre-release
Pre-release
  • 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

20 Aug 07:57
Compare
Choose a tag to compare

2020.0 GA

Py2neo 2020.0rc1

19 Aug 17:46
Compare
Choose a tag to compare
Py2neo 2020.0rc1 Pre-release
Pre-release

First release candidate for 2020.0

Py2neo 2020.0b9

29 Jul 12:24
Compare
Choose a tag to compare
Py2neo 2020.0b9 Pre-release
Pre-release
Updated version from 2020.7 to 2020.0

Py2neo 5.0b5

30 Jun 16:18
Compare
Choose a tag to compare
Py2neo 5.0b5 Pre-release
Pre-release
Updated setup