konf v0.19.0 Release Notes

Release Date: 2019-09-09 // over 4 years ago
  • Major Features and Improvements

    • ๐Ÿ”‹ feature: support default providers API
    • ๐Ÿ”‹ feature: support substituted source
    • ๐Ÿ”‹ feature: all sources are substituted before loaded into config by default

    ๐Ÿ’ฅ Breaking Changes

    • Since all sources are substituted before loaded into config by default, all path variables will be substituted now. You can use config.disable(Feature.SUBSTITUTE_SOURCE_BEFORE_LOADED) to disable this change.

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ fromXXX APIs on providers are deprecated now, use the new shorter APIs instead. E.g., you can use file instead of fromFile.