Sha256: 71fea5a1b27391f585368f585538ef3e61c2f59de010d50613d1cd114a8f3878

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

## 1.0.1

- Added support for Mongoid

## 1.0.0

- Added support for master key
- Added support for Argon2id
- Fixed `generate_key` for JRuby
- Dropped support for Rails 4.2

Breaking changes

- Made Argon2id the default algorithm
- Removed `encrypted_` prefix from columns
- Changed default encoding to Base64 strict

## 0.3.5

- Added support for hex keys
- Added `generate_key` method
- Fixed querying with array values

## 0.3.4

- Added `size` option
- Added sanity checks for Argon2 cost parameters
- Fixed ActiveRecord callback issues introduced in 0.3.3

## 0.3.3

- Added support for string keys in finders

## 0.3.2

- Added support for dynamic finders
- Added support for inherited models

## 0.3.1

- Added scrypt and Argon2 algorithms
- Added `cost` option

## 0.3.0

- Enforce secure key generation
- Added `encode` option
- Added `default_options` method

## 0.2.1

- Added class method to compute blind index
- Fixed issue with cached statements

## 0.2.0

- Added support for ActiveRecord 4.2
- Improved validation support when multiple blind indexes
- Fixed `nil` handling

## 0.1.1

- Added support for ActiveRecord 5.2
- Added `callback` option
- Added support for `key` proc
- Fixed error inheritance

## 0.1.0

- First release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
blind_index-1.0.1 CHANGELOG.md