neo4j-contrib / neo4j-spark-connector

Neo4j Connector for Apache Spark, which provides bi-directional read/write access to Neo4j from Spark, using the Spark DataSource APIs
https://neo4j.com/developer/spark/
Apache License 2.0
312 stars 111 forks source link

Bump org.neo4j:neo4j-cypher-dsl from 2022.9.2 to 2024.0.2 #635

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps org.neo4j:neo4j-cypher-dsl from 2022.9.2 to 2024.0.2.

Release notes

Sourced from org.neo4j:neo4j-cypher-dsl's releases.

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.

2024.0.1

This is a pure bug-fix release. Thanks to @​Andy2003 for spotting yet another scoping issue.

🐛 Bug Fixes

  • Include implicit new variables in seed for name generator. (#999)

🧹 Housekeeping

  • Dependency upgrades:
    • Bump io.projectreactor:reactor-bom (#1013)
    • Bump org.springframework.data:spring-data-neo4j (#1012)
    • Bump org.apache.maven.plugins:maven-failsafe-plugin (#1011)
    • Bump org.apache.maven.plugins:maven-surefire-plugin (#1010)

2024.0.0

We're finally going 2024 with this release. The biggest new feature in this release is that we now allow chaining statements that end with a YIELD clause, which lets you compose complex queries in a nicer way.

We also removed all deprecated constructs and methods we accumulated until now. If you ignored the warnings until now, you cannot do any longer. The latest SDN release is prepared for this Cypher-DSL release already, as we did the necessary changes over there already (See this https://github.com/spring-projects/spring-data-neo4j/commit/2861e771333d8b9443026669763ddccd5be7659d[commit] for the necessary changes for example).

... (truncated)

Commits
  • 302457e Prepare release.
  • fc0a787 docs: Update changelog.
  • b3543dc build(deps): Bump io.projectreactor:reactor-bom (#1025)
  • f9e1e0c build(deps-dev): Bump org.checkerframework:checker-qual (#1024)
  • 10a2497 build(deps): Bump com.fasterxml.jackson:jackson-bom (#1023)
  • 6ffbd16 build(deps): Bump org.moditect:moditect-maven-plugin (#1019)
  • 9beddab build(deps): Bump org.asciidoctor:asciidoctorj-diagram (#1021)
  • d85f7d6 build(deps): Bump org.junit:junit-bom from 5.10.2 to 5.10.3 (#1020)
  • 3d735ad build(deps-dev): Bump org.neo4j.driver:neo4j-java-driver (#1018)
  • 91ad814 docs: Update changelog.
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | org.neo4j:neo4j-cypher-dsl | [>= 2023.a, < 2024] |

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.