Releases: googleapis/python-storage
Releases · googleapis/python-storage
v1.41.1
Bug Fixes
- deps: pin
{api,cloud}-core
, auth
to allow 2.x versions on Python 3 (#512) (4d7500e)
- remove trailing commas from error message constants (#505) (d4a86ce), closes #501
Documentation
- replace usage of deprecated function
download_as_string
in docs (#508) (8dfa4d4)
v1.41.0
Features
Bug Fixes
- deps: update minimum dependency versions to pick up bugfixes (#496) (92251a5), closes #494
- populate etag / generation / metageneration properties during download (#488) (49ba14c)
- revise and rename is_etag_in_json(data) (#483) (0a52546)
v1.40.0
Features
- add preconditions and retry configuration to blob.create_resumable_upload_session (#484) (0ae35ee)
- add public access prevention to bucket IAM configuration (#304) (e3e57a9)
Bug Fixes
- replace default retry for upload operations (#480) (c027ccf)
v1.39.0
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
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
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
Features
Bug Fixes
- update user_project usage and documentation in bucket/client class methods (#396) (1a2734b)
v1.36.2
Bug Fixes
- update batch connection to request api endpoint info from client (#392) (91fc6d9)
v1.36.1
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)