Skip to content

v0.8.0

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 20 May 00:50
fb776fa

Release Notes

Major library upgrades

Support for the Play Framework

Other changes

  • Allowed overriding the name of query/operation name in Tapir interop #375 by @fkowal
  • Moved the codegen console output into the sbt module #385 by @joprice
  • Made query optional in GET methods of Finch and Akka HTTP adapters #400 by @javimartinez
  • Handled missing variables properly #403 by @joprice
  • Exposed more information in FieldInfo by @ghostdogpr