github ghostdogpr/caliban v2.11.0

latest release: v2.11.1
one month ago

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 #2695

Bug Fixes

Code Generation

  • Fixed warnings produced by client codegen under Scala 3.7 by @ghostdogpr in #2701

Don't miss a new caliban release

NewReleases is sending notifications on new releases.