Skip to content

v4.4.3.1 - Improved Clustering Support

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 14:21
· 588 commits to main since this release

Noteworthy dependency updates 🕵️

  • Neo4j JDBC driver bumped from 4.0.1 to 4.0.4, which includes:
    • a fix for #14 which made statements with RETURN clauses hang (fixed in JDBC 4.0.2 release)
    • support for the newer Neo4j 4.x URI schemes (bolt+s, bolt+ssc, neo4j+s, neo4j+ssc) (fully fixed in JDBC 4.0.3 release)

❗Important related fix in the plugin itself:

  • instantiate the routing-aware JDBC driver when users select bolt+routing (Neo4j 3.x) or neo4j/neo4j+s/neo4j+ssc (Neo4j 4+) URI schemes 🛣