Releases: imgproxy/imgproxy.rb
Releases · imgproxy/imgproxy.rb
v3.0.0
⚠️ This is a major release. See the migration guide. ⚠️
Added
- Added info options support.
- Added missing processing options.
- Added ecrypted source URLs support.
- Added extra services support.
v2.1.0
- Add
ActiveStorage::Service::MirrorService
support.
- Add
expires
and return_attachment
options support.
v2.0.0
⚠️ This is a major release. See the migration guide. ⚠️
- New processing options format.
- Active Storage and Shrine extensions are enabled automagially.
- Active Storage and Shrine extensions options are moved to the config.
- The gem can be configured with environment variables or config files. Thanks to anyway_config.
- Added missing processing options.
- Unsupported processing options can be used with some limitations.
hex_key
and hex_salt
config options are renamed to key
and salt
. key
and salt
config options are renamed to raw_key
and raw_salt
.
v1.1.0
- Add crop options;
- Add adjustment options;
- Add
pixelate
option;
- Add
watermark_url
option.
v1.0.6
- Escape spaces in source URLs;
- Fix URL combination.
v1.0.5
Fix non-ascii URLs support
v1.0.4
Only set host to Shrine if it presents
v1.0.3
Don't modify builder options
v1.0.2
- Add host option to Imgproxy.extend_shrine!
- Check Active Storage attachment service instead of ::ActiveStorage::Blob.service
- Better URL combination