Skip to content

Commit 17d26bd

Browse files
committed
Updated for Neo4j 5.19
Updated for Neo4j 5.19
1 parent 4d0b48f commit 17d26bd

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# CHANGELOG - 5.19 - 2024-04-15
2+
* [Updated] - Tested through Neo4j 5.19
3+
14
# CHANGELOG - 5.16 - 2024-02-09
25
* [Updated] - Tested through Neo4j 5.16
36
* [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.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>com.neo4jh3</groupId>
88
<artifactId>neo4jh3</artifactId>
9-
<version>5.16.0</version>
9+
<version>5.19.0</version>
1010

1111
<properties>
12-
<neo4j.version>5.16.0</neo4j.version>
12+
<neo4j.version>5.19.0</neo4j.version>
1313
<csv.version>1.2</csv.version>
1414
<lang3.version>3.13.0</lang3.version>
1515
<uber.version>4.1.1</uber.version>

0 commit comments

Comments
 (0)