pypi google-resumable-media 0.4.0
v0.4.0

latest releases: 2.7.1, 2.7.0, 2.6.0...
4 years ago

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 from http_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)

Don't miss a new google-resumable-media release

NewReleases is sending notifications on new releases.