Skip to content

Releases: glesica/Neo4j.jl

v2.1.0

31 Jan 06:20
Compare
Choose a tag to compare

Neo4j v2.1.0

Diff since v2.0.0

Closed issues:

  • Any transaction returns 415 error (#20)

Merged pull requests:

v2.0.0

07 Oct 19:55
d16e360
Compare
Choose a tag to compare

Update to support Julia 0.7 / 1.0. Going forward we will focus on 1.0.

v1.1.0

19 Jul 08:50
3255739
Compare
Choose a tag to compare

Run Cypher queries in a single transaction and return a DataFrames.DataFrame

The new function cypherQuery allows running a MATCH Cypher query in a single transaction/commit.
Return type: DataFrames.DataFrame

❗ The MATCH results have to return tabular data (e.g. node property values)

v1.0.0

19 Mar 17:47
Compare
Choose a tag to compare

First official release. Includes both Cypher endpoints and the traditional REST API.