Skip to content

Releases: neo4j/neo4j-dotnet-driver

1.1.2

16 Feb 09:03

Choose a tag to compare

Improved routing and error handling.
More stable when error occurs in the cluster.
See details in changelog

1.1.1

09 Feb 11:08

Choose a tag to compare

Fix the bug in load balancer that the new connection pools are not connecting to the specified server.

1.1.0

20 Jan 10:26

Choose a tag to compare

We would like to represent you the new 1.1 routing driver which adds routing and simple load balancing. This means that with the routing driver, the application user/operator does not need to add logic to their application or additional components to their infrastructure to interact with a Neo4j 3.1+ Causal Cluster. To use the new routing driver, just specify bolt+routing as the scheme in the URL when connecting to the cluster.

Read the changelog for more information about this release!

1.1.0-rc1

13 Jan 09:48

Choose a tag to compare

1.1.0-rc1 Pre-release
Pre-release

What to know what is in the coming 1.1.0 release? Try out this release candidate!

1.0 changelog
wiki

1.1.0-m03

02 Jan 09:33

Choose a tag to compare

1.1.0-m03 Pre-release
Pre-release

Added new in-house routing for routing Cypher statements to a neo4j 3.1+ causal cluster.
For the full story and bug fix history, please read more in our changelog

1.1.0-M02

30 Sep 08:36

Choose a tag to compare

1.1.0-M02 Pre-release
Pre-release

We present .NET Core support and TLS 1.2 support from this version. We also better improved the streaming of result by buffering the result automatically if not consumed in time.
For more details of bug fixes in this release, checkout the changelog

1.1.0-M01

12 Jul 09:09

Choose a tag to compare

1.1.0-M01 Pre-release
Pre-release

The first release of 1.1 .NET driver, where streaming of records is introduced!

1.0.2

28 Jun 08:05

Choose a tag to compare

This release includes a few key bug fixes in reading data from network buffer and packing chunks into network buffer. We also enhanced the session pool in this release to better handle acquiring and releasing sessions in a concurrent manner.

1.0.1

08 Jun 15:00

Choose a tag to compare

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

The First Official Release of Neo4j .NET Driver 1.0.0

21 Apr 17:02

Choose a tag to compare

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