Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@danielberkompas danielberkompas released this 23 Aug 16:24
· 115 commits to master since this release

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.