v0.5.1
Release Notes
- Added an sbt plugin called
caliban-codegen
to generate Scala code from a GraphQL Schema by @igorfialko @yoohaemin @ghostdogpr - Solved a potential stack overflow issue with
Map
,Either
andTuple
schemas (#197) - Improvements to
ZQuery
ergonomics by @adamgfraser (#194 #200) - Made
maxDepth
andmaxFields
wrappers stack-safe - Updated fastparse to 2.2.4
- Updated http4s to 0.21.0
- Updated cats-effect to 2.1.1
- Updated circe to 0.13.0