* Report upload progress separately for each upload * Add `Content-Type` header * Add python test client
0.1.1
* Add a readme for the Javascript client
0.1.0
* Refactored the entire external API of the Javascript client * Allow the Javascript client to take a configuration for API requests * Ensure that uploads from the server-rendered widget are authenticated * Ensure that migrations don't contain default kwargs * Fix a bug where the widget's CSS was not included in form assets
0.0.23
*Fix published releases.*
0.0.22
* 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
0.0.21
* 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