| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 24.1 source code.tar.gz | 2025-05-30 | 2.5 MB | |
| 24.1 source code.zip | 2025-05-30 | 3.3 MB | |
| README.md | 2025-05-30 | 656 Bytes | |
| Totals: 3 Items | 5.8 MB | 0 | |
This is bugfix release for 24.
Main change is [#3994]: If you have defer enabled (an experimental feature) and use data loaders for mutations your requests would hang, because the data loaders are not dispatched correctly.
Additionally this release contains [#3995].
Cheers
What's Changed
- bugfix: fix mutations data loading dispatching when defer is enabled by @andimarek in https://github.com/graphql-java/graphql-java/pull/3994
- Deterministic source location backport 24 by @andimarek in https://github.com/graphql-java/graphql-java/pull/3995
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v24.0...v24.1