Skip to content

Releases: optimalworkshop/deidentify

v2.6.1

01 Nov 20:49
5cc2d69
Compare
Choose a tag to compare
v2.6.1 Pre-release
Pre-release
  • Update error message to contain table name

v2.6.0

17 Oct 21:10
ade39aa
Compare
Choose a tag to compare

Log an error if a deidentification policy exists for a column that doesn't exist, but don't stop deidentification.

v2.5.1

07 Aug 23:20
6bedfe5
Compare
Choose a tag to compare
Merge pull request #39 from optimalworkshop/bump_version_2_5_1

Bump gem version to 2.5.1

v2.5.0

07 Jul 23:54
43d93a6
Compare
Choose a tag to compare

Use read_attribute when accessing columns.

v2.4.0

17 Jun 02:22
a47c637
Compare
Choose a tag to compare

Deidentify without running validations

v2.3.0

12 Jun 20:45
1b3b870
Compare
Choose a tag to compare

Deidentify models in memory

v2.2.0

14 Apr 01:06
fb90a3e
Compare
Choose a tag to compare

Mark records as deidentified using the deidentified_at timestamp

v2.1.0

04 Apr 01:48
51873ec
Compare
Choose a tag to compare

Allow a scope to be passed in as part of the configuration

v2.0.1

15 Jul 04:55
b633fbf
Compare
Choose a tag to compare

Allow appending associations on deidentify_associations instead of overwriting

v2.0.0

14 Jul 20:56
b264119
Compare
Choose a tag to compare
  • Pass the object to lambda option instead of the old value.