Skip to content

Py2neo 2021.2.0

Compare
Choose a tag to compare
@technige technige released this 24 Aug 22:16
· 20 commits to master since this release

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