4.0.2
·
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 withjdbc: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