Skip to content

chore(deps): bump com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter from 5.3.0 to 6.0.1 in /backend/api#724

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/backend/api/com.netflix.graphql.dgs-graphql-dgs-spring-boot-starter-6.0.1
Closed

chore(deps): bump com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter from 5.3.0 to 6.0.1 in /backend/api#724
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/backend/api/com.netflix.graphql.dgs-graphql-dgs-spring-boot-starter-6.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2023

Bumps com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter from 5.3.0 to 6.0.1.

Release notes

Sourced from com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter's releases.

v6.0.1

What’s Changed

v6.0.0

What’s Changed

The latest 6.0.0 release now supports Spring Boot 3.0.0. This is a breaking change and requires the application to be using Spring Boot 3.0.0 and JDK 17. We will continue to maintain a separate 5.5.x release train for supporting Spring Boot 2.7 for the near future for any minor bug fixes and improvements.

Only update to 6.x if your application is on Spring Boot 3! If your application is on Spring Boot 2.7, use the 5.x release train!!!

The following versions are updated:

  • Spring Boot 3.0.0
  • Spring Framework 6.0.3
  • Spring Security 6.0.1
  • Spring Cloud 2022.0.0
  • JDK target 17

Other Breaking Changes

Use GraphQLContext instead of DgsContext for dataloaders

Previously, the DGS framework passed DgsContext to dataloaders as context. CustomContext is contained in DgsContext, and is generally retrieved with a static helper.

MyContext context = DgsContext.getCustomContext(environment);

The helper DgsContext::getCustomContext is able to pull MyContext from GraphQLContext, so this is non-breaking for users that employ the recommended helper method. This is potentially a breaking change for any user code that coerces dataloader context to DgsContext manually. Updating to using the recommended getCustomContext should fix any resulting issues.

MyContext context = (DgsContext)environment.context;

Special thanks to @​Stuckya for contributions towards this Spring Boot 3 release.

PRs

v5.5.1

What’s Changed

... (truncated)

Commits
  • cf353b7 Bump jackson-bom from 2.13.4 to 2.14.2
  • b1e395b Support default parameters for DgsData methods
  • 8722591 Fix DgsQueryExecutor behavior with respect to HTTP headers
  • 8265632 Use GraphQLContext instead of DgsContext for dataloaders (#1384)
  • b6481e7 Merge pull request #1392 from Netflix/spring-boot-3-candidate
  • cd385d7 Refresh dependencies.
  • 21e625a feat: Bumps major spring versions.
  • 1cfbacf Merge pull request #1370 from Netflix/update-ci-example-projects
  • 75cc9a0 Use dgs-examples-java-2.7 and dgs-examples-kotlin-2.7 for ci workflows.
  • 3526dd4 Merge pull request #1343 from wlsdnjs829/bugfix/custom-object-mapper
  • Additional commits viewable in compare view

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 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 dependabot bot added the dependencies Pull requests that update a dependency file label Feb 18, 2023
@dependabot dependabot bot requested a review from rm3l February 18, 2023 04:56
@dependabot dependabot bot force-pushed the dependabot/gradle/backend/api/com.netflix.graphql.dgs-graphql-dgs-spring-boot-starter-6.0.1 branch from a242fc8 to 2b1df1f Compare March 1, 2023 08:48
@dependabot dependabot bot force-pushed the dependabot/gradle/backend/api/com.netflix.graphql.dgs-graphql-dgs-spring-boot-starter-6.0.1 branch from 2b1df1f to 0ec4e4d Compare March 8, 2023 22:15
…rter

Bumps [com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter](https://github.com/Netflix/dgs-framework) from 5.3.0 to 6.0.1.
- [Release notes](https://github.com/Netflix/dgs-framework/releases)
- [Commits](Netflix/dgs-framework@v5.3.0...v6.0.1)

---
updated-dependencies:
- dependency-name: com.netflix.graphql.dgs:graphql-dgs-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/backend/api/com.netflix.graphql.dgs-graphql-dgs-spring-boot-starter-6.0.1 branch from 0ec4e4d to 138da67 Compare March 25, 2023 06:55
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 8, 2023

Superseded by #769.

@dependabot dependabot bot closed this Apr 8, 2023
@dependabot dependabot bot deleted the dependabot/gradle/backend/api/com.netflix.graphql.dgs-graphql-dgs-spring-boot-starter-6.0.1 branch April 8, 2023 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants