Skip to content

v4.0.0-RC11

Compare
Choose a tag to compare
@afsalthaj afsalthaj released this 07 Mar 00:10
· 89 commits to series/4.x since this release
9face84

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