Skip to content

6.9.0

Latest

Choose a tag to compare

@michael-simons michael-simons released this 17 Oct 17:31
· 1 commit to main since this release

What's Changed

This release contains a major new feature: Manipulating Neo4j-Relationships via plain SQL. Essentially, you can now create a relationship like this

INSERT INTO Person_ACTED_IN_Movie(name, role, title)
VALUES
    ('Jaret Leto', 'Ares', 'TRON Ares'),
    ('Jodie Turner-Smith', 'Athena', 'TRON Ares');

which will give you this graph:

Read the full manual here Manipulating relationships

The release also brings support for TCP fast open on the network level and makes the driver more future proof by supporting the UNSUPPORTED bolt type (no pun intended).

🚀 Features

  • 40b3c01 feat: Allow manipulation of relationships via a single target table. (#1143)
  • 2babc58 feat: Add support for the UNSUPPORTED bolt type. (#1120)
  • d94cc1e feat: Add support for the TCP fast open provided by the Bolt connection api.

🐛 Bug Fixes

  • 489bbed fix(tracing): Enable tracing to work with Query API (#1142)

📝 Documentation

  • 4f4043a docs: Update local changelog.

🧹 Housekeeping

  • e9c37c0 Bump com.github.siom79.japicmp:japicmp-maven-plugin (#1136)
  • 51ca0a3 Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 (#1140)
  • e1e7695 build(deps-dev): Bump com.github.dasniko:testcontainers-keycloak (#1141)
  • 861dce5 Bump com.puppycrawl.tools:checkstyle from 11.1.0 to 12.0.1 (#1139)
  • 24472fe Bump org.hibernate.orm:hibernate-platform (#1138)
  • 23f2471 Bump quarkus.platform.version from 3.28.2 to 3.28.3 (#1137)
  • c5115e7 Bump org.neo4j:cypher-v5-antlr-parser (#1135)
  • a50c79c Bump org.codehaus.mojo:exec-maven-plugin (#1134)
  • d0f5133 Bump org.keycloak:keycloak-authz-client (#1132)
  • b681221 Bump org.jooq:jooq from 3.19.26 to 3.19.27 (#1130)
  • 218841d Bump org.neo4j.bolt:neo4j-bolt-connection-bom (#1133)
  • f3665af Bump org.junit:junit-bom from 5.13.4 to 6.0.0 (#1131)
  • b8df800 Bump org.hibernate.orm:hibernate-platform (#1129)
  • 9da839e Bump org.jdbi:jdbi3-bom from 3.49.5 to 3.49.6 (#1128)
  • bbd4c41 Bump org.apache.maven.plugins:maven-enforcer-plugin (#1127)
  • 62aa255 Bump org.asciidoctor:asciidoctorj-pdf from 2.3.19 to 2.3.20 (#1126)
  • 987ee03 Bump quarkus.platform.version from 3.28.1 to 3.28.2 (#1125)
  • 82a0ae4 Bump dev.langchain4j:langchain4j-bom from 1.6.0 to 1.7.1 (#1124)
  • 77c4728 Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 (#1119)
  • 5eb90d5 Bump org.neo4j:neo4j-cypher-dsl-bom (#1115)
  • f77b325 Bump dev.langchain4j:langchain4j-bom from 1.5.0 to 1.6.0 (#1122)
  • a2ee1e2 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#1121)
  • a21a4da Bump com.puppycrawl.tools:checkstyle from 11.0.1 to 11.1.0 (#1118)
  • 7dd9833 Bump quarkus.platform.version from 3.26.4 to 3.28.1 (#1117)
  • 1aa4e4c Bump org.graalvm.buildtools:native-maven-plugin (#1116)
  • 5ecb3bb Bump org.openapitools:openapi-generator-maven-plugin (#1114)
  • ab98657 build: Ignore more betas and milestones in the versions plugin.
  • 6a71609 build: Upgrade testing to Neo4j 2025.09. (#1123)
  • 3c35616 build: Update dependencies
  • 1204349 build: Update dependencies.