Releases: googleapis/google-resumable-media-python
Releases · googleapis/google-resumable-media-python
v2.3.0
2.3.0 (2022-02-11)
Features
v2.2.1
2.2.1 (2022-02-09)
Bug Fixes
- don't overwrite user-agent on requests (42b380e)
v2.2.0
Features
- add 'py.typed' declaration file (#287) (cee4164)
- add support for signed resumable upload URLs (#290) (e1290f5)
Bug Fixes
v2.1.0
Features
Bug Fixes
- Include ConnectionError and urllib3 exception as retriable (#282) (d33465f)
v2.0.2
Bug Fixes
- temporarily pin google-crc32c to 1.1.2 to mitigate upstream issue affecting OS X Big Sur (#264) (9fa344f)
v2.0.1
Bug Fixes
- check if retry is allowed after retry wait calculation (#258) (00ccf71)
- do not mark upload download instances invalid with retriable error codes (#261) (a1c5f7d)
v2.0.0
⚠ BREAKING CHANGES
Bug Fixes
- retry ConnectionError and similar errors that occur mid-download (#251) (bb3ec13)
v1.3.3
Reverts
- revert "fix: add retry coverage to the streaming portion of a download" (#245) (98673d0)