Skip to content
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.

v2.0.0-M2

Pre-release
Pre-release
Compare
Choose a tag to compare
@release-drafter release-drafter released this 02 Jan 13:14
· 53 commits to master since this release
v2.0.0-M2

What’s Changed

  • 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

Breaking changes:

  • extend ProjectionNames to include Args (#10) @kirach

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.

Infrastructure improvements