Skip to content

Releases: gocardless/anony

v1.5.0

14 Oct 12:05
67d6a7e
Compare
Choose a tag to compare

What's Changed

  • Update dependencies to drop Ruby 3.0 and try to fix dependabot by @Tabby in #108
  • Remove Rails version constants in gemspec and use string literals by @Tabby in #109
  • Drop support for EOL Rails 6.1 by @Tabby in #111
  • Update sqlite3 requirement from ~> 1.6.1 to ~> 2.1.0 by @dependabot in #110
  • Fix NoMethodError when calling selector methods w/o anony config by @Tabby in #113
  • Include reference to anonymised record in Anony::Result by @Tabby in #112
  • Fix lint warnings in Markdown files & update compatibility doc by @Tabby in #114

Full Changelog: v1.4.0...v1.5.0

v1.4.0

30 Jul 13:28
3a2c572
Compare
Choose a tag to compare

What's Changed

  • Update gc_ruboconfig development dependency to 5.0.0 by @Tabby in #106
  • Update cops to use Base rather than Cop as base class. by @benk-gc in #107

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0

17 Apr 10:59
e46961e
Compare
Choose a tag to compare

What's Changed

  • Add Ruby 3.2, 3.3 and Rails 7.1 to GH actions matrix by @Tabby in #102
  • Drop EOL Ruby 2.6, 2.7 and Rails 6.0 support by @Tabby in #101

Full Changelog: v1.2.0...v1.3.0

v1.2.0

20 Feb 18:36
4a10baf
Compare
Choose a tag to compare

What's Changed

  • Update gc_ruboconfig requirement from ~> 2.24.0 to ~> 2.29.0 by @dependabot in #79
  • Update rspec-github requirement from ~> 2.3.1 to ~> 2.4.0 by @dependabot in #92
  • Introduce helpers (selectors) for anonymise all a subject's records. by @mnbbrown in #97
  • Update sqlite3 requirement from ~> 1.4.1 to ~> 1.6.1 by @dependabot in #96
  • Support multiple superclasses by @mfmmq in #98

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Dec 09:47
9fddab6
Compare
Choose a tag to compare
  • Add support for Rails 7
  • Drop support for Ruby < 2.6 and Rails < 6

v1.0.1

24 Mar 13:54
Compare
Choose a tag to compare
  • Throw a more useful exception when calling .anonymise without config #53

Version 1.0.0 🍰

07 Feb 10:47
44b1035
Compare
Choose a tag to compare

Initial public release.

See changelog for historical context.

v0.7.2

04 Dec 16:40
Compare
Choose a tag to compare
  • Add ability to prevent anonymisation with skip_if #25

v0.7.1

04 Dec 13:39
Compare
Choose a tag to compare
  • Fix breakage when applying a strategy multiple times #35

v0.7.0

04 Dec 12:07
Compare
Choose a tag to compare
  • BREAKING Switch to nesting field-level configuration in a fields block #32. This should just be a case of switching anonymise { ... } to anonymise { fields { ... } } in most cases, but for more details please check the README.
  • BREAKING Anony::Strategies.register was renamed to Anony::FieldLevelStrategies.register.