Skip to content

v2.3.18

Compare
Choose a tag to compare
@rgallardo-netflix rgallardo-netflix released this 19 Jan 22:28
· 178 commits to 2.x since this release
a3c1b32

What's Changed

  • New feature: private views of configs. These serve the use case of a library wanting to set a custom decoder or string interpolator to read its own config settings, without changing the global decoder seen by the rest of the users. #633
  • Performance tweaks:
    • Avoid Optional and lambda allocation in MethodInvoker by @kilink in #629
    • Avoid calling supplier twice in Property map method by @kilink in #631
  • Upgrade to Gradle 7.5.1 by @rpalcolea in #630

New Contributors

Full Changelog: v2.3.17...v.2.3.18