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
This release introduces the new support of routing cypher statements to a Neo4j 3.1+ cluster and running statements on the cluster directly.
More details info and bug fixes could be found in changelog
We present a newly designed session pool, which provides a safer resource management than the previous one. With this new pool, the maximum amount of sessions is no longer limited, instead you will get as much sessions as your application demands. This session pool uses IdleSessionPool to buffer the sessions that are not used currently but are available to be reused immediately. Therefore with this new change, the previous connectionPoolSize, which specifies the max number of connections per URL for this driver is deprecated.