From 17d26bdf2e37e148667ef826c44acd4bc9d1b01b Mon Sep 17 00:00:00 2001 From: David Fauth Date: Thu, 18 Apr 2024 11:03:05 +0200 Subject: [PATCH] Updated for Neo4j 5.19 Updated for Neo4j 5.19 --- CHANGELOG.md | 3 +++ pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51374ef..d860d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# CHANGELOG - 5.19 - 2024-04-15 +* [Updated] - Tested through Neo4j 5.19 + # CHANGELOG - 5.16 - 2024-02-09 * [Updated] - Tested through Neo4j 5.16 * [Added] - Added two new procedures that write to the Neo4j database. These are com.neo4jh3.writeH3NodesRelsToDB and com.neo4jh3.writeH3StringNodesRelsToDB. These procedures take the from node, a list of hex addresses, a Label, a Property and a transaction size and write the H3 address nodes and create relationships between the H3 node and the From Node to the database. If you are using these procedures, it is highly recommended that you have a constraint or index for the Label and Property. diff --git a/pom.xml b/pom.xml index 57bbd3c..87cb39d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,10 +6,10 @@ com.neo4jh3 neo4jh3 - 5.16.0 + 5.19.0 - 5.16.0 + 5.19.0 1.2 3.13.0 4.1.1