Release Notes
- Upgraded ZIO and related dependencies to 1.0.0-RC20 #429 by @ghostdogpr
- Added schema validation for GraphQL objects. All schema validation rules have now been implemented. #259 by @zach-albia
- Changed the auto-derivation for value classes to generate a
Schema
for the underlying type #430 by @palanga - Fixed nested type name computation #427 by @kiranbayram
- Added
SelectionBuilder.combineAll
in caliban-client #411 @ghostdogpr