Releases: davidfauth/Neo4jH3
Releases · davidfauth/Neo4jH3
5.11.0
Updated for Neo4j 5.11
Updated com.neo4jh3.pointash3String and com.neo4jh3.pointash3 to accept a 3rd parameter for lat/lon orientation
5.10.0
Updated for Neo4j 5.10
Bumped org.apache.commons.commons-lang3 to 3.13.0
5.8.0
Added support for converting a LINESTRING geospatial object to H3 number - com.neo4jh3.lineash3
Added support for converting a LINESTRING geospatial object to H3 string - com.neo4jh3.lineash3String
Bumped H3 library to 4.1.1
5.7.0
Updated for Neo4j 5.7.0
- [Modified] Converted com.neo4jh3.multilineash3 from a function to a procedure. This procedure returns a list of H3 numbers that are along the line using the H3 gridpathcells feature.
- [Modified] Converted com.neo4jh3.multilineash3String from a function to a procedure. This procedure returns a list of H3 numbers that are along the line using the H3 gridpathcells feature.
What's Changed
- Updated for Neo4j 5.5 and new multiline function by @davidfauth in #6
- fix markdown h2 formatting by @ikwattro in #7
New Contributors
Full Changelog: 5.3.0...5.7.0
5.3.0
Updated release to work with Neo4j 5.3.0
New naming conventions to align closely with Databricks H3 naming.