v20.8
版本发布时间: 2024-03-19 13:36:29
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
- 20.x Backport of PR 3526 and PR 3527 by @dondonz in https://github.com/graphql-java/graphql-java/pull/3530
- 20.x Backport max result nodes PR 3525 by @dondonz in https://github.com/graphql-java/graphql-java/pull/3536
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v20.7...v20.8