v0.6.1 (2018-02-25)
Merged pull requests:
v0.6.0 (2018-02-24)
Merged pull requests:
- Add support for encrypted Ecto String and Integer Array types #53 (boydm)
- perf(Cloak.Config.all/0): remove calls to ensure_loaded when checking… #51 (tomciopp)
v0.5.0 (2018-01-06)
Closed issues:
Merged pull requests:
- Add EncryptedTimeField #50 (danielberkompas)
- Update the documentation sidebar #49 (danielberkompas)
- Add DateTime field, better docs #48 (danielberkompas)
- refactor(Cloak.Config.all/0): Find ciphers by checking if the module … #47 (tomciopp)
- feat(Date Types): add EncryptedDateField, and EncryptedNaiveDatetimeF… #46 (tomciopp)
v0.4.0 (2018-01-02)
Fixed bugs:
- instructions to cloak plain text fields #17
Closed issues:
- Make json library configurable #44
- Encryption Arguement Error #41
- ** (MatchError) no match of right hand side value: false #40
- Proposal / Forthcoming PRs: Multiple Ciphers With Keys #36
Merged pull requests:
- Modernize codebase for new release #45 (danielberkompas)
- [#33] Add galois counter mode cipher #42 (tomciopp)
- Fix typespecs / dialyzer errors across the board #39 (asummers)
- Allow multiple concurrent ciphers to encrypt #37 (asummers)
v0.3.3 (2017-09-08)
Closed issues:
- EncryptedIntegerField and EncryptedFloat field do not cast properly #35
v0.3.2 (2017-08-05)
Closed issues:
- Compile warnings #34
- Allow key to be in Application env #31
- Add salt option to cloak for increased security #26
- How to encrypt with user's own key instead of key from config? #24
- index on encryption_version #23
- Adding interoperability with attr_encrypted? #22
- Provide Vault Transit cipher #21
Merged pull requests:
- Add ability to pull cipher key from OTP app env #32 (tielur)
- Add
prepare\_changes
example to module doc for use with ecto 2.0 #27 (kgautreaux) - clean up compile warnings under Elixir 1.4 #25 (boydm)
v0.3.0 (2016-09-16)
Merged pull requests:
- Rely on configuration at runtime #20 (danielberkompas)
v0.2.3 (2016-09-16)
Fixed bugs:
- mix cloak.migrate doesn't update encryption_version field #16
Closed issues:
- cloak migration not running #18
- Issue integration with Ecto2? #12
- Support for Ecto 2.0 #10
- :system AES keys aren't getting base64 decoded #9
Merged pull requests:
- [#16] Update encryption version in cloak.migrate #19 (danielberkompas)
- Fix validation bug in cloak.migrate #15 (bgeihsgt)
- Add key generation example to README. #14 (rpelyush)
- Add deps badge to README #13 (rrrene)
v0.2.2 (2016-05-20)
Closed issues:
Merged pull requests:
- Decode AES environment variable keys from base64 #11 (philss)
- Update dependencies #7 (danielberkompas)
v0.2.1 (2016-04-06)
Merged pull requests:
v0.2.0 (2015-12-16)
Merged pull requests:
- Added sample migration to README #3 (mspanc)
- Added ability to store keys in the environment variables #2 (mspanc)
- Inform that key must be 16, 24 or 32 bytes long #1 (mspanc)
v0.1.0 (2015-09-22)
v0.1.0-pre (2015-09-16)
* This Change Log was automatically generated by github_changelog_generator