Skip to content

Releases: imgproxy/imgproxy.rb

v3.0.0

28 Dec 15:30
Compare
Choose a tag to compare

⚠️ 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

14 Jun 09:23
Compare
Choose a tag to compare
  • Add ActiveStorage::Service::MirrorService support.
  • Add expires and return_attachment options support.

v2.0.0

02 Mar 11:55
Compare
Choose a tag to compare

⚠️ 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

15 Oct 15:12
Compare
Choose a tag to compare
  • Add crop options;
  • Add adjustment options;
  • Add pixelate option;
  • Add watermark_url option.

v1.0.6

15 Oct 15:11
Compare
Choose a tag to compare
  • Escape spaces in source URLs;
  • Fix URL combination.

v1.0.5

15 Oct 15:10
Compare
Choose a tag to compare

Fix non-ascii URLs support

v1.0.4

15 Oct 15:09
Compare
Choose a tag to compare

Only set host to Shrine if it presents

v1.0.3

15 Oct 15:08
Compare
Choose a tag to compare

Don't modify builder options

v1.0.2

15 Oct 15:08
Compare
Choose a tag to compare
  • Add host option to Imgproxy.extend_shrine!
  • Check Active Storage attachment service instead of ::ActiveStorage::Blob.service
  • Better URL combination

v1.0.1

15 Oct 15:06
Compare
Choose a tag to compare

Fixed URL signing