github zio/zio-config v1.0.0-RC16-1

latest releases: v4.0.2, v4.0.1, v4.0.0...
4 years ago
  1. Support for Map[String, V].

For example, given the below input, with map("k")(int), you can now retrieve a dynamic map in the key k, with the value of each key parsed as Int.

 k : {
   key1 :  1
   key2 : 2
 }

We will add support for map in automatic derivation in upcoming releases.

  1. Better magnolia derivation - Support for recursive structures + configurable names. We will document this in upcoming releases.

  2. Read and write hocons - Bug fixes of writing back config to Hocon. More tests on this functionality.

  3. Addition of new common types in ConfigDescriptor, such as Set

Don't miss a new zio-config release

NewReleases is sending notifications on new releases.