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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,12 @@ This has meant that the spatial library needed a major refactoring to work with
68
68
objects to have been created in the current transaction.
69
69
To work around this we added `.byId` versions of the `spatial.addNode` and `spatial.removeNode` procedures.
70
70
We also changed the `spatial.removeNode` procedures to return `nodeId` instead of `node`.
71
+
* The change to Neo4j 4.2 was more subtle. Mostly only internal API's around the use of `Path` instead of `File`.
72
+
One change that could be noticed was the `IndexManager.IndexAccessMode` class.
73
+
In the 0.27.0 and 0.27.1 versions we used `OverridenAccessMode` to take the users existing access mode
74
+
and simply add on the rights to create tokens and indexes. In 0.27.2 we instead use `RestrictedAccessMode`
75
+
to restrict the users access right to the built in `AccessModel.Static.SCHEMA` and then boost to enable
76
+
index and token writes. The difference is subtle and should only be possible to notice in Enterprise Edition.
71
77
72
78
Consequences of the port to Neo4j 4.x:
73
79
@@ -340,6 +346,7 @@ The Neo4j Spatial Plugin is available for inclusion in the server version of Neo
340
346
* Using GeoTools 24.2 (for GeoServer 2.18.x):
341
347
*[v0.27.0 for Neo4j 4.0.3](https://github.com/neo4j-contrib/m2/blob/master/releases/org/neo4j/neo4j-spatial/0.27.0-neo4j-4.0.3/neo4j-spatial-0.27.0-neo4j-4.0.3-server-plugin.jar?raw=true)
342
348
*[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)
349
+
*[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)
343
350
344
351
For versions up to 0.15-neo4j-2.3.4:
345
352
@@ -456,7 +463,7 @@ Add the following repositories and dependency to your project's pom.xml:
0 commit comments