libneo4j-client 1.0.0
This is the first GA release of libneo4j-client.
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:
- First GA release!
- Added dependency to libcypher-parser, removing parsing methods from the library API.
- Numerous API tweaks.