E5E2 Release 26.0.beta-1 · graphql-java/graphql-java · GitHub
[go: up one dir, main page]

Skip to content

26.0.beta-1

Pre-release
Pre-release

Choose a tag to compare

@dondonz dondonz released this 14 Jan 03:25
· 426 commits to master since this release
c465601

This is a beta release for the upcoming version 26.

A word of warning

While all features are tested and we consider them ready to be used, we don't guarantee that this is a stable version: this means there will be more breaking changes until we reach 26.0.

This version is intended for testing and providing feedback to the GraphQL Java team.

What's Changed

  • use dispatch all to not break ScheduledDataLoaderRegistry by @andimarek in #4164
  • Upgrade to Gradle 9.2.0 by @Copilot in #4171
  • fix build after gradle 9 upgrade by @andimarek in #4175
  • GQLGW-5297-optimise-incremental-part-execution-for-defer-requests by @llin2 in #4174
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #4178
  • Bump net.bytebuddy:byte-buddy from 1.17.8 to 1.18.1 by @dependabot[bot] in #4176
  • Bump io.projectreactor:reactor-core from 3.7.12 to 3.8.0 by @dependabot[bot] in #4168
  • Bump com.google.errorprone:error_prone_core from 2.43.0 to 2.44.0 by @dependabot[bot] in #4167
  • Fix error: Unusable type signature for overload of graphql.schema.SchemaTraverser::depthFirst #4147 by @marktech0813 in #4165
  • Getdataloader type bounds by @ctbarbour in #4180
  • All fields removed from object/interface via field visibility transformer which is reachable via additional types by @andimarek in #4203
  • fixes complex case for Field visibility transformer. See test case by @andimarek in #4205
  • Proposal for an additional instrumentation hook point by @tinnou in #4206

New Contributors

Full Changelog: v25.0...v26.0.beta-1

0