Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 23, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google-cloud-storage ==1.16.1 -> ==1.44.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

googleapis/python-storage (google-cloud-storage)

v1.44.0

Compare Source

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

Compare Source

Features
Bug Fixes
  • raise a ValueError in BucketNotification.create() if a topic name is not set (#​617) (9dd78df)
Documentation

v1.42.3

Compare Source

Bug Fixes

v1.42.2

Compare Source

Bug Fixes

v1.42.1

Compare Source

Bug Fixes
Documentation
  • pass explicit 'client' in '{Blob.Bucket}.from_string' examples (#​545) (6eff22d)

v1.42.0

Compare Source

Features
  • add 'page_size' parameter to 'Bucket.list_blobs, list_buckets (#​520) (c5f4ad8)
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
  • update supported / removed Python versions in README (#​519) (1f1b138)

v1.41.1

Compare Source

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

Compare Source

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

Compare Source

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

Compare Source

Features
  • media operation retries can be configured using the same interface as with non-media operation (#​447) (0dbbb8a)
Bug Fixes
Documentation

v1.38.0

Compare Source

Features
  • add getters and setters for encryption_key and kms_key_name (#​409) (2adfb59)
Bug Fixes
Documentation

v1.37.1

Compare Source

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

Compare Source

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

v1.36.2

Compare Source

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

v1.36.1

Compare Source

Bug Fixes

v1.36.0

Compare Source

Features
Bug Fixes

v1.35.1

Compare Source

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

v1.35.0

Compare Source

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

v1.34.0

Compare Source

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

v1.33.0

Compare Source

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

v1.32.0

Compare Source

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

Compare Source

Documentation
  • fix docstring example for 'blob.generate_signed_url' (#​278) (2dc91c9)

v1.31.1

Compare Source

Bug Fixes
Documentation

v1.31.0

Compare Source

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
Documentation

v1.30.0

Compare Source

Features
Bug Fixes
Documentation
Documentation
Dependencies

v1.29.0

Compare Source

Features
Bug Fixes

v1.28.1

Compare Source

Bug Fixes

v1.28.0

Compare Source

Features
  • add arguments for *GenerationMatch uploading options (#​111) (b11aa5f)
Bug Fixes

v1.27.0

Compare Source

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

v1.26.0

Compare Source

Features
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

Compare Source

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

Compare Source

01-02-2020 13:20 PST

Implementation Changes
  • Add 'ARCHIVE' storage class (#​9533)

v1.24.0

Compare Source

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

Compare Source

11-12-2019 12:57 PST

Implementation Changes
  • Move create_bucket implementation from Bucket to Client. (#​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

Compare Source

11-05-2019 10:22 PST

New Features
  • Add UBLA attrs to IAMConfiguration. (#​9475)

v1.21.0

Compare Source

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_key and 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_project param to HMAC-related methods. (#​9237)
  • Add Blob.from_string and Bucket.from_string factories. (#​9143)
Documentation
  • Fix intersphinx reference to requests. (#​9294)
  • Fix deep / broken URL for service account setup. (#​9164)
Internal / Testing Changes
  • Fix typo in _helpers.py. (#​9239)
  • In systests, retry bucket creation on 503. (#​9248)
  • Avoid using REGIONAL / MULTI_REGIONAL in examples, tests. (#​9205)
  • Move benchwrapper into tests/perf. (#​9246)
  • Add support for STORAGE_EMULATOR_HOST; add benchwrapper script. (#​9219)

v1.19.0

08-28-2019 09:45 PDT

Implementation Changes
  • Expose 'HMACKeyMetadata.id' field. (#​9115)
  • Make 'Blob.bucket' a readonly property. (#​9113)
  • Clarify 'response_type' for signed_url methods. (#​8942)
New Features
  • Add client_options to constructors for manual clients. (#​9054)
Documentation
  • Remove compatability badges from READMEs. (#​9035)
Internal / Testing Changes
  • Remove CI for gh-pages, use googleapis.dev for api_core refs. (#​9085)
  • Fix tests broken by yesterday's google-resumable-media release. (#​9119)
  • Harden 'test_access_to_public_bucket' systest against 429 / 503 errors. (#​8997)

v1.18.0

08-07-2019 00:37 PDT

New Features
Documentation
  • Mark old storage classes as legacy, not deprecated. (#​8887)
Internal / Testing Changes
  • Normalize 'lint' / 'blacken' support under nox. (#​8831)
  • Update intersphinx mapping for requests. (#​8805)

v1.17.0

07-24-2019 12:37 PDT

New Features
  • Add Bucket.location_type property. (#​8570)
  • Add Client.list_blobs(bucket_or_name). (#​8375)
Implementation Changes
  • Retry bucket creation in signing setup. (#​8620)
  • Fix URI -> blob name conversion in Client download_blob_to_file. (#​8440)
  • Avoid escaping tilde in blob public / signed URLs. (#​8434)
  • Add generation to 'Blob.repr'. (#​8423)
Documentation
  • Link to googleapis.dev documentation in READMEs. (#​8705)
  • Add compatibility check badges to READMEs. (#​8288)
  • Fix example in Client.download_blob_to_file docstring. (#​8629)
  • Remove typing information for kwargs to not conflict with type checkers (#​8546)
Internal / Testing Changes
  • Skip failing test_bpo_set_unset_preserves_acls systest. (#​8617)
  • Add nox session 'docs'. (#​8478)
  • Add docs job to publish to googleapis.dev. (#​8464)

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 becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 325955d to 438f7aa Compare August 26, 2020 22:23
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.30.0 Update dependency google-cloud-storage to v1.31.0 Aug 26, 2020
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 438f7aa to f2e818e Compare September 21, 2020 16:32
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.31.0 Update dependency google-cloud-storage to v1.31.1 Sep 21, 2020
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from f2e818e to 4ff7dd9 Compare September 23, 2020 16:35
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.31.1 Update dependency google-cloud-storage to v1.31.2 Sep 23, 2020
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 4ff7dd9 to 7c7585a Compare October 19, 2020 16:50
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.31.2 Update dependency google-cloud-storage to v1.32.0 Oct 19, 2020
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 7c7585a to d280901 Compare November 27, 2020 01:55
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.32.0 Update dependency google-cloud-storage to v1.33.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from d280901 to 85d4f3a Compare January 6, 2021 19:50
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.33.0 Update dependency google-cloud-storage to v1.35.0 Jan 6, 2021
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 85d4f3a to 0c7589e Compare February 9, 2021 06:56
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.35.0 Update dependency google-cloud-storage to v1.35.1 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 0c7589e to 4592d09 Compare February 11, 2021 10:04
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.35.1 Update dependency google-cloud-storage to v1.36.0 Feb 11, 2021
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 4592d09 to 0f0eaad Compare April 26, 2021 15:11
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.36.0 Update dependency google-cloud-storage to v1.37.1 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 0f0eaad to 093e7ef Compare May 9, 2021 20:57
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.37.1 Update dependency google-cloud-storage to v1.38.0 May 9, 2021
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 093e7ef to aee2eb2 Compare October 20, 2021 05:17
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.38.0 Update dependency google-cloud-storage to v1.42.3 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from aee2eb2 to 72a91ca Compare March 7, 2022 13:12
@renovate renovate bot changed the title Update dependency google-cloud-storage to v1.42.3 Update dependency google-cloud-storage to v1.44.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 72a91ca to 9ebddf1 Compare September 25, 2022 22:24
@renovate renovate bot force-pushed the renovate/google-cloud-storage-1.x branch from 9ebddf1 to 637d1f5 Compare November 20, 2022 09:15
@toddbirchard toddbirchard merged commit e2fc5cd into master Oct 20, 2023
@toddbirchard toddbirchard deleted the renovate/google-cloud-storage-1.x branch October 20, 2023 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants