github zio/zio-config v4.0.3

9 days ago

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

Don't miss a new zio-config release

NewReleases is sending notifications on new releases.