v21.4
版本发布时间: 2024-03-19 14:20:41
graphql-java/graphql-java最新发布版本:v22.3(2024-09-05 11:15:52)
This is a special release to help control introspection queries.
This release adds a default check for introspection queries, to check that they are sensible. This feature is a backport of https://github.com/graphql-java/graphql-java/pull/3526 and https://github.com/graphql-java/graphql-java/pull/3527.
This release also adds an optional maximum result nodes limit, which is a backport of https://github.com/graphql-java/graphql-java/pull/3525.
What's Changed
- 21.x Backport PR 3526 and PR 3527 by @dondonz in https://github.com/graphql-java/graphql-java/pull/3529
- 21.x backport 3525 max result nodes by @dondonz in https://github.com/graphql-java/graphql-java/pull/3528
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v21.3...v21.4