Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-08 | 893 Bytes | |
v2.11.0 source code.tar.gz | 2025-07-08 | 842.7 kB | |
v2.11.0 source code.zip | 2025-07-08 | 1.3 MB | |
Totals: 3 Items | 2.1 MB | 0 |
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
- Added encoders and decoder for java.time types in Caliban Client by @li-nkSN in https://github.com/ghostdogpr/caliban/pull/2695
Bug Fixes
- Fixed nullable
oneOf
root not allowingnull
by @guymers in https://github.com/ghostdogpr/caliban/pull/2691 - Fixed inconsistent
hashCode
when caching hash code by @kyri-petrou in https://github.com/ghostdogpr/caliban/pull/2700
Code Generation
- Fixed warnings produced by client codegen under Scala 3.7 by @ghostdogpr in https://github.com/ghostdogpr/caliban/pull/2701