Skip to content

Latest commit

 

History

History
144 lines (93 loc) · 8.56 KB

CHANGELOG.md

File metadata and controls

144 lines (93 loc) · 8.56 KB

Change Log

v0.6.1 (2018-02-25)

Full Changelog

Merged pull requests:

  • bugfix(cipher?): Rescue from UndefinedFunctionError instead of using … #54 (tomciopp)

v0.6.0 (2018-02-24)

Full Changelog

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)

Full Changelog

Closed issues:

  • Migrations in multi tenant applications #43
  • Proposal AES GCM cipher as default Cipher #33

Merged pull requests:

v0.4.0 (2018-01-02)

Full Changelog

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:

v0.3.3 (2017-09-08)

Full Changelog

Closed issues:

  • EncryptedIntegerField and EncryptedFloat field do not cast properly #35

v0.3.2 (2017-08-05)

Full Changelog

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)

Full Changelog

Merged pull requests:

v0.2.3 (2016-09-16)

Full Changelog

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:

v0.2.2 (2016-05-20)

Full Changelog

Closed issues:

  • Cloak.EncryptedMapField strange Poison errors #6
  • How to generate keys? #5

Merged pull requests:

v0.2.1 (2016-04-06)

Full Changelog

Merged pull requests:

  • Update examples to reflect the remotion of Cloak.Model #4 (philss)

v0.2.0 (2015-12-16)

Full Changelog

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)

Full Changelog

v0.1.0-pre (2015-09-16)

* This Change Log was automatically generated by github_changelog_generator