Skip to content

v0.3.0

Compare
Choose a tag to compare
@jcohen02 jcohen02 released this 28 Apr 14:46

django-drf-filepond release v0.3.0

This release includes a number of fixes/updates, in particular the addition of support for chunked uploads:

  • Support for handling chunked uploads from the filepond client (#37 / #40)
  • Fix to support apps that use a custom User model (#38 / #39 )
  • Refactoring of the way Django storage objects are used to handle file storage (#31 / #36)
  • Resolution of issue with handling byte data in relation to the load endpoint (#34 / #35)
  • Significant additions to the test suite in relation to the new chunked upload functionality and refactored upload handling