Release Notes
This is a small release with minor fixes and additions. The most notable fix is that the code generated by the Caliban Client sbt plugin was triggering warnings under Scala 3.7 (because implicits were provided explicitly without the using
keyword). This pattern is now removed, which changed the generated code slightly.
New Features
Bug Fixes
- Fixed nullable
oneOf
root not allowingnull
by @guymers in #2691 - Fixed inconsistent
hashCode
when caching hash code by @kyri-petrou in #2700
Code Generation
- Fixed warnings produced by client codegen under Scala 3.7 by @ghostdogpr in #2701