Release Notes
Major library upgrades
- Upgraded ZIO to 1.0.0-RC19-2 + all ZIO-related dependencies #395 by @ghostdogpr
- Upgraded Scala.js to 1.x #395 by @ghostdogpr
- Upgraded ZQuery to 0.2.0. If you use ZQuery, make sure to check the release notes, they come with a migration guide! #380 #395 by @adamgfraser
- Upgraded tapir to 0.15.0 #389 by @ghostdogpr
Support for the Play Framework
- Added a brand new adapter for the Play Framework #382 by @javimartinez. Check the example app!
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