2024.0.2
🎉 The big party release! 🎉
With this release we move the repository from github.com/neo4j-contrib to github.com/neo4j with Neo4j adding Cypher-DSL to the list of supported modules.
What we have now on our todo list is to incorporate our documentation into the official Neo4j docs, but apart from that, little will change immediate. Even our Maven coordinates will stay the same. You can however rely on the fact that Cypher-DSL is not going anywhere anytime soon.
Thanks to @stumoore for supporting this!
🐛 Bug Fixes
- Don’t introduce new names in pattern expressions. (#1017)
🧹 Housekeeping
- Dependency upgrades
- Bump io.projectreactor:reactor-bom (#1025)
- Bump org.checkerframework:checker-qual (#1024)
- Bump com.fasterxml.jackson:jackson-bom (#1023)
- Bump org.moditect:moditect-maven-plugin (#1019)
- Bump org.asciidoctor:asciidoctorj-diagram (#1021)
- Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#1020)
- Bump org.neo4j.driver:neo4j-java-driver (#1018)
- Bump org.springframework.boot:spring-boot-starter-parent (#1016)
- Bump org.apache.maven.plugins:maven-jar-plugin (#1015)
🛠 Build
- Change license for examples that depend on the parser to Apache 2.0, too.