Skip to content

neo4j-client 2.2.0

Latest
Compare
Choose a tag to compare
@cleishm cleishm released this 20 Sep 07:58
v2.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:

  • Fix compile issue with latest GCC version.
  • Add support for BYTES type
  • Handle '-' as an input filename to represent stdin
  • Improve error reporting of failed commands
  • Add #define's for compile-time version inspection

Note that software developed with 1.x versions of libneo4j-client will likely be incompatible with this release, due to breaking API changes. Most importantly, the neo4j_session_t type has been removed and all methods using this object have been updated to use a neo4j_connection_t instead.