- Add
ConfigDef.getOrParse{,OrThrow}
. They're the same asgetOrUse
except the default value is parsed instead of provided. - In
ConfigDef
instances...- Deprecate
.option
and add.whenAtLeastOneKeySpecified
as a replacement - Add
.whenFullySpecified
- Deprecate
- Add implicit
ConfigValueParser[InetAddress]
- Add implicit
ConfigValueParser[UUID]
- Upgrade dependencies