21.0
This release updates graphql-java to v21.0 and as a result, this library now requires Java 11 as a minimum version. See the blog announcing the change for graphql-java.
What's Changed
- Fix typo by @dondonz in #83
- Upgrade to Java 11 by @dondonz in #84
- Prepend 0.0.0 to master build versions by @dondonz in #86
- Retain trivial DataFetcher marker when original DataFetcher was trivial by @mushipeas in #88
- Upgrade GraphQL Java to v21.0, Gradle to 8.3, Extended Scalars to v21.0 by @dondonz in #89
- GraphqlContext added as well as the locale fix promised for so long by @bbakerman in #90 and thanks @lkorth for the original PR
New Contributors
- @mushipeas made their first contribution in #88
Full Changelog: 20.0...v21.0