Skip to content

v2.1.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 18:18
· 981 commits to main since this release
6ba34ad

The version 2.1.1 was never published.

Main changes

  • support for configuring max concurrent batches in fetcher (#612) @nickhudkins
  • validate that different instances of InputObjectType with the same name are the same (#611) @yanns
  • Support implicit output type lookups for interface types. (#600) @ocordsen
  • Support Args in ProjectedNames (#563) @nickhudkins

Those new features change the signature of the following classes:

sangria.schema.ProjectedName
sangria.schema.Args
sangria.execution.deferred.FetcherConfig

The changes use defaults to avoid breaking the compilation of your projects.

Other changes