Skip to content

v2.0.1

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 30 Jul 02:27
· 940 commits to series/2.x since this release
f3b9210

Release Notes

Server

  • Fixed the annotations macro on Scala 3 which caused runtime errors when using Schema for java.time on JDK 17 #1414 by @ghostdogpr
  • Prevented validation errors during variable coercion when skipValidation is true #1421 by @ghostdogpr
  • Upgraded zio-query to 0.3.1, which brings a performance improvement in some cases (thanks to @adamgfraser)

Adapters

  • Fixed http4s websocket support that was broken in the last release #1417 by @ghostdogpr

Tools

  • Added Scala 3 support for caliban-tools, making the compile-time plugin usable #1415 by @pmeheut