Skip to content

v9.0.4

Latest
Compare
Choose a tag to compare
@Emily Emily released this 11 Jul 16:43
· 5 commits to master since this release
688a5db

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