konf v0.17.0 Release Notes

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

    • ๐Ÿ”‹ feature: migrate to tree-based source APIs
    • ๐Ÿ”‹ feature: support merge operation for sources
    • ๐Ÿ”‹ feature: support withFallback API for config spec
    • ๐Ÿ›  fix: fix formatting bug in toml4j's writer when map is in nested list
    • ๐Ÿ›  fix: filter invalid variables in environment
    • ๐Ÿ”จ refactor: unify info and context in Source API

    ๐Ÿ’ฅ Breaking Changes

    ๐Ÿšš After migrated to tree-based source APIs, many deprecated APIs are removed, including:

    • Source: all isXXX and toXXX APIs
    • Config: layer, addSource and withSourceFrom