Skip to content

v1.0.0-RC2

Compare
Choose a tag to compare
@tpolecat tpolecat released this 31 Jan 22:59
· 718 commits to main since this release
8297aa8

New

  • Enable support for derives in Scala 3 for Read, Write and Text (#1594 by @oyvindberg)
  • Add support for JSON in H2 using circe (#1599 by @andrzejressel)
  • Add Config case class (#1541 by @sideeffffect). This allow you to more easily configure Hikari connection pool settings using libraries like Pureconfig that relies on derivation.
  • Add a cause to the munit Checker failure (#1564 by @brendanmaguire)

Fixes

Removed

  • Remove Quill integration (doobie-quill) #1587