Netflix / dgs-framework

GraphQL for Java with Spring Boot made easy.
https://netflix.github.io/dgs
Apache License 2.0
3.03k stars 286 forks source link

Bump org.springframework.graphql:spring-graphql from 1.2.6 to 1.3.0 #1923

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps org.springframework.graphql:spring-graphql from 1.2.6 to 1.3.0.

Release notes

Sourced from org.springframework.graphql:spring-graphql's releases.

v1.3.0

:star: New Features

  • Allow passing Map of variables in GraphQlTester #969
  • Allow use of GraphQL Java 21.x with Spring for GraphQL 1.3.x #963
  • SchemaMappingInspector should look in controller package if return type for a union is Object #960
  • Prepare HTTP handlers for Incremental Delivery support #959
  • Async execution of blocking controller methods on Java 21+ #958
  • Enable use of Kotlin Flow as return value #954
  • SchemaMappingBeanFactoryInitializationAotProcessor should register hints for @EnityMapping methods #928
  • Support accepting interceptors in WebSocketGraphQlTester #823
  • Support GraphQL over WebSocket authentication via "connect_init" message #268

:beetle: Bug Fixes

  • Concrete types of union and interface fields should not be skipped if concrete use elsewhere provides more information #962
  • Duplicate reporting of unmapped union or interface fields #961

:hammer: Dependency Upgrades

  • Upgrade to federation-jvm 5.0.0 #972
  • Upgrade to GraphQL Java 22.1 #975
  • Upgrade to Micrometer 1.13.0 #977
  • Upgrade to Spring Data 2024.0.0 #978
  • Upgrade to Spring Framework 6.1.7 #976
  • Upgrade to Spring Security 6.3.0 #979

:heart: Contributors

Thank you to all the contributors who worked on this release:

@​dariuszkuc and @​kutlueren

v1.3.0-RC1

:star: New Features

  • Adapt offset scroll calculations to changes in Spring Data 2024.0 #946
  • Add Remote Address to WebGraphQlRequest #945
  • Schema mapping should inspect fields that have a matching class property #934
  • Schema inspection support for interface and union types #924
  • Support returning list of entities from @EntityMapping methods #922
  • Allow use of specific ContextSnapshotFactory instance #919
  • Support @SchemaMapping and @BatchMapping for schema interface types #871
  • Configure Jackson codec specifically for GraphQL HTTP endpoints #860
  • Enhance schema introspection to report @Argument name mismatch #740
  • Replace DataFetcher registrations to match custom root operation type names #708
  • Support keep-alive pings in WebSocketGraphQlClient #608
  • Support keep-alive pings in GraphQlWebSocketHandler #534

:lady_beetle: Bug Fixes

... (truncated)

Commits


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)
paulbakker commented 1 month ago

Being worked on in a PR

dependabot[bot] commented 1 month 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.