cloak v0.7.0 Release Notes

Release Date: 2018-08-23 // over 5 years ago
  • ๐Ÿš€ This release is a major rewrite of large sections of Cloak. The fundamental concepts are the same, but the library is much more flexible now.

    ๐Ÿ†• New Features

    • ๐Ÿ”ง Cloak.Vaults allow you to have multiple active Cloak configurations in your project. Umbrella apps will find this very useful.
    • Guides on installation, encrypting existing data, and key rotation!

    ๐Ÿ’ฅ Breaking Changes

    • Cloak Ecto types are now local to your project
    • Cloak.Cipher.AES.* ciphertext has changed format

    ๐Ÿ›  Bugfixes

    • mix cloak.migrate has been rewritten and actually works now.