All Versions
37
Latest Version
Avg Release Cycle
95 days
Latest Release
767 days ago

Changelog History
Page 2

  • v0.10.0 Changes

    June 19, 2018
    • (Dependency) :ex_aws increased to ~> 2.0
    • (Dependency) :ex_aws_s3 added at ~> 2.0
  • v0.9.0 Changes

    June 19, 2018
  • v0.8.0 Changes

    April 20, 2017
    • (Enhancement) Fix elixir warnings.
    • (Enhancement) Allow delete/1 to be overridden.
    • (Enhancement) Deletions follow same async behavior as uploads.
    • (Minor Breaking Change) URL encode returned urls. If you were explicitly encoding them yourself, you don't need to do this anymore.
  • v0.7.0 Changes

    February 07, 2017
    • Require Elixir v1.4
    • Relax package dependencies
    • Fix Elixir v1.4 warnings
    • (Enhancement) Disable asynchronous processing via module attribute @async false.
    • (Enhancement) Add retry functionality to remote path uploader

    v0.7.0 Requires Elixir 1.4 or above, due to enhancements made with ExAws and Task Streaming

  • v0.6.0 Changes

    December 19, 2016
    • (Enhancement) Allow asset host to be set via an environment variable
    • (Enhancement) Allow downloading and saving remote files
    • (Enhancement) Move Arc storage module to config
    • (Bugfix) Split conversion arguments correctly when a file name has a space in it
    • (Bugfix) S3 object headers must be transferred to ExAws as a keyword list, not a map
    • (Bugfix) Don't prepend a forward-slash to local storage urls if the url already starts with a forward-slash.
  • v0.6.0-rc3 Changes

    October 20, 2016
    • (Dependencies) - Upgrade ex_aws to rc3
  • v0.6.0-rc2 Changes

    October 20, 2016
    • (Dependencies) - Upgrade ex_aws to rc2
  • v0.6.0-rc1 Changes

    October 04, 2016
    • (Dependencies) - Removed httpoison as an optional dependency, added sweet_xml and hackney as optional dependencies (required if using S3).
    • (Enhancement) File streaming to S3 - Allows the uploading of large files to S3 without reading to memory first.
    • (Enhancement) Allow Arc to transform and store directly on binary input.
    • (Bugfix - backwards incompatible) Return error tuple rather than raising Arc.ConvertError if the transformation fails.
    • (Bugfix) Update :crypto usage to :crypto.strong_rand_bytes
    • (Enhancement) Optionally set S3 bucket from runtime env var (config :arc, bucket: {:system, "S3_BUCKET"})
    • (Enhancement) Temporary files created during transformations now include the file extension.
    • (Bugfix) Add a leading slash to urls generated from the Local storage adapter.
  • v0.5.3 Changes

    June 21, 2016
    • (Enhancement) Relax ex_aws dependency to allow ~> 0.5.0
  • v0.5.2 Changes

    April 27, 2016
    • (Enhancement) Allow returning a list of arguments for transformations to preserve desired groupings.