neo4j-client 1.1.0
This is a GA release of neo4j-client.
Mac OS X users, please install via homebrew:
$ brew install cleishm/neo4j/neo4j-client
Ubuntu users, please install via the PPA:
$ sudo add-apt-repository ppa:cleishm/neo4j
$ 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:
- Fixes an important security issue where server fingerprints were shortened by 1 char
- Improves error output, tracking error locations over multiple statements in input files
- Adds multiple improvements to neo4j-client:
- Provide more helpful guidance on startup and in
:help
output. - Add
:outfile <file>
to allow redirecting output to a file - Add colorization of error output
- Add
:source <file>
, allowing files of commands and cypher statements to be evaluated - Adds
--o <file>
and-i <file>
as alternatives to using pipes connected to stdout and stdin - Add
:set echo
, causing evaluated commands and statements to be echoed to the output before their results.
- Provide more helpful guidance on startup and in