Skip to content

4.0.2

Choose a tag to compare

@neo-technology-build-agent neo-technology-build-agent released this 03 Aug 15:26
· 106 commits to 4.0 since this release

πŸ’₯ Breaking changes πŸ’₯

  • JDK baseline version is now Java 11

Fixes and improvements

  • [#225] Fix driver closure when connectivity verification fails
  • [#234] Implement DatabaseMetadata#getSystemFunctions for the HTTP driver
  • Make autocommit configurable via connection URI for the Bolt driver
  • [#248][#249] Support neo4j+ssc, neo4j+s, bolt+ssc, bolt+s URI schemes for the Bolt driver (always prefixed with jdbc:neo4j:)
  • [#268] Add a retry mechanism on transient failures for the Bolt driver
  • [#270] Fix Statement#getMoreResults implementation for the Bolt driver
  • [#272] Improve RETURN clause detection