Version 3.1.0
-
Improvement of neo4j result processing
- API v2: paths handled correctly
- new possible value for the
resultparameter:"source". With this value thecypherandmulticypherfunctions return the result as returned by neo4j API. Caution: The format is inconsistent between the two versions of the API.
Version 3.0.0
CRAN release: 2026-05-18
Use the ‘httr2’ package instead of the ‘httr’ package.
Add support for the Neo4j Query API v2 (
/db/{database}/query/v2), required for Neo4j Aura and available on self-managed Neo4j >= 5.19.startGraph()gains anapiparameter ("auto","tx","v2"); Aura URLs (*.databases.neo4j.io) are detected automatically and default to"v2". Self-managed instances continue to use the legacy Transactional HTTP API ("tx") unlessapi = "v2"is set explicitly. Note: withapi = "v2", graph nodes exposeelementId(a string) instead of the integeridreturned by the legacy API.
Version 2.4.2
CRAN release: 2024-01-18
Support periodic commit for Neo4j version 5 (thanks to gregleleu)
Support connection to the “system” database in Neo4j version 5 for admin tasks
Version 2.4.1
CRAN release: 2023-02-16
- Bug fix in
import_from_df()when importing a data.frame with one column
Version 2.4.0
- Add the possibility to add additional headers to the graph requests.
- New contributor: https://github.com/eusebiu
Version 2.1.1
CRAN release: 2022-04-15
-
graphRequest()supports the .opts parameter ofRCurl::curlPerform().
Version 2.1.0
CRAN release: 2020-03-28
- Implementation of the
multicypher()function which can be used to send multiple queries together to the neo4j database
