stellasia / neomap

A Neo4j Desktop application to visualize nodes with geographic attributes on a map.
GNU General Public License v3.0
106 stars 13 forks source link

Update to neo4j-driver 4.0.2 #60

Closed tomasonjo closed 4 years ago

tomasonjo commented 4 years ago

fixes https://github.com/stellasia/neomap/issues/54

I tried to build it and run in Neo4j Desktop 1.2.9 with Neo4j 4.0.4 and it worked

stellasia commented 4 years ago

Hi @tomasonjo , Thanks for this! Do you know if this is still compatible with Neo4j 3? I would like to keep the backward compatibility for now.

tomasonjo commented 4 years ago

I have tried on Neo4j 3.5.18 and it works! Also, the docs state:

Cross-version compatibility is still available, and minimum support for current and previous versions between both server and driver is guaranteed. More specifically, this means that Neo4j 4.0 is guaranteed to be compatible with both 4.0 Drivers and 1.7 Drivers, and the 4.0 Drivers are guaranteed to be compatible with both Neo4j 4.0 and Neo4j 3.5. In cases where at least one peer is below version 4.0, communication will occur in fallback mode, limiting functionality to that available in the lowest-versioned component

stellasia commented 4 years ago

Perfect, thank you very much! I merge it and will release a new version soon (just one think I want to fix on the map before)