Releases: cleishm/libneo4j-client
libneo4j-client 0.9.1 (beta)
This is a beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/libneo4j-client
$ sudo apt-get update
$ sudo apt-get install neo4j-client
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Update for Neo4j 3.0.0-RC1
libneo4j-client 0.9.0 (beta)
This is a beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/libneo4j-client
$ sudo apt-get update
$ sudo apt-get install neo4j-client
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Update for Neo4j 3.0.0-M05
- Sends authentication credentials when connecting
libneo4j-client 0.8.2 (beta)
This is a beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/libneo4j-client
$ sudo apt-get update
$ sudo apt-get install neo4j-client
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Pipeline statements when using batch mode (reading from stdin) in the shell.
libneo4j-client 0.8.1 (beta)
This is a beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/libneo4j-client
$ sudo apt-get update
$ sudo apt-get install neo4j-client
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Fix newline issue with entering commands in the shell
libneo4j-client 0.8.0 (beta)
This is a beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/libneo4j-client
$ sudo apt-get update
$ sudo apt-get install neo4j-client
There are also packages available for other platforms, including Debian, Ubuntu, Fedora, CentOS and openSUSE.
Changes:
- Update for Neo4j 3.0.0-M03
- Add
neo4j_reset_session(...)
, for clearing server session state - Update trust-on-first-use (TOFU) to use SHA512 fingerprints
- Reverse the rendering direction of plan/profile tables
libneo4j-client 0.7.1 (beta)
This is an beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/libneo4j-client
$ sudo apt-get update
$ sudo apt-get install neo4j-client
Changes:
libneo4j-client 0.7.0 (beta)
This is an beta release of libneo4j-client. The usage and API may change before a GA release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Changes:
- Adds support for obtaining the plan/profile from a result stream, if available.
- Now a beta release, and ready for serious use.
- The command line interface to Neo4j,
neo4j-client
, now supports all necessary features for general usage.
libneo4j-client 0.6.0 (alpha)
This is an alpha release of libneo4j-client. It is not intended for stable use and the API may change before a stable release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Changes:
- Improves error when connecting to a server that requires TLS
- Resolves a failure when closing an undrained result stream
libneo4j-client 0.5.0 (alpha)
This is an alpha release of libneo4j-client. It is not intended for stable use and the API may change before a stable release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Changes:
- Improves error when connecting to a server that doesn't support TLS
- Adds buffering of I/O, to improve throughput
- Adds an Identity type, and exposes identities for Node and Relationship values
libneo4j-client 0.4.0 (alpha)
This is an alpha release of libneo4j-client. It is not intended for stable use and the API may change before a stable release is made.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/libneo4j-client
Changes:
- Added support for Paths, so now they get their own type (
NEO4J_PATH
) and render as(:Client{name:"libneo4j-client"})-[:WORKS_WITH{}]->(:Software{name:"neo4j"})
rather than the very unhelpfulstruct<0xXX>{}
it rendered to before.