All Versions
64
Latest Version
Avg Release Cycle
128 days
Latest Release
1267 days ago

Changelog History
Page 2

  • v1.0.12 Changes

    September 16, 2015

    ๐Ÿ”‹ Features

    • Made thumb processor args for a specific geometry publicly accesible
  • v1.0.11 Changes

    September 04, 2015

    ๐Ÿ›  Fixes

    • ๐Ÿ‘‰ Make sure tempfiles are created with paths matching the meta name
  • v1.0.10 Changes

    May 14, 2015

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ Allow method signified by symbol in storage_options to take an attachment object
    • ๐Ÿ‘ Allow passing in "input_args" to convert processor ๐Ÿ›  Fixes -----
    • correct Rack version
  • v1.0.9 Changes

    April 29, 2015

    ๐Ÿ›  Fixes

    • โœ‚ Remove sha parameter being echoed back on error for better security
  • v1.0.8 Changes

    April 23, 2015

    ๐Ÿ›  Fixes

    • ๐Ÿšš Job#close re-added, so that tempfiles are immediately removed after each request
    • Specs passing for 1.8.7, 1.9.2 (i18n gem version specified)
  • v1.0.7 Changes

    August 26, 2014

    ๐Ÿ”„ Changes

    • ๐Ÿ‘ท Job#sha uses better algorithm
    • renamed protect_from_dos_attacks -> verify_urls and turn on by default
  • v1.0.6 Changes

    August 22, 2014

    ๐Ÿ”‹ Features

    • env can be accessed by routed endpoint blocks

    ๐Ÿ›  Fixes

    • analyser cache doesn't get stored in meta for a given piece of meta - can mess with stringifying analyser return values
    • โœ‚ removed default secret, forcing user to specify one explicitly
    • deal with "[" character problems in urls https://github.com/markevans/dragonfly/pull/337
  • v1.0.5 Changes

    May 15, 2014

    ๐Ÿ›  Fixes

    • ๐Ÿ’Ž fetch_url wasn't correctly getting https endpoints on Ruby approx < 2
  • v1.0.4 Changes

    April 11, 2014

    ๐Ÿ›  Fixes

    • fetch_url is more forgiving - assume escaped, if not escape
  • v1.0.3 Changes

    January 28, 2014

    ๐Ÿ›  Fixes

    • ๐Ÿ‘ท changing meta on a job (e.g. fetch('blah').encode('jpg')) was interfering with meta on its parent job (e.g. fetch('blah'))