Skip to content

v5.0.0

Compare
Choose a tag to compare
@gaelrenoux gaelrenoux released this 05 Aug 14:46
· 13 commits to master since this release
112d9ec

Massive changes in this version.

Multiple artifacts

Starting from this version, and thanks to some great work by @thanhbv, Transzactio now produces separate artifacts for Doobie and Anorm, avoiding unnecessary transitive dependencies. See migration notes for details.

Latest versions

This version depends on the latest versions for Scala 2 and 3, ZIO, and Doobie.

Introduction of the DbContext

In order to be able to handle query-logging in Doobie (through the LogHandler and its new behavior in Doobie 1.0.0-RC4), I've introduced the DbContext class. Generally, this class will be used to pass any library-specific information to the wrapped library. Right now, it's only used for the LogHandler (see here for an example).