Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Releases: googleapis/python-storage

v1.39.0

22 Jun 05:32
edce85e

Choose a tag to compare

Features

  • allow configuration of media operation retries using the same interface as with non-media operation (#447) (0dbbb8a)

Bug Fixes

  • add ConnectionError to default retry (#445) (8344253)
  • apply idempotency policies for ACLs (#458) (2232f38)
  • replace python lifecycle action parsing ValueError with warning (#437) (2532d50)
  • revise blob.compose query parameters if_generation_match (#454) (70d19e7)

Documentation

  • streamline 'timeout' / 'retry' docs in docstrings (#461) (78b2eba)
  • streamline docstrings for conditional parameters (#464) (6999370)

v1.38.0

26 Apr 19:57
a4805ef

Choose a tag to compare

Features

  • add getters and setters for encryption_key and kms_key_name (#409) (2adfb59)

Bug Fixes

Documentation

  • revise docstrings for generate_signed_url (#408) (f090548)

v1.37.1

05 Apr 17:32
7fb2ee4

Choose a tag to compare

Bug Fixes

  • Ensure consistency check in test runs even if expected error occurs (#402) (416bcd4)
  • silence expected errors for routine operations on BlobReader (#400) (d52853b)

v1.37.0

25 Mar 17:41
d10f842

Choose a tag to compare

Features

Bug Fixes

  • update user_project usage and documentation in bucket/client class methods (#396) (1a2734b)

v1.36.2

11 Mar 00:26
4868be3

Choose a tag to compare

Bug Fixes

  • update batch connection to request api endpoint info from client (#392) (91fc6d9)

v1.36.1

23 Feb 23:17
d346c94

Choose a tag to compare

Bug Fixes

  • allow metadata keys to be cleared (#383) (79d27da), closes #381
  • allow signed url version v4 without signed credentials (#356) (3e69bf9)
  • correctly encode bytes for V2 signature (#382) (f44212b)

v1.36.0

10 Feb 22:17
f85af9b

Choose a tag to compare

Features

Bug Fixes

v1.35.1

02 Feb 18:47
264e9e4

Choose a tag to compare

Bug Fixes

  • address incorrect usage of request preconditions (#366) (321658c)
  • Amend default retry behavior for bucket operations on client (#358) (b91e57d)

v1.35.0

14 Dec 23:43
9d5bb56

Choose a tag to compare

Features

  • support ConnectionError retries for media operations (#342) (e55b25b)

v1.34.0

11 Dec 18:47
268bdba

Choose a tag to compare

Features

  • make retry parameter public and added in other methods (#331) (910e34c)

Bug Fixes

  • avoid triggering global logging config (#333) (602108a), closes #332
  • fall back to 'charset' of 'content_type' in 'download_as_text' (#326) (63ff233), closes #319
  • fix conditional retry handling of camelCase query params (#340) (4ff6141)
  • retry uploads only conditionally (#316) (547740c)
  • update 'custom_time' setter to record change (#323) (5174154), closes #322