Skip to content

graphql-spqr-v0.12.2

Compare
Choose a tag to compare
@kaqqao kaqqao released this 15 Apr 23:09
· 34 commits to master since this release

[0.12.2] - 2023-04-15

Added

  • Support record-like accessors #453
  • The name is no longer mandatory on @GraphQLArgument #311

Changed

  • Upgraded to graphql-java v20.2 #437
  • ComplexityAnalyzer greatly simplified and made public #450
  • Replaced JavaScriptEvaluator as the default ComplexityFunction with a simpler implementation #452
  • Deprecated inline unions (io.leangen.graphql.annotations.@GraphQLUnion) for removal

Fixed

  • @GraphQLId deserialization to Integer #444