Releases: diffcrypt/diffcrypt-ruby
Releases · diffcrypt/diffcrypt-ruby
v0.6.1
https://rubygems.org/gems/diffcrypt/versions/0.6.1
Added
- Rails 7 support
- Ruby 3.0 support
Changed
- Updated all dependencies
- Migrated from CircleCI to GitHub Actions
- Moved repo to own organisation
Fixed
- Only add
.gitignore
entry once #52
v0.5.1 - 2021-03-29
v0.5.0 - 2020-12-06
Added
Diffcrypt::Rails::ApplicationHelper
to simplify integrationrake diffcrypt:init
command to help setup credentials
Changed
- Default cipher is now
aes-265-gcm
- YAML keys are now sorted
- Improved support for rails native
aes-128-gcm
cipher - Improved test coverage for differing ciphers
v0.4.1 - 2020-10-06
v0.4.0 - 2020-10-01
v0.3.3 - 2020-07-25
Fixed
- Explicit FileUtils require to avoid potentially warning logs
v0.3.2 - 2020-07-20
Added
- CLI:
diffcrypt generate-key
command to generate a new key for a cipher - Internal: Library now generates and publishes code coverage publically on Code Climate
Changed
- Only support ruby 2.5+ since 2.4 is no longer maintained
Removed
- No longer generate and store a checksum. Backwards compatible since it wasn't used
v0.3.1 - 2020-07-08
Patch to allow integration into projects with thor < 1
dependency.
Fixed
- Thor deprecation error no longer shows on CLI failure
Changed
- Thor 0.20+ can now be used alongside this gem
v0.3.0 - 2020-06-30
Added
- CLI: Use diffcrypt from command line of any project without requiring ruby integration
- CLI:
diffcrypt encrypt
Directly encrypt any file and output the contents - CLI:
diffcrypt decrypt
Directly decrypt any file and output the contents