Skip to content

v4.0.3

Latest
Compare
Choose a tag to compare
@kyri-petrou kyri-petrou released this 30 Dec 11:30
· 1 commit to series/4.x since this release
dc90707

Highlights

This release brings a new feature for Scala 3 that allows users deriving Config instances using the Scala 3 derives keyword.
The syntax is enabled by adding the import zio.config.magnolia.* import in the file where the case class / sealed trait is defined:

import zio.Config
import zio.config.magnolia.*

case class Foo(key1: String, key2: Int) derives Config

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.0.3