Skip to content

Releases: jungsoft/uploadex

v3.1.0

07 Dec 16:59
Compare
Choose a tag to compare
  • Remove task_after dependency (#34)

v3.0.0

17 Sep 12:26
Compare
Choose a tag to compare
  • Make TestStorage safe for async tests (#30)

v3.0.0-rc.1

27 Aug 17:07
Compare
Choose a tag to compare
  • Remove global configuration to support umbrella apps (#23)
  • Improve specs for delete (#27)

v2.0.3

10 Feb 13:40
Compare
Choose a tag to compare

Fix files being uploaded to S3 without content type (#21)

v2.0.2

06 Feb 16:11
Compare
Choose a tag to compare

Fix required s3 opts

v.2.0.1

06 Feb 14:19
Compare
Choose a tag to compare

Use AWS API to get URLs (#19)

v2.0.0

29 Jan 12:00
Compare
Choose a tag to compare

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 of get_files
  • storage and accepted_extensions requires an extra argument, to configure the storage opts for each field
  • Functions to get file in Files and Resolver require an extra argument, specifying the field to be fetched

v1.0.4

27 Nov 13:11
Compare
Choose a tag to compare
  • Fix equal? when file is nil (#11)
  • Allow errors when deleting files (#12)

v1.0.3

18 Nov 18:32
Compare
Choose a tag to compare

Implement new Ecto.Type callbacks

v1.0.2

26 Sep 17:04
Compare
Choose a tag to compare
  • Configure AWS by bucket + region instead of URL
  • Allow whitlelisting of file extesions
  • Fix filename saved without extension