Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-21 | 1.0 kB | |
v2.10.0 source code.tar.gz | 2025-03-21 | 836.2 kB | |
v2.10.0 source code.zip | 2025-03-21 | 1.2 MB | |
Totals: 3 Items | 2.1 MB | 0 |
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 https://github.com/ghostdogpr/caliban/pull/2581 - Fixed and improved
splitFiles
option in codegen by @ghostdogpr in https://github.com/ghostdogpr/caliban/pull/2582 https://github.com/ghostdogpr/caliban/pull/2588
Important dependency upgrades
- Updated zio-http to 3.1.0 by @ghostdogpr in https://github.com/ghostdogpr/caliban/pull/2587
- Updated zio-query to 0.7.7 by @scala-steward in https://github.com/ghostdogpr/caliban/pull/2597