Added useful methods for by passing relationships in node objects
getConnectedNodes
getConnectedNode
added a parameter removeIndexIfExist
defaulted to false in createUniqueConstraint
which will drop automatically
the index when creating the constraint
$client->createUniqueConstraint('Repository', 'name', true);
added changePassword
method for Neo4j 2.2M04+
$client->changePassword('myUser', 'newPassword');
getVersion
method has been replaced by the getNeo4jVersion()
method.listIndex
returns now an array of indexed properties for the given labellistIndexes
returning an array label => [$properties]
query
to add query strings to the http requestAuth Extension commands added to core
HttpClient receives now the ConnectionManager, it allows further improvement to provide fallback connections or duplication of commands