Skip to content

v1.2.4

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 17 Nov 10:36
3086e20

Release Notes

This is a minor release to fix small bugs and add minor things.

Server

  • Fixed int values coercion into float values (it was making false positive validation errors) #1150 by @ghostdogpr
  • Added support for a @GQLExcluded annotation that can hide fields #1141 by @frekw

Tools

  • Fixed the code generation to support fields starting with capital letters #1140 by @several27
  • Changed schema comparison to consider the addition of a mandatory argument breaking #1147 by @ghostdogpr
  • Added Scala 3 reserved keywords support in code generation #1145 by @jgoday