Skip to content

v1.4.3

Compare
Choose a tag to compare
@ghostdogpr ghostdogpr released this 30 Jul 02:08
· 5 commits to series/1.x since this release
c443841

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

Adapters

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