waffle v0.6.0-rc1 Release Notes

Release Date: 2016-10-04 // over 7 years ago
    • (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.