Skip to content

v0.13.0

Compare
Choose a tag to compare
@ryanto ryanto released this 19 Dec 17:43
· 12 commits to master since this release

💥 Breaking changes

  • If you're using a cacheable strategy it needs to change from update_attributes to update. Example:
< cacheable_strategy: :update_attributes
> cacheable_strategy: :update
  • Drop support for EOL rubies (2.3, 2.4) and EOL rails (4.x, 5.0). We now support Ruby 2.5, Ruby 2.6, Ruby 2.7 and Rails 5.1+