This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
v2.0.0-RC1
Pre-release
Pre-release
release-drafter
released this
16 Apr 16:04
·
7 commits
to master
since this release
Important changes from 1.x version
from https://github.com/sangria-graphql-org/sangria/releases/tag/v2.0.0-M1
- support Scala 2.13
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