Skip to content

5.0.0

Choose a tag to compare

@fbiville fbiville released this 21 Dec 11:43
· 77 commits to 5.0 since this release

This is the first release to fully support Neo4j 5.x versions.
Similar adjustments will be made for the version 4 of the JDBC connector so that it works with Neo4j 5.x server (and the Java 4.x driver).

Breaking changes

  • The Java driver has been updated to version 5, which means a JRE 17 (or later) is now required
  • HTTP support has been removed, only Bolt is supported
  • Pull org.neo4j:neo4j-jdbc-bolt directly to add the JDBC connector to your project

Other changes

  • [#363] Performance issue has been fixed when iterating over results
  • Bump testcontainers.version from 1.17.5 to 1.17.6
  • Bump jackson-databind from 2.14.0 to 2.14.1
  • Bump maven-shade-plugin from 3.4.0 to 3.4.1
  • Bump mybatis from 3.5.10 to 3.5.11
  • Bump resilience4j-retry from 1.7.1 to 2.0.2