v19.10
版本发布时间: 2024-03-19 13:35:19
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
- 19.x Backport #3526 and PR #3527 by @dondonz in https://github.com/graphql-java/graphql-java/pull/3532
- 19.x Backport PR 3525 max result nodes by @dondonz in https://github.com/graphql-java/graphql-java/pull/3537
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v19.9...v19.10