You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,9 @@ This has meant that the spatial library needed a major refactoring to work with
81
81
0.28.0 solves this by using different indexes, and keeping all imports completely separate.
82
82
The more complex problems of importing newer versions, and stitching together overlapping areas, are not
83
83
yet solved.
84
+
* Neo4j 4.3 has an issue with leaking RelationshipTraversalCursor, and we needed to do some workarounds to
85
+
avoid this issue, usually by exhausting the iterator, which can have a higher performance cost in some cases.
86
+
Version 0.28.1 includes this fix.
84
87
85
88
Consequences of the port to Neo4j 4.x:
86
89
@@ -355,7 +358,7 @@ The Neo4j Spatial Plugin is available for inclusion in the server version of Neo
355
358
*[v0.27.1 for Neo4j 4.1.7](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.27.1-neo4j-4.1.7/neo4j-spatial-0.27.1-neo4j-4.1.7-server-plugin.jar?raw=true)
356
359
*[v0.27.2 for Neo4j 4.2.3](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.27.2-neo4j-4.2.3/neo4j-spatial-0.27.2-neo4j-4.2.3-server-plugin.jar?raw=true)
357
360
*[v0.28.0 for Neo4j 4.2.3](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.28.0-neo4j-4.2.3/neo4j-spatial-0.28.0-neo4j-4.2.3-server-plugin.jar?raw=true)
358
-
*[v0.28.0 for Neo4j 4.3.10](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.28.0-neo4j-4.3.10/neo4j-spatial-0.28.0-neo4j-4.3.10-server-plugin.jar?raw=true)
361
+
*[v0.28.1 for Neo4j 4.3.10](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.28.1-neo4j-4.3.10/neo4j-spatial-0.28.1-neo4j-4.3.10-server-plugin.jar?raw=true)
359
362
360
363
For versions up to 0.15-neo4j-2.3.4:
361
364
@@ -472,7 +475,7 @@ Add the following repositories and dependency to your project's pom.xml:
0 commit comments