Release Notes
This release brings a few bug fixes and dependency upgrades. The zio-http upgrade changes a few type signatures in QuickAdapter
but shouldn't affect usage of it.
Note that the zio-query upgrade includes an important bug fix related to FiberRef
propagation.
If you are using the splitFiles
option in code generation, make sure that the output path is a folder and not a file. That folder doesn't need to exist anymore, it will be created if needed.
Bug fixes
- Fixed recursion for
ArgBuilder
by @WesselVS in #2581 - Fixed and improved
splitFiles
option in codegen by @ghostdogpr in #2582 #2588
Important dependency upgrades
- Updated zio-http to 3.1.0 by @ghostdogpr in #2587
- Updated zio-query to 0.7.7 by @scala-steward in #2597