Skip to content

v2.0.0

Compare
Choose a tag to compare
@yanns yanns released this 07 Jun 10:12
v2.0.0
c66a488

Important changes from 1.x version

Some releases were made from a temporary fork the time we get the permissions to use this original repository.

from https://github.com/sangria-graphql-org/sangria/releases/tag/v2.0.0-M1

from https://github.com/sangria-graphql-org/sangria/releases/tag/v2.0.0-M2

  • Use AstSchemaBuilder from args rather the default one (#6) @Axxiss
  • Apply max batch size to relation (#7) @maxperrimond
  • Rename 'oldFiledType' to 'oldFieldType' in SchemaComparator (#13) @Axxiss
  • [Experimental] Faster version of the field selection merging validation (#12) @SimonAdameit
    Check the PR description to see how this new faster merging validation can be activated in your project. Depending on the feedback, this could become the default merging validation logic in the future.

from https://github.com/sangria-graphql-org/sangria/releases/tag/v2.0.0-M4

  • Validation for non-breakable chains of circular references in Input Objects (#48) @nikola-mladenovic
  • GraphQLOutputType and GraphQLInputType annotationsField type override annotations (#36) @khoberg

from v2.0.0-RC1

  • scala 2.13.2 (#63) @yanns
  • Add macro support for @GraphQLInputType annotation for method arguments (#59) @khoberg

from v2.0.0-RC2

  • emit jvm 8 bytecode for scala >= 2.12 (#495) @yanns
  • Use cacheKey of id supplied to SimpleFetcherCache::clearId (#443) @jackl
  • helps scalac: explicit return type for implicit conversions (#488) @yanns