Skip to content

neo4j-client 1.2.0

Compare
Choose a tag to compare
@cleishm cleishm released this 13 Aug 23:23
v1.2.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:

  • Handle ^C interrupts cleanly in neo4j-client
  • Add support for multi-line client commands
  • Add support for terminating client commands with a semi-colon
  • Improve compatibility for various odd platforms