Skip to content

2023.9.6

Compare
Choose a tag to compare
@michael-simons michael-simons released this 12 Apr 13:51
· 211 commits to main since this release
5be9d0c

Heads up this is the last planned release in the 2023.x series.
The next release will be 2024.0.0, in which all deprecations apart from internalId on nodes and relationships will be removed.
With that change, the Cypher-DSL will have one single entry point for all operations: org.neo4j.cypherdsl.core.Cypher.

Nothing will change in terms of JDK compatibility.
Cypher-DSL 2024 will still require JDK 17, and will run just fine on JDK 21 and higher.

🚀 Features

  • Allow calling of raw Cypher strings in sub queries. (#961)

🧹 Housekeeping

  • Dependency upgrades:
    • Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 (#960)
    • Bump org.neo4j.driver:neo4j-java-driver (#959)
    • Bump org.apache.maven.plugins:maven-source-plugin (#958)
    • Bump com.puppycrawl.tools:checkstyle (#957)
    • Bump org.moditect:moditect-maven-plugin (#956)
    • Bump neo4j.version from 5.18.0 to 5.18.1 (#955)
    • Bump org.ow2.asm:asm from 9.6 to 9.7 (#954)
    • Bump org.springframework.boot:spring-boot-starter-parent (#953)