v22.3
版本发布时间: 2024-09-05 11:15:52
graphql-java/graphql-java最新发布版本:v22.3(2024-09-05 11:15:52)
This is a bugfix release focusing on the @defer
directive implementation. There are no breaking changes in this release.
Thanks to the community for continuing to report issues and build improvements, which helps make graphql-java better! Kudos to @felipe-gdr and @jbellenger for contributing @defer
improvements in this release.
Key Changes
-
@defer
and DataLoader integration in https://github.com/graphql-java/graphql-java/pull/3639 - Transformable IncrementalExecutionResult in https://github.com/graphql-java/graphql-java/pull/3693
What's Changed
- Bump google-github-actions/auth from 2.1.3 to 2.1.4 by @dependabot in https://github.com/graphql-java/graphql-java/pull/3684
- transformable IncrementalExecutionResult by @jbellenger in https://github.com/graphql-java/graphql-java/pull/3693
- Defer dataloader integration by @felipe-gdr in https://github.com/graphql-java/graphql-java/pull/3639
- Bump net.bytebuddy:byte-buddy from 1.14.18 to 1.15.1 by @dependabot in https://github.com/graphql-java/graphql-java/pull/3699
- Bump google-github-actions/auth from 2.1.4 to 2.1.5 by @dependabot in https://github.com/graphql-java/graphql-java/pull/3695
- Bump net.bytebuddy:byte-buddy-agent from 1.14.18 to 1.15.1 by @dependabot in https://github.com/graphql-java/graphql-java/pull/3700
- Bump io.projectreactor:reactor-core from 3.6.8 to 3.6.9 by @dependabot in https://github.com/graphql-java/graphql-java/pull/3689
- Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 by @dependabot in https://github.com/graphql-java/graphql-java/pull/3688
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v22.2...v22.3