v19.1
版本发布时间: 2022-08-11 12:38:17
graphql-java/graphql-java最新发布版本:v22.3(2024-09-05 11:15:52)
This bug fix release was made to address a specific NullPointerException
problem if consumers are explicitly setting the ExecutionInput
to null
See https://github.com/graphql-java/graphql-java/pull/2908 for the code details.
The other fixes are included because they are... well... fixes and where ready at the time.
What's Changed
- Defaults Locale when calling validation by @bbakerman in https://github.com/graphql-java/graphql-java/pull/2908
- Handles isDeprecated not being present in the json by @bbakerman in https://github.com/graphql-java/graphql-java/pull/2910
- Fix typo in description of skip directive by @acanda in https://github.com/graphql-java/graphql-java/pull/2915
- Xuorig Fix PR - Edge case with GraphQLTypeReference and Schema Transforms by @bbakerman in https://github.com/graphql-java/graphql-java/pull/2906
- Reduce calculation for fragments in ExecutableNormalizedOperation by @dondonz in https://github.com/graphql-java/graphql-java/pull/2911
New Contributors
- @acanda made their first contribution in https://github.com/graphql-java/graphql-java/pull/2915
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v19.0...v19.1