Connection.close() now returns a promise instead of acting immediately.
The new neo4j driver changed the behaviour of Driver.close() and this change is consistent
with that.
Connection.close() now returns a promise instead of acting immediately.
The new neo4j driver changed the behaviour of Driver.close() and this change is consistent
with that.
The run and stream methods of the Connection and Query classes no longer throw
exceptions. Instead they return a rejected promise or an observable that will immediately error.
Set: The default behaviour of the Set clause has changed to use the = operator.
This is to be more consistent with cypher.