Skip to content

Graph Data Science 2.1.4

Compare
Choose a tag to compare
@AliciaFrame AliciaFrame released this 23 Jun 19:26
· 9911 commits to master since this release

GDS 2.1.4 is compatible with Neo4j 4.3 and 4.4 but not Neo4j 3.5.x, 4.0, 4.1, or 4.2. For a 3.5 compatible release, please see GDS 1.1.7. For a 4.0 compatible release, please see GDS 1.6.5. For a 4.1 or 4.2 compatible release, please see GDS 1.8.8

Bug fixes

  • Fixed a bug where Neo4j users with admin role could not see all graphs in the catalog on GDS enterprise.
  • Fixed a bug in random graph generation where the resulting graph can end up with an incorrect relationship schema.
  • Fixed a bug where gds.graph.list and gds.graph.drop throw a NPE if the catalog contains graphs that have been created with Cypher Aggregation.