Releases: DotNet4Neo4j/Neo4jClient
Releases · DotNet4Neo4j/Neo4jClient
OperationCompletedEventArgs includes full debug query now
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!
You can now add free text like 2.1.Experimental
Usage:
client.Cypher.ParserVersion("2.1.Experimental")......
Transactions!
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