Releases: jungsoft/uploadex
Releases · jungsoft/uploadex
v3.1.0
v3.0.0
v3.0.0-rc.1
v2.0.3
v2.0.2
Fix required s3 opts
v.2.0.1
v2.0.0
Features
- Implement
get_temporary_url
, useful when uploads are private (#15) - Support configuration of upload by field (#16)
Breaking Changes
- Uploader now must define a
get_fields
function instead ofget_files
storage
andaccepted_extensions
requires an extra argument, to configure the storage opts for each field- Functions to get file in
Files
andResolver
require an extra argument, specifying the field to be fetched
v1.0.4
v1.0.3
Implement new Ecto.Type callbacks
v1.0.2
- Configure AWS by bucket + region instead of URL
- Allow whitlelisting of file extesions
- Fix filename saved without extension