DragonFly v1.4.0 Release Notes

Release Date: 2021-05-19 // almost 3 years ago
  • ๐Ÿ”„ Changes

    • โœ‚ Removed convert processor and generator (which were quite insecure), in favour of utility commands in Dragonfly::ImageMagick::Commands

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ Better security for all job steps with parameter validations - addresses CVE-2021-33564

Previous changes from v1.3.0

  • ๐Ÿ”„ Changes

    • โฌ‡๏ธ Dropped official support for ruby < 2.2 - too annoying to maintain

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed losing attachment when transaction rolled back on destroy (dlibanori)
    • ๐Ÿ›  Fixed fetch_url edge case when redirect url includes special chars (thedanbob)