Skip to content

v4.0.0-RC13

Compare
Choose a tag to compare
@afsalthaj afsalthaj released this 09 Mar 20:09
· 52 commits to series/4.x since this release
1c9d98d

Update

With this release, zio-config stopped considering comma separated values as list, and made it configurable.

Implementation detail

zio-config depends on ZIO's Flat even to handle indexed format with the recent changes and ZIO's Flat always consider list as comma separated. This resulted in reintroducing certain issues where values with comma were considered as list in HOCON, YML etc.

This behaviour is now made configurable within zio-config, with default behaviour as not having any such assumptions.