github zio/zio-config v4.0.0-RC11

latest releases: v4.0.2, v4.0.1, v4.0.0...
20 months ago

Updates

  • Support period (.) character in keys of YML and JSON/HOCON.
  • Ensure that zio-config works with the orElse combinator of ZIO's ConfigProvider. This allows zio-config's complex configurations to be part of the orElse combinator of ConfigProvider. This also fixes issues such as #1095 along with making sure that we can inject HOCON/YML config providers in ZIO.Runtime
  • Ensure that we support an empty list in YML and XML.
  • Ensure that we keep the order of values in list configurations.

Most of these changes rely on using the latest indexing support in core ZIO's ConfigProvider (2.0.10). See zio/zio#7823 and zio/zio#7891. Therefore this release uses ZIO 2.0.10

Don't miss a new zio-config release

NewReleases is sending notifications on new releases.