Recent Releases of https://github.com/attr-encrypted/attr_encrypted
https://github.com/attr-encrypted/attr_encrypted - v4.2.0
What's Changed
- Add Rails7.2, 8.0 and Ruby 3.4 to CI matrix by @willnet in https://github.com/attr-encrypted/attr_encrypted/pull/462
- Set required_ruby_version >= 2.7.0 by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/464
- Release 4.2.0 by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/465
Full Changelog: https://github.com/attr-encrypted/attr_encrypted/compare/v4.1.1...v4.2.0
- Ruby
Published by joshbranham about 1 year ago
https://github.com/attr-encrypted/attr_encrypted - v4.1.1
What's Changed
- Fix SystemStackError when extending the reload method with Module#prepend by @willnet in https://github.com/attr-encrypted/attr_encrypted/pull/457
- Release 4.1.1 by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/458
Full Changelog: https://github.com/attr-encrypted/attr_encrypted/compare/v4.1.0...v4.1.1
- Ruby
Published by joshbranham over 1 year ago
https://github.com/attr-encrypted/attr_encrypted - v4.1.0
What's Changed
- Drop support for DataMapper by @mlarraz in https://github.com/attr-encrypted/attr_encrypted/pull/439
- Update badges in README by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/441
- Start testing ruby 3 by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/440
- Use ActiveRecord.deprecator when available by @etiennebarrie in https://github.com/attr-encrypted/attr_encrypted/pull/437
- Use Github Actions for CI by @mlarraz in https://github.com/attr-encrypted/attr_encrypted/pull/442
- Fix minitest guard for rails 4 breaking specs by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/448
- Add Josh and Mike to authors by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/447
- Add GitHub Actions badge to README by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/449
- Deprecate testing with travis by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/450
- Add rails7.1 and Ruby3.3 to CI matrix by @willnet in https://github.com/attr-encrypted/attr_encrypted/pull/453
- Release v4.1.0 by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/455
New Contributors
- @mlarraz made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/439
- @etiennebarrie made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/437
- @willnet made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/453
Full Changelog: https://github.com/attr-encrypted/attr_encrypted/compare/v4.0.0...v4.1.0
- Ruby
Published by joshbranham almost 2 years ago
https://github.com/attr-encrypted/attr_encrypted - v4.0.0
Rails 7.0 Support
The primary change for this release is support for Rails 7.0, with one breaking change.
- Using
#encrypted_attributesis no longer supported. Instead, use#attr_encrypted_encrypted_attributesto avoid collision with Active Record 7 native encryption.
What's Changed
- Change version to 3.1.0 in Readme by @f3ndot in https://github.com/attr-encrypted/attr_encrypted/pull/297
- Add frozen_string_literal: true by @dillonwelch in https://github.com/attr-encrypted/attr_encrypted/pull/302
- Fix random OpenSSL::Cipher::CipherErrors/iv argument errors by @bfreese in https://github.com/attr-encrypted/attr_encrypted/pull/320
- Use a lazy load hook to configure Active Record by @eugeneius in https://github.com/attr-encrypted/attr_encrypted/pull/327
- Fixed a typo in docs by @bitsapien in https://github.com/attr-encrypted/attr_encrypted/pull/328
- Only load key if needed by @ankane in https://github.com/attr-encrypted/attr_encrypted/pull/310
- Make note about unique key/IV pair more prominent in docs by @ankane in https://github.com/attr-encrypted/attr_encrypted/pull/333
- Modern Ruby + ActiveRecord, Update Travis Config by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/416
- Add support for Ruby 2.7 and its kwargs by @igor-drozdov in https://github.com/attr-encrypted/attr_encrypted/pull/383
- Fixed bug where we were comparing versions as strings by @mvastola in https://github.com/attr-encrypted/attr_encrypted/pull/419
- Fix typo in README by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/421
- Fix typo in README by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/422
- Add (failable) tests to Travis for RoR 6/6.1/7 by @mvastola in https://github.com/attr-encrypted/attr_encrypted/pull/429
- Fix for set_attribute_was patch issue and Rails 7 support by @vimalvnair in https://github.com/attr-encrypted/attr_encrypted/pull/434
- Release 4.0.0 by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/435
- Drop gem signing by @joshbranham in https://github.com/attr-encrypted/attr_encrypted/pull/436
New Contributors
- @f3ndot made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/297
- @dillonwelch made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/302
- @bfreese made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/320
- @eugeneius made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/327
- @bitsapien made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/328
- @ankane made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/310
- @igor-drozdov made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/383
- @vimalvnair made their first contribution in https://github.com/attr-encrypted/attr_encrypted/pull/434
Full Changelog: https://github.com/attr-encrypted/attr_encrypted/compare/3.1.0...v4.0.0
- Ruby
Published by joshbranham almost 3 years ago