Release Notes
This release brings a few bug fixes and improvements. Caliban Client is now available for Scala Native 0.5.
Happy new year to all Caliban users! ๐
New features
- Added support for type extensions in
SchemaComparator
by @joheriks in #2426 - Added
Schema
instance forNonEmptyChunk
by @yoohaemin in #2476 - Added support for federation 2.9 and 2.10 by @paulpdaniels in #2446
- Allowed large payloads by changing the max buffersize of jsoniter by @kaaveland in #2459
- Made jsoniter codecs public by @ghostdogpr in #2436
Bug fixes
- Fixed fragment validation when a field is both in a fragment and outside a fragment by @ghostdogpr in #2491
- Fixed server code generation issue when using abstract effect and unions by @i10416 in #2493
- Fixed server code generation issue when using abstract effect and interfaces by @i10416 in #2495
- Fix rendering of schema extensions by @niodice in #2433
Important dependency upgrades
- Update Scala Native to 0.5 by @kyri-petrou in #2427