v2.1.2
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
- publish releases (#614) @yanns
- automate release (#613) @yanns
- Update refined to 0.9.23 (#609) @scala-steward
- Update sbt to 1.5.0 (#610) @scala-steward
- Update scalatest to 3.2.7 (#608) @scala-steward
- Update fs2-core to 2.5.4 (#606) @scala-steward
- Update refined to 0.9.22 (#605) @scala-steward
- Use slash-syntax instead of old in-syntax (#603) @sh0hei
- Update classgraph to 4.8.104 (#602) @scala-steward
- Update classgraph to 4.8.103 (#599) @scala-steward
- Update sbt to 1.4.9 (#598) @scala-steward
- Update scalatest to 3.2.6 (#595) @scala-steward
- Update sbt to 1.4.8 (#594) @scala-steward
- Update scalatest to 3.2.5 (#586) @scala-steward
- Update fs2-core to 2.5.3 (#587) @scala-steward
- Improved a little bit (#588) @sh0hei
- update Scala to 2.13.5 (#591) @sh0hei
- Update sbt-release to 1.0.15 (#590) @scala-steward
- Update refined to 0.9.21 (#584) @scala-steward
- Update fs2-core to 2.5.2 (#585) @scala-steward
- Update scalatest to 3.2.4 (#583) @scala-steward
- Update sbt-pgp to 2.1.2 (#580) @scala-steward
- Removed the dependence of sbt-plugins on Bintray (#579) @sh0hei
- Update sbt to 1.4.7 (#574) @scala-steward
- Update classgraph to 4.8.102 (#570) @scala-steward
- Update sbt-github-actions to 0.10.1 (#565) @scala-steward
- Update Scala 2.12.12 to 2.12.13 (#562) @sh0hei
- Assorted Refactorings Part 2 (#536) @nickhudkins
- Update refined to 0.9.20 (#561) @scala-steward
- check binary compatibility (#552) @yanns