Release Date: 2 June 2023

GDS 2.3.8 is compatible with Neo4j 5 & 4.4 versions (≥ 4.4.9). For GDS compatibility with previous releases, please use GDS Compatibility Table.

Bug fixes

  • Fixes a bug where running Weighted Node Similarity with different relationship types could lead to invalid results.
  • Fixes a bug for shortest path algorithms where yielding the `path` parameter for a graph produced by `gds.beta.graph.generate` in stream mode could result in error. The parameter is now returned as null. Affected algorithms include: Dijkstra, AStar, Yens and Delta-Stepping.