Util 21.11.0
finaglehelper
released this
24 Nov 22:32
·
185 commits
to develop
since this release
21.11.0
Breaking API Changes
- util-security: Use snakeyaml to parse yaml instead of a buggy custom yaml
parser. This means that thrown IOExceptions have been replaced by
YAMLExceptions. Additionally, the parser member has been limited to private visibility. 3643e1e8
New Features
- util-security: Any valid yaml / json file with string keys and values can
be loaded with com.twitter.util.security.Credentials. 3643e1e8