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

Releases: sangria-graphql-org/sangria

v2.0.0-RC1

16 Apr 16:04
v2.0.0-RC1
5282d7c
Compare
Choose a tag to compare
v2.0.0-RC1 Pre-release
Pre-release

Important changes from 1.x version

This release was made from a temporary fork the time we get the permissions to use the original repository.

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

v2.0.0-M4

11 Mar 07:53
v2.0.0-M4
ed0c1a3
Compare
Choose a tag to compare

What’s Changed

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

other changes

v2.0.0-M3

09 Jan 13:30
v2.0.0-M3
00fc7a0
Compare
Choose a tag to compare

What’s Changed

  • add cache for coursier (#32) @yanns
  • update sbt to 2.13.1 and sbt-scoverage to 1.6.1 (#30) @yanns
  • Revert "extend ProjectionNames to include Args" (#29) @yanns

v2.0.0-M2

02 Jan 13:14
v2.0.0-M2
Compare
Choose a tag to compare
v2.0.0-M2 Pre-release
Pre-release

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

v2.0.0-M1

25 Oct 15:22
Compare
Choose a tag to compare
v2.0.0-M1 Pre-release
Pre-release

This is the first milestone release of the 2.x series and the first Sangria release to support Scala 2.13.

Many of Sangria's modules (for marshalling and streaming integrations, etc.) are also now available for 2.13:

This 2.0.0-M1 release includes several changes:

This milestone release is intended primarily to unblock adopters who are migrating to Scala 2.13, and is not guaranteed to be binary compatible with the eventual 2.x series. While these changes are well-tested, this is a pre-release milestone; please use with care and report any issues you come across.

For more info about this temporary GitHub organization: sangria-graphql#446 (comment)