MyGit

v18.1

graphql-java/graphql-java

版本发布时间: 2022-05-03 12:51:36

graphql-java/graphql-java最新发布版本:v22.3(2024-09-05 11:15:52)

This bug fix release contains an important fix

https://github.com/graphql-java/graphql-java/pull/2773

The latest 18.0 version of graphql-java changed the way raw values are resolved to canonical values.

However this revealed a bug in MaxQueryXXX instrumentation where invalid values (null being present for non nullable input values) caused an exception rather than generating a graphql error. This is not a behavior we intended.

The bug is only present if you use graphql.analysis.MaxQueryDepthInstrumentation and graphql.analysis.MaxQueryDepthInstrumentation

What's Changed

New Contributors

Full Changelog: https://github.com/graphql-java/graphql-java/compare/v18.0...v18.1

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-05-03发行的版本