Skip to content

Releases: kitware-resonant/django-s3-file-field

v0.0.22

19 Jan 13:52
68b9067
Compare
Choose a tag to compare
  • Allow DRF views to work with all DEFAULT_AUTHENTICATION_CLASSES
  • Add a progress callback to the Javascript client library
  • In the Javascript client library, make UploadResult.state an enum

v0.0.21

14 Jan 15:27
Compare
Choose a tag to compare
  • Require Python 3.8
  • Change part size to 64MB
  • Upload parts to S3 in serial
    • The bottleneck to upload rate is typically raw bandwidth, so parallel part uploads do not improve throughput.
  • Ensure that URL paths are joined properly in the web client library

v0.0.20

11 Jan 18:36
f73de40
Compare
Choose a tag to compare

v0.0.19

04 Dec 23:27
8b27f79
Compare
Choose a tag to compare
  • Fix a bug in the JS client's communication with AWS
  • Improve the JSDocs for the client library
  • Add section to README on form media injection

v0.0.18

03 Dec 06:28
91b2822
Compare
Choose a tag to compare
  • Add support for S3FileField to DRF ModelSerializer
  • Testing improvements

v0.0.17

13 Nov 15:04
6f85830
Compare
Choose a tag to compare

Rerelease of v0.0.16 to trigger github actions

v0.0.16

12 Nov 23:36
4d2c25e
Compare
Choose a tag to compare
  • Set up separate npm package for JS multipart upload client
  • Presign CompleteMultipartUpload requests

v0.0.15

29 Oct 04:15
a221208
Compare
Choose a tag to compare
  • Allow form fields to handle empty and cleared uploads

v0.0.14

22 Oct 20:00
e2198b2
Compare
Choose a tag to compare
  • Import cleanly when django-storages is not installed
  • Simplify checks
  • Fields will now be normal FieldFile instances, after creating a model via a form

v0.0.13: Merge pull request #109 from girder/safari-render

08 Oct 18:57
69c3f81
Compare
Choose a tag to compare
  • Add example project
  • Fix small rendering bug with the admin widget on Safari