Skip to content

Commit

Permalink
Prepare release.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-simons committed Sep 9, 2024
1 parent e6992d4 commit 6b9b25d
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]

Expand Down
40 changes: 40 additions & 0 deletions docs/appendix/2024.1.adoc
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 2 additions & 0 deletions docs/appendix/changes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

:leveloffset: +1

include::2024.1.adoc[]

include::2024.0.adoc[]

include::2023.9.adoc[]
Expand Down

0 comments on commit 6b9b25d

Please sign in to comment.