Skip to content

AWS Encryption SDK 1.6.0 Release -- 2019-05-31

Compare
Choose a tag to compare
@praus praus released this 31 May 00:44
· 339 commits to master since this release

Minor Changes

  • Remove dependency on Apache Commons Codec 1.12.
  • Use Base64 encoder from Bouncy Castle.
  • Introduce and use utility methods for Base64 encoding/decoding so that
    switching the codec provider needs to be done only in one place next time.