Skip to content

Releases: googleapis/google-resumable-media-python

v2.2.0

07 Feb 17:32
c0eb37c
Compare
Choose a tag to compare

Features

  • add 'py.typed' declaration file (#287) (cee4164)
  • add support for signed resumable upload URLs (#290) (e1290f5)

Bug Fixes

v2.1.0

25 Oct 17:32
480ee99
Compare
Choose a tag to compare

Features

Bug Fixes

  • Include ConnectionError and urllib3 exception as retriable (#282) (d33465f)

v2.0.3

20 Sep 21:32
eb8a889
Compare
Choose a tag to compare

Bug Fixes

v2.0.2

02 Sep 20:02
9505309
Compare
Choose a tag to compare

Bug Fixes

  • temporarily pin google-crc32c to 1.1.2 to mitigate upstream issue affecting OS X Big Sur (#264) (9fa344f)

v2.0.1

01 Sep 02:47
f411d1a
Compare
Choose a tag to compare

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

19 Aug 19:17
f6a0501
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

Bug Fixes

  • retry ConnectionError and similar errors that occur mid-download (#251) (bb3ec13)

v2.0.0b1

02 Aug 19:17
5d5ad1e
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

v1.3.3

30 Jul 20:17
289a0c6
Compare
Choose a tag to compare

Reverts

  • revert "fix: add retry coverage to the streaming portion of a download" (#245) (98673d0)

v1.3.2

29 Jul 19:17
7f3b6c4
Compare
Choose a tag to compare

Bug Fixes

  • add retry coverage to the streaming portion of a download (#241) (cc1f07c)

v1.3.1

18 Jun 18:47
8c3020a
Compare
Choose a tag to compare

Bug Fixes