Skip to content

neo4j-client 2.1.1

Compare
Choose a tag to compare
@cleishm cleishm released this 22 May 02:02
v2.1.1

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:

  • Table output is much prettier, with cleaner boarders and color!
  • Values in table output are now wrapped (in neo4j-client, this can be disabled by unsetting the wrap option, e.g. :set nowrap).
  • Column widths in table output are now calculated based on inspecting the first 100 rows of the result (this can be adjusted or disabled using the inspect option, e.g. :set inspect=0).
  • Render the timing information returned by the server.
  • Update the profile/plan output, based on data returned from newer Neo4j versions.
  • Fixed an issue that would prevent prompting for updated passwords when reattempting auth.

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.