Release Date: 23 June 2022
GDS 1.8.8 is compatible with Neo4j 4.1, 4.2, 4.3 and 4.4 but not Neo4j 3.5.x. For a 3.5 compatible release, please see GDS 1.1.7. For a 4.0 compatible release, please see GDS 1.6.5.

Breaking Changes

  • The procedures gds.features.useKernelTracker and gds.features.useKernelTracker.reset have been removed.

Bug fixes

  • Fixed a bug in gds.beta.randomWalk.stream where configuring start nodes could lead to AIOOB exceptions.
  • Fix a bug in gds.graph.export where the configured database directory would not be respected.
  • Fixed a bug with running Triangle Count on filtered graphs.
  • Fixed a bug in gds.beta.graphSage when using activationFunction: 'RELU‘, where the training did not always compute the correct gradient.
  • Fixed a bug in gds.louvain.stream that occurrred when the consecutiveIds parameter was enabled.
  • Fixed a bug where Neo4j users with admin role could not see all graphs in the catalog on GDS enterprise.

Other Changes