fix(deps): Update dependency google-cloud-storage to v1.44.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| google-cloud-storage | ==1.19.1 -> ==1.44.0 |
Release Notes
googleapis/python-storage (google-cloud-storage)
v1.44.0
Features
Documentation
- Describe code sample more specifically (#660) (0459cb4)
- refresh readme instructions (#667) (ceb9314)
- This is just a simple PR to better describe what the code is doing in the comments. (0459cb4)
- use writeable streamin example for 'download_blob_to_file' (#676) (96092d4)
v1.43.0
Features
- add ignore_flush parameter to BlobWriter (#644) (af9c9dc)
- add support for Python 3.10 (#615) (f81a2d0)
Bug Fixes
Documentation
- add contributing and authoring guides under samples/ (#633) (420591a)
- add links to samples and how to guides (#641) (49f78b0)
- add README to samples subdirectory (#639) (58af882)
- update samples readme with cli args (#651) (75dda81)
v1.42.3
Bug Fixes
- changeover unspecified to inherited (#603) (283a419)
- check response code in batch.finish (#609) (318a286)
- skip tests that use unspecified pap until we get the change in (#600) (38b9b55)
v1.42.2
Bug Fixes
- add preconditions and retry config support to ACL patch operationss (#586) (4333caf)
- add unpinned protobuf for python3 (#592) (53f7ad0)
- pin six as a required dependency (#589) (9ca97bf)
v1.42.1
Bug Fixes
Documentation
v1.42.0
Features
Bug Fixes
- deps: add explicit ranges for 'google-api-core' and 'google-auth' (#530) (310f207)
- downloading no longer marks metadata fields as 'changed' (#523) (160d1ec)
- make 'requests.exceptions.ChunkedEncodingError retryable by default (#526) (4abb403)
Documentation
v1.41.1
Bug Fixes
- deps: pin
{api,cloud}-core,authto allow 2.x versions on Python 3 (#512) (4d7500e) - remove trailing commas from error message constants (#505) (d4a86ce), closes #501
Documentation
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
v1.39.0
Features
- media operation retries can be configured 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 parmas (#464) (6999370)
v1.38.0
Features
Bug Fixes
Documentation
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
v1.36.2
Bug Fixes
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)
v1.36.0
Features
Bug Fixes
- correctly decode times without microseconds (#375) (37a1eb5), closes #363
- expose num_retries parameter for blob upload methods (#353) (fdabd6a), closes #352
- pass the unused parameter (#349) (5c60d24)
- set custom_time on uploads (#374) (f048be1), closes #372
v1.35.1
Bug Fixes
- address incorrect usage of request preconditions (#366) (321658c)
- Amend default retry behavior for bucket operations on client (#358) (b91e57d)
v1.35.0
Features
v1.34.0
Features
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
v1.33.0
Features
- add classifiers for python3.9 and remove for python3.5 (#295) (f072825)
- add testing support for Python 3.9, drop Python 3.5 (#313) (fa14009)
Bug Fixes
- use passed-in
clientwithinBlob.from_stringand helpers (#290) (d457ce3), closes #286 - preserve
metadatavalue when uploading new file content (#298) (5ab6b0d), closes #293
v1.32.0
Features
Bug Fixes
- field policy return string (#282) (c356b84)
- self-upload files for Unicode system test (#296) (6f865d9)
- use version.py for versioning, avoid issues with discovering version via get_distribution (#288) (fcd1c4f)
v1.31.2
Documentation
v1.31.1
Bug Fixes
- add requests as a dependency (#271) (ec52b38)
- preserve existing blob hashes when 'X-Goog-Hash header' is not present (#267) (277afb8)
- blob: base64 includes additional characters (#258) (cf0774a)
Documentation
v1.31.0
Features
- add configurable checksumming for blob uploads and downloads (#246) (23b7d1c)
- add support for 'Blob.custom_time' and lifecycle rules (#199) (180873d)
- error message return from api (#235) (a8de586)
- storage: add support of daysSinceNoncurrentTime and noncurrentTimeBefore (#162) (136c097)
- pass 'client_options' to base class ctor (#225) (e1f91fc), closes #210
- rename 'Blob.download_as_{string,bytes}', add 'Blob.download_as_text' (#182) (73107c3)
Bug Fixes
- change datetime.now to utcnow (#251) (3465d08), closes #228
- extract hashes correctly during download (#238) (23cfb65)
- repair mal-formed docstring (#255) (e722376)
Documentation
v1.30.0
Features
- add timeouts to Blob methods where missing (#185) (6eeb855)
- auto-populate standard headers for non-chunked downloads (#204) (d8432cd), closes #24
- migrate to Service Account Credentials API (#189) (e4990d0)
Bug Fixes
Documentation
- fix indent in code blocks (#171) (62d1543), closes #170
- remove doubled word in docstring (#209) (7a4e7a5)
Documentation
- fix indent in code blocks (#171) (62d1543), closes #170
- remove doubled word in docstring (#209) (7a4e7a5)
Dependencies
v1.29.0
Features
- add generationmatch args into Blob.compose() (#122) (dc01c59)
- add Bucket.reload() and Bucket.update() wrappers to restrict generation match args (#153) (76dd9ac), closes #127
- add helper for bucket bound hostname URLs (#137) (b26f9fa), closes #121
- add ifgenerationmatch support for Bucket.rename_blob() (#141) (f52efc8)
- add ifgenerationMatch support, pt1 (#123) (0944442)
- add offset and includeTrailingPrefix options to list_blobs (#125) (d84c0dd)
- Create CODEOWNERS (#135) (32a8d55)
Bug Fixes
- add documentaion of list_blobs with user project (#147) (792b21f)
- add projection parameter to blob.reload method (#146) (ddad20b)
- add unused variables to method generation match (#152) (f6574bb)
- change the method names in snippets file (#161) (e516ed9)
- fix upload object with bucket cmek enabled (#158) (5f27ffa)
- set default POST policy scheme to "http" (#172) (90c020d)
v1.28.1
Bug Fixes
- anonymous credentials for private bucket (#107) (6152ab4)
- add bucket name into POST policy conditions (#118) (311ecab)
v1.28.0
Features
Bug Fixes
- fix incorrect mtime by UTC offset (#42) (76bd652)
- remove expiration strict conversion (#106) (9550dad), closes #105
v1.27.0
Features
- generate signed URLs for blobs/buckets using virtual hostname (#58) (23df542)
- Add cname support for V4 signature (#72) (cc853af)
- add conformance tests for virtual hosted style signed URLs (#83) (5adc8b0)
- add get notification method (#77) (f602252)
- improve v4 signature query parameters encoding (#48) (8df0b55)
Bug Fixes
- fix blob metadata to None regression (#60) (a834d1b)
- add classifer for Python 3.8 (#63) (1b9b6bc)
- make v4 signing formatting consistent w/ spec (#56) (8712da8)
- use correct IAM object admin role (#71) (2e27edd)
- remove docstring of retrun in reload method (#78) (4abeb1c)
- use OrderedDict while encoding POST policy (#95) (df560e1)
v1.26.0
Features
- add support for signing URLs using token (#9889) (ad280bf)
- add timeout parameter to public methods (#44) (63abf07)
Bug Fixes
- fix documentation of max_result parameter in list_blob (#43) (ff15f19)
- fix system test and change scope for iam access token (#47) (bc5375f)
- remove low version error assertion from iam conditions system tests (#53) (8904aee)
v1.25.0
01-16-2020 11:00 PST
Implementation Changes
- fix: replace unsafe six.PY3 with PY2 for better future compatibility with Python 4 (#10081)
- fix(storage): fix document of delete blob (#10015)
New Features
- feat(storage): support optionsRequestedPolicyVersion (#9989)
Dependencies
- chore(storage): bump core dependency to 1.2.0 (#10160)
v1.24.1
01-02-2020 13:20 PST
Implementation Changes
- Add 'ARCHIVE' storage class (#9533)
v1.24.0
01-02-2020 10:39 PST
Implementation Changes
-str() metadata for for blob (#9796)
New Features
- Add timeout parameter to Batch interface to match google-cloud-core (#10010)
v1.23.0
11-12-2019 12:57 PST
Implementation Changes
- Move
create_bucketimplementation fromBuckettoClient. (#8604)
New Features
- Add opt-in raw download support. (#9572)
Dependencies
- Pin
google-resumable-media >= 0.5.0, < 0.6dev. (#9572)
Documentation
- Add python 2 sunset banner to documentation. (#9036)
Internal / Testing Changes
- Fix query-string order dependent assert. (#9728)
- Normalize VPCSC configuration in system tests. (#9616)
v1.22.0
11-05-2019 10:22 PST
New Features
- Add UBLA attrs to IAMConfiguration. (#9475)
v1.21.0
10-28-2019 21:52 PDT
Implementation Changes
- Add gcloud-python header to user agent (#9551)
- Don't report a gapic version for storage (#9549)
- Update storage endpoint from www.googleapis.com to storage.googleapis.com (#9543)
- Call anonymous client method to remove dependency of google application credentials (#9455)
- Enable CSEK w/ V4 signed URLs (#9450)
New Features
- Support predefined ACLs in
Bucket.create(#9334)
Documentation
- Add
hmac_keyand notification documentation rst files (#9529) - Remove references to the old authentication credentials (#9456)
- Clarify docstring for
Blob.download_as_string(#9332)
v1.20.0
09-26-2019 06:45 PDT
New Features
- Add
user_projectparam to HMAC-related methods. (#9237) - Add
Blob.from_stringandBucket.from_stringfactories. (#9143)
Documentation
- Fix intersphinx reference to
requests. (#9294) - Fix deep / broken URL for service account setup. (#9164)
Internal / Testing Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun
/gcbrun