Skip to content

v0.3.1

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 05 Dec 00:55
c60af3b

Release Notes

  • Added support for UUID (#104)
  • Fixed an issue causing nested input types to be missing during introspection (#101)
  • Moved circe encoders/decoders to the core module with circe as an optional dependency (#102) by @rtimush
  • Added a helper method to make it easier to "inject" something into the ZIO environment when using http4s (#100) by @fokot
  • Added graphiql to the example project (#106) by @fokot
  • Added custom scalars in GraphQL#render (#108)
  • Added a custom error message when a Schema can not be found at compile-time, with a few pointers on how to solve it.
  • Updated magnolia to 0.12.2. This update is recommended as it solves some weird compilation errors.
  • Updated zio-interop-cats to 2.0.0.0-RC10
  • Update http4s to 0.21.0-M6