neo4j-dotnet-driver

Neo4j Bolt driver for .NET

APACHE-2.0 License

Stars
216
Committers
30

Bot releases are hidden (Show)

neo4j-dotnet-driver - 1.0.1

Published by zhenlineo over 8 years ago

Fixed a few bugs found after the first release.
See the changelog to find more info about the bugs fixed

neo4j-dotnet-driver - The First Official Release of Neo4j .NET Driver 1.0.0

Published by zhenlineo over 8 years ago

This new driver provides a brand new way to connect to a Neo4j 3.0.+ database and run Cypher statements over the BOLT protocol.

The current driver version 1.0 works with Neo4j 3.0 databases.

For details about how to use the driver, please refer to driver manual and .NET driver API documentation

For more information about changes from pre-release versions, please refer to change log

neo4j-dotnet-driver - 1.0.0-RC2

Published by zhenlineo over 8 years ago

This new RC release introduces many small API enhancement.
Check out the full changelog here

neo4j-dotnet-driver - 1.0.0-M02

Published by zhenlineo over 8 years ago

The main changes in this pre-release are listed as follows:

  • Added the ability to visit the arrived records immediately without being blocked by the whole result to be fully streamed back.
  • Added session pool to buffer the sessions that are previously but not current used for future reuse directly.
  • Refined API docs and re-structured some interfaces and classes into internal use only.
neo4j-dotnet-driver - 1.0.0-M03

Published by zhenlineo over 8 years ago

A new improved API for accessing result and records is included in this new release! Please try the new API and give us valuable feedback on it.
For more information of this release, please have a look at the changelog.

neo4j-dotnet-driver - 1.0.0-M01

Published by zhenlineo over 8 years ago

The first release of the Neo4j .NET driver!