diff --git a/README.adoc b/README.adoc index c87f3131a4..1f56aa9179 100644 --- a/README.adoc +++ b/README.adoc @@ -6,9 +6,9 @@ :artifactId: neo4j-cypher-dsl // This will be next version and also the one that will be put into the manual for the main branch -:neo4j-cypher-dsl-version: 2024.1.0-SNAPSHOT +:neo4j-cypher-dsl-version: 2024.1.1-SNAPSHOT // This is the latest released version, used only in the readme -:neo4j-cypher-dsl-version-latest: 2024.0.3 +:neo4j-cypher-dsl-version-latest: 2024.1.0 // end::properties[] diff --git a/docs/appendix/2024.1.adoc b/docs/appendix/2024.1.adoc new file mode 100644 index 0000000000..7c17d2377d --- /dev/null +++ b/docs/appendix/2024.1.adoc @@ -0,0 +1,40 @@ +== 2024.1 + +=== 2024.1.0 + +This new minor release adds a third dialect: Neo4j 5.23, catering for Neo4j >= 5.23. +The initial release will rewrite sub-query `CALL` statements with importing `WITH` into sub-queries with variable scoped `CALL` clause. +While the former is still available in Neo4j 5.23, it will cause deprecation warnings, hence, if you want to get rid of those, change the dialect accordingly. +No need to rewrite any query on your own. + +==== ๐Ÿš€ Features + +* Add a Neo4j 5.23 dialect. (#1069) + +==== ๐Ÿ› Bug Fixes + +* Unwrap `PatternList` proper if unique. + +==== ๐Ÿ“– Documentation + +* Add an example of building a stand-alone `WHERE` clause. + +==== ๐Ÿงน Housekeeping + +* Dependency upgrades: +** Bump org.checkerframework:checker-qual (#1072) +** Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows (#1070) +** Bump org.apache.maven.plugins:maven-surefire-plugin (#1068) +** Bump mockito.version from 5.12.0 to 5.13.0 (#1067) +** Bump org.apache.maven.plugins:maven-failsafe-plugin (#1066) +** Bump org.neo4j.driver:neo4j-java-driver (#1065) +** Bump com.puppycrawl.tools:checkstyle (#1064) +** Bump org.apache.maven.plugins:maven-javadoc-plugin (#1063) +** Bump neo4j.version from 5.22.0 to 5.23.0 (#1053) +** Bump org.apache.maven.plugins:maven-install-plugin (#1057) +** Bump org.asciidoctor:asciidoctorj from 2.5.13 to 3.0.0 (#1056) +** Bump org.springframework.boot:spring-boot-starter-parent (#1055) +** Bump org.apache.maven.plugins:maven-deploy-plugin (#1054) +** Bump com.puppycrawl.tools:checkstyle (#1052) +** Bump org.apache.maven.plugins:maven-checkstyle-plugin (#1051) +** Bump com.github.siom79.japicmp:japicmp-maven-plugin (#1050) diff --git a/docs/appendix/changes.adoc b/docs/appendix/changes.adoc index bfaa7f0c8b..5f5491bf68 100644 --- a/docs/appendix/changes.adoc +++ b/docs/appendix/changes.adoc @@ -2,6 +2,8 @@ :leveloffset: +1 +include::2024.1.adoc[] + include::2024.0.adoc[] include::2023.9.adoc[]