v4.1.0
Release Notes
Version 4.1.0 has been released! The goal of this release is to offer flexibility to those using imgix-rb's purger capabilities through imgix-rails.
Prior to this release, this gem offered purging capability through imgix '~> 3.0'
. However, that purging capability has been deprecated in favor of the new-style purging API––available now in imgix-rb v4.0.0.
To upgrade to the new purging API used in imgix '~> 4.0'
:
- navigate to the API Keys portion of your dashboard
- generate a new API Key
- use this new key in your imgix client:
Imgix::Client.new(domain: '...', api_key: NEW_API_KEY)
If you would like to read more about purging, see our official documentation.
Changes
- build: use optimistic constraint for imgix >= 3.0 (#104)