Skip to content

libneo4j-client 0.9.2 (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cleishm cleishm released this 21 May 13:31
· 248 commits to main since this release
v0.9.2

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:

  • Fixed compile error when including the neo4j-client.h header in C++ code.