Skip to content

6.5.1

Compare
Choose a tag to compare
@michael-simons michael-simons released this 12 Jun 14:33
· 170 commits to main since this release

What's Changed

πŸš€ Features

  • ed9a104 feat(translator): Add support for TOP n limited queries.
  • 52351f8 feat(translator): Add support for date extraction.

πŸ”„οΈ Refactorings

  • 22de0b3 refactor: Make sure the driver works fine with Cypher 25 types. (#985)

πŸ“ Documentation

  • e50ad26 docs: Include Cypher-backed views scheme fully in docs.

🧹 Housekeeping

  • 6f5d4b2 Bump org.codehaus.mojo:build-helper-maven-plugin (#984)
  • 98ae293 Bump spring-javaformat.version from 0.0.45 to 0.0.46 (#983)
  • 1c34907 Bump quarkus.platform.version from 3.23.0 to 3.23.2 (#980)
  • 878f24d Bump org.neo4j:cypher-v5-antlr-parser from 5.26.6 to 5.26.7 (#977)
  • acb0f7e Bump com.puppycrawl.tools:checkstyle (#976)
  • a1d2696 Bump com.opencsv:opencsv from 5.11 to 5.11.1 (#975)
  • f6a5a17 Bump org.testcontainers:testcontainers-bom (#974)
  • e29416b Bump org.codehaus.mojo:exec-maven-plugin (#973)
  • f6bd72d Bump org.neo4j:neo4j-cypher-dsl-bom (#972)
  • a8f5d3b Bump quarkus.platform.version from 3.22.3 to 3.23.0 (#970)
  • b0f5eab Bump spring-boot.version from 3.4.5 to 3.5.0 (#968)
  • 7eb8233 Bump org.mockito:mockito-bom from 5.17.0 to 5.18.0 (#967)
  • 03ab15d Bump org.hibernate.orm:hibernate-platform (#966)
  • 31bbb62 Bump dev.langchain4j:langchain4j-bom from 1.0.0 to 1.0.1 (#965)
  • 6bbd59f Bump io.github.git-commit-id:git-commit-id-maven-plugin (#964)
  • f0508ef Bump spring-javaformat.version from 0.0.44 to 0.0.45 (#963)
  • fbf3d88 Bump com.puppycrawl.tools:checkstyle (#962)

πŸ›  Build

  • 68e3e32 build: Propagate system properties starting with NEOJ4_ to the test container image.
  • b10c35b build: Allow inline return java docs.
  • 3f600c7 build: Add more jOOQ classes to build time initialization. (#961)
  • 0269ebc build: Make sure included single resources work in the AsciiDoc build.
  • d96af78 build: Shade JDK specific Jackson classes proper.