Skip to content

Releases: sangria-graphql/sangria

v4.0.0-RC3

31 Mar 17:55
3d72975
Compare
Choose a tag to compare
v4.0.0-RC3 Pre-release
Pre-release

What's Changed

  • added experimental support for cats effect. Please see #987 for more details
  • changer order of fields to avoid breaking source compatibility #988

Full Changelog: v4.0.0-RC1...v4.0.0-RC3

v4.0.0-RC1

30 Mar 16:49
011f3d2
Compare
Choose a tag to compare
v4.0.0-RC1 Pre-release
Pre-release

What’s Changed

  • Add support for interface implementing interface (#981) @filosganga
  • sangria.execution.Resolver is now private (#977) @yanns

v3.5.4-RC1

09 Mar 22:46
41c86b6
Compare
Choose a tag to compare
v3.5.4-RC1 Pre-release
Pre-release

What's Changed

  • sangria.execution.Resolver is now private by @yanns in #977

Full Changelog: v3.5.3...v3.5.4-RC1

v3.5.3

09 Mar 16:07
427f640
Compare
Choose a tag to compare

What's Changed

Maintenance

New Contributors

Full Changelog: v3.5.2...v3.5.3

v3.5.3-RC1

24 Feb 07:57
c558fbc
Compare
Choose a tag to compare
v3.5.3-RC1 Pre-release
Pre-release

What's Changed

  • Very minimal integration with cats effect IO by @yanns in #964
  • Values of correct type when validating SDL. Fixes #965 by @maloku in #966

New Contributors

Full Changelog: v3.5.2...v3.5.3-RC1

v3.5.2

10 Feb 13:03
2ce95a5
Compare
Choose a tag to compare

What’s Changed

  • always return an empty list for interfaces of interface (#961) @yanns

v3.5.1

09 Feb 16:59
7784f91
Compare
Choose a tag to compare

What's Changed

  • fix argOpt on optional argument by @yanns in #958
  • 'interfaces' on interface should be an empty list by @yanns in #960

Maintenance

New Contributors

Full Changelog: v3.5.0...v3.5.1

v3.5.0

13 Jan 19:45
648036e
Compare
Choose a tag to compare

What's Changed

  • different error format if before execution by @yanns in #949
    This fixes a case where sangria was emitting an error that was not fully compliant with the spec

Dependencies updates

Full Changelog: v3.4.1...v3.5.0

v3.4.1

04 Nov 19:05
32145ed
Compare
Choose a tag to compare

What's Changed

Mainly optimizations:

Dependencies updates

Full Changelog: v3.4.0...v3.4.1

v3.4.0

11 Oct 15:23
e41fab3
Compare
Choose a tag to compare

What's Changed

  • reproduce issue 434 + optimize code by @yanns in #914
  • use scala 2.13 by default by @yanns in #917
  • simple API to add custom directives by @yanns in #918

⚠️ This version breaks binary compatibility for Field.apply. ⚠️

Full Changelog: v3.3.0...v3.4.0