github Netflix/dgs-framework v9.0.4

latest release: v9.1.0
one month ago

What's Changed

  • Update Gradle Wrapper from 8.7 to 8.8 by @github-actions in #1930
  • Bump org.springframework.graphql:spring-graphql-test from 1.2.6 to 1.3.1 by @dependabot in #1941
  • Update dependency locks by @kilink in #1952
  • GraphQLResponse.getRequestDetails should return nullable by @Emily in #1957

PLEASE NOTE: the nullability fix on GraphQLResponse.getRequestDetails is technically a breaking change for any Kotlin usages. You will need to either properly handle the null checks, or add !! wherever you use the method to keep the same (potentially incorrect) behavior.

Full Changelog: v9.0.3...v9.0.4

Don't miss a new dgs-framework release

NewReleases is sending notifications on new releases.