25.0.beta-2
Pre-release
Pre-release
This is a beta release for the upcoming version 25.
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 25.0.
This version is intended for testing and providing feedback to the GraphQL Java team.
This 2nd beta release includes a few more commits than the 1st beta release, notably a nullability bugfix for DataLoader
What's Changed
- Bump com.graphql-java:java-dataloader from 5.0.0 to 5.0.1 by @dependabot in #4043
- This removes the FetchedValue wrapping by default by @bbakerman in #3924
- Improved access speed of isPossibleType by @bbakerman in #4040
- Improve Execution input nullability by @andimarek in #4046
- Removed more .streams() with our filterAndMap code by @bbakerman in #4044
Full Changelog: 25.0.beta-1...v25.0.beta-2