You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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
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
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.