v0.13.0
💥 Breaking changes
- If you're using a cacheable strategy it needs to change from
update_attributes
toupdate
. 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+