Skip to content

Releases: neo4j/neo4j-dotnet-driver

1.4.0

26 Jun 12:28

Choose a tag to compare

In 1.4 releases, we introduced byte array and multiple bookmark support. Read more on the new functions available in our changelog

1.4.0-rc1

15 Jun 13:23

Choose a tag to compare

1.4.0-rc1 Pre-release
Pre-release

Release candidate for 1.4.0 .NET driver. Pls give it a try and give us valuable feedback.

1.4.0-beta01

15 Jun 09:14

Choose a tag to compare

1.4.0-beta01 Pre-release
Pre-release

First release of 1.4 series with multiple bookmarks and byte arrays support.

1.3.0

09 May 08:56

Choose a tag to compare

Here is the 1.3.0 release 🎉
The 1.3.0 driver introduces routing context for improved use of routing driver together with a Neo4j cluster of version 3.2 or above.

Driver manual
Driver API
Changelog

1.2.2

04 May 14:47

Choose a tag to compare

Adds ConnectionIdleTimeout on connections to timeout connections in pool that have been idle longer than the configured time.

Changelog

1.3.0-rc1

28 Apr 08:52

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

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

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

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

Choose a tag to compare

1.2.0-beta01 Pre-release
Pre-release

The first release of the new 1.2 driver!