Release Date: 25 October 2023
GDS 2.5.2 is compatible with Neo4j 5 (≥ 5.6) & 4.4 versions (≥ 4.4.9). For GDS compatibility with previous releases, please use GDS Compatibility Table.Improvements
- Longest Path algorithm returns actual paths, and in general aligns with other path finding algorithms in its result format.
 
Breaking Changes
- Result format of 
gds.dag.longestPath.streamhas changed its release inGDS 2.5.0. New format aligns with existing path finding algorithms. - Old format: 
    
targetNodeID: Integerdistance: Float - New format: 
    
index: IntegersourceNode: IntegertargetNodeID: IntegertotalCost: FloatnodeIds: List of Integercosts: List of Floatpath: Path 
Bug Fixes
- Fixed a bug that led to the database becoming unresponsive when running GDS projections in Neo4j Desktop on Intel Macbooks
 
Recent Graph Data Science Releases
- Graph Data Science 2.23
 - Graph Data Science 2.22
 - Graph Data Science 2.21
 - Graph Data Science 2.20
 - Graph Data Science 2.19