Updates
- Support period
(.)
character in keys of YML and JSON/HOCON. - Ensure that zio-config works with the
orElse
combinator of ZIO'sConfigProvider
. This allows zio-config's complex configurations to be part of theorElse
combinator of ConfigProvider. This also fixes issues such as #1095 along with making sure that we can inject HOCON/YML config providers inZIO.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