Skip to content

0.14.0

Compare
Choose a tag to compare
@guymers guymers released this 18 Mar 12:40
· 29 commits to main since this release
1f0b509
  • artefacts are now built using Java 11 and are only available for Scala 2.13 and Scala 3
  • java.time.* instances are now available by default, no explicit imports are required
  • Read and Write derivation is now opt-in via import doobie.util.Read.Auto.* and import doobie.util.Write.Auto.*
  • PostGIS instances have been moved to the new postgis module and are available via import doobie.postgis.instances.{geography,geometry}.*
  • LogHandler has been removed, override interpreters if you want to log things
  • WeakAsync has been removed, a ConnectionIO is a database transaction and should not be mixed with an IO implementation