Skip to content

Release v0.50

Compare
Choose a tag to compare
@Gmugra Gmugra released this 05 Jul 07:57
· 649 commits to main since this release
f3974cb

Release 0.50

  1. ConfigFactory.Builder.addSourceNoCache methods deleted (#169)
  2. Periodical auto reloading (#168)
  3. New @Disable feature AUTO_RELOAD (#173)
  4. New supported return types of interface methods (#182):
    1. java.time.LocalTime
    2. java.time.OffsetTime
    3. java.time.Year
    4. java.time.YearMonth
  5. New parameterized custom converters related annotations (#182):
    1. @LocalTimeParser
    2. @OffsetTimeParser
    3. @YearParser
    4. @YearMonthParser
  6. New loading strategies (#170):
    1. FIRST_KEYRELAXED
    2. MERGE_KEYRELAXED