Skip to content

Releases: DotNet4Neo4j/Neo4jClient

OperationCompletedEventArgs includes full debug query now

01 Sep 13:00
Compare
Choose a tag to compare

When the OperationCompleted event is raised the query text now includes the full DebugQueryText, which attempts to show you what the query is.

ParserVersion is no longer limited to numbers!

01 Sep 13:03
Compare
Choose a tag to compare

You can now add free text like 2.1.Experimental

Usage:

client.Cypher.ParserVersion("2.1.Experimental")......

Transactions!

01 Sep 12:52
Compare
Choose a tag to compare

We now have a little thing called Transactions in Neo4jClient.
Usage is defined in the Wiki on the project site.

Other additions include:

  • Authentication Support - No more need for custom HttpClientWrapper
  • UNWIND Support
  • CollectAs Updates