Skip to content

Releases: neo4j/neo4j-dotnet-driver

1.3.0-rc1

28 Apr 08:52
Compare
Choose a tag to compare
1.3.0-rc1 Pre-release
Pre-release

Finally we are presenting the release candidate for 1.3 drivers. Try it out and give us your valuable feedback for this driver version!

Changelog

1.2.1

28 Apr 08:50
Compare
Choose a tag to compare

This release fixes a socket connection issue on some systems. It also includes a new support to use IPv6 addresses.

Besides, this release also improves the stability of the driver in routing mode. See the changelog for more information.

1.3.0-beta01

24 Apr 08:34
Compare
Choose a tag to compare
1.3.0-beta01 Pre-release
Pre-release

The 1.3 series is coming! This first release includes a few new enhancements to the routing driver such as accepting routing context from the routing uri. It also includes a few 1.2 bug fixes such as fixing connection errors on some operation systems.

See more details at our changelog.

1.2.0

10 Mar 09:29
Compare
Choose a tag to compare

We would like to present the 1.2 driver which provides improved Causal Clustering API. The improved API which

  • automates the passing of causal consistency context (bookmark) within Sessions
  • prevents Driver death when the database service is completely unavailable
  • hides failures that are caused by cluster leader switch by replay transactions using the strategy defined by retry logic

Checkout driver documentation for more information of how to use the new API.

1.2.0-beta01

09 Mar 11:24
Compare
Choose a tag to compare
1.2.0-beta01 Pre-release
Pre-release

The first release of the new 1.2 driver!

1.1.2

16 Feb 09:03
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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