Skip to content

v0.4.0

Compare
Choose a tag to compare
@jcohen02 jcohen02 released this 27 Aug 16:39
· 67 commits to main since this release

django-drf-filepond release v0.4.0

This release is primarily to include support for chunked uploads of large files (> ~2GB), addressing the issues highlighted in #57.

Breaking changes:

  • Please note that this release includes a database migration - if you do not wish to apply migrations to your application DB at present, please remain on django-drf-filepond v0.3.1.

Known issues:

  • The value used to store the number of chunks in an upload is still a 32-bit integer. If you are working with very large files and your upload chunk size is set too small, you could encounter an issue where the number of chunks is greater than 2**31. However, depending on the filesystem you are using you may also reach filesystem limits before this occurs. It is recommended that you consider the most suitable balance between chunk size and the largest file uploads you'll need to handle. Chunk size is set on the filepond client via the server properties.