Skip to content

Releases: cleishm/libneo4j-client

libneo4j-client 0.9.1 (beta)

25 Apr 10:22
v0.9.1
Compare
Choose a tag to compare
Pre-release

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:

  • Update for Neo4j 3.0.0-RC1

libneo4j-client 0.9.0 (beta)

09 Mar 20:06
v0.9.0
Compare
Choose a tag to compare
Pre-release

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:

  • Update for Neo4j 3.0.0-M05
  • Sends authentication credentials when connecting

libneo4j-client 0.8.2 (beta)

22 Feb 16:58
v0.8.2
Compare
Choose a tag to compare
Pre-release

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:

  • Pipeline statements when using batch mode (reading from stdin) in the shell.

libneo4j-client 0.8.1 (beta)

11 Feb 02:17
Compare
Choose a tag to compare
Pre-release

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:

  • Fix newline issue with entering commands in the shell

libneo4j-client 0.8.0 (beta)

09 Feb 16:07
Compare
Choose a tag to compare
Pre-release

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:

  • Update for Neo4j 3.0.0-M03
  • Add neo4j_reset_session(...), for clearing server session state
  • Update trust-on-first-use (TOFU) to use SHA512 fingerprints
  • Reverse the rendering direction of plan/profile tables

libneo4j-client 0.7.1 (beta)

03 Feb 01:16
v0.7.1
Compare
Choose a tag to compare
Pre-release

This is an 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

Changes:

libneo4j-client 0.7.0 (beta)

25 Jan 17:07
Compare
Choose a tag to compare
Pre-release

This is an 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

Changes:

  • Adds support for obtaining the plan/profile from a result stream, if available.
  • Now a beta release, and ready for serious use.
  • The command line interface to Neo4j, neo4j-client, now supports all necessary features for general usage.

libneo4j-client 0.6.0 (alpha)

14 Jan 23:55
Compare
Choose a tag to compare
Pre-release

This is an alpha release of libneo4j-client. It is not intended for stable use and the API may change before a stable release is made.

Mac OS X users, please install via homebrew:

$ brew install cleishm/neo4j/libneo4j-client

Changes:

  • Improves error when connecting to a server that requires TLS
  • Resolves a failure when closing an undrained result stream

libneo4j-client 0.5.0 (alpha)

14 Jan 08:57
Compare
Choose a tag to compare
Pre-release

This is an alpha release of libneo4j-client. It is not intended for stable use and the API may change before a stable release is made.

Mac OS X users, please install via homebrew:

$ brew install cleishm/neo4j/libneo4j-client

Changes:

  • Improves error when connecting to a server that doesn't support TLS
  • Adds buffering of I/O, to improve throughput
  • Adds an Identity type, and exposes identities for Node and Relationship values

libneo4j-client 0.4.0 (alpha)

10 Jan 01:57
Compare
Choose a tag to compare
Pre-release

This is an alpha release of libneo4j-client. It is not intended for stable use and the API may change before a stable release is made.

Mac OS X users, please install via homebrew:

$ brew install cleishm/neo4j/libneo4j-client

Changes:

  • Added support for Paths, so now they get their own type (NEO4J_PATH) and render as (:Client{name:"libneo4j-client"})-[:WORKS_WITH{}]->(:Software{name:"neo4j"}) rather than the very unhelpful struct<0xXX>{} it rendered to before.