09-05-2019 11:59 PDT
Backward-Compatibility Note
The change to use raw response data (PR
#87)
might break the hypothetical usecase of downloading a blob marked with
Content-Encoding: gzip
and expecting to get the expanded data.
Implementation Changes
- Require 200 response for initial resumable upload request. (#95)
- Use
response
as variable for object returned fromhttp_request
. (#98) - Further DRY request dependency pins. (#96)
- Finish download on seeing 416 response with zero byte range. (#86)
- Always use raw response data. (#87)
Dependencies
- Drop runtime dependency check on
requests
. (#97)
Documentation
- Update docs after release (#93)