v18.2
版本发布时间: 2022-06-25 13:06:35
graphql-java/graphql-java最新发布版本:v22.3(2024-09-05 11:15:52)
This bug fix release fixes the double variable coercion problem identified in #2819, and introduces RawVariables
and CoercedVariables
to indicate whether variables have been coerced.
Note: This is a bug fix release. Only changes to fix #2819 have been cherry picked in this release. Other merged changes will be released separately as v19.
What's Changed
- Cherry pick raw and coerced variable refactor for 18.x branch by @dondonz in https://github.com/graphql-java/graphql-java/pull/2861
- Cherry pick double variable coercion fix by @dondonz in https://github.com/graphql-java/graphql-java/pull/2867
- Bugfix cherry pick: RawVariables and CoercedVariables are public API (#2868) by @dondonz in https://github.com/graphql-java/graphql-java/pull/2870
Full Changelog: https://github.com/graphql-java/graphql-java/compare/v18.1...v18.2