Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps)!: Update dependency google-cloud-storage to v2 #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

This PR contains the following updates:

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

Release Notes

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

v2.18.2

Compare Source

Bug Fixes
  • Add regression test for range read retry issue and bump dependency to fix (#​1338) (0323647)

v2.18.1

Compare Source

Bug Fixes

v2.18.0

Compare Source

Features
  • Add OpenTelemetry Tracing support as a preview feature (#​1288) (c2ab0e0)
Bug Fixes

v2.17.0

Compare Source

Features
Bug Fixes
Documentation

v2.16.0

Compare Source

Features

v2.15.0

Compare Source

Features
Bug Fixes

v2.14.0

Compare Source

Features
Bug Fixes

v2.13.0

Compare Source

Features
Bug Fixes
Documentation

v2.12.0

Compare Source

Features
Bug Fixes
  • Bump python-auth version to fix issue and remove workaround (#​1158) (28c02dd)
  • Mark _deprecate_threads_param as a wrapper to unblock introspection and docs (#​1122) (69bd4a9)
Documentation
  • Add snippets for upload_chunks_concurrently and add chunk_size (#​1135) (3a0f551)
  • Update formatting and wording in transfer_manager docstrings (#​1163) (9e460d8)

v2.11.0

Compare Source

Features
  • Add gccl-gcs-cmd field to X-Goog-API-Client header for Transfer Manager calls (#​1119) (14a1909)
  • Add transfer_manager.upload_chunks_concurrently using the XML MPU API (#​1115) (56aeb87)
  • Support configurable retries in upload_chunks_concurrently (#​1120) (1271686)
Bug Fixes
Documentation

v2.10.0

Compare Source

Features
Bug Fixes
  • Extend wait for bucket metadata consistency in system tests (#​1053) (d78586c)
Documentation

v2.9.0

Compare Source

Features
  • Un-deprecate blob.download_to_file(), bucket.create(), and bucket.list_blobs() (#​1013) (aa4f282)
Bug Fixes
Documentation

v2.8.0

Compare Source

Features
  • Add multiprocessing and chunked downloading to transfer manager (#​1002) (e65316b)
Bug Fixes
Documentation

v2.7.0

Compare Source

Features
  • Add "transfer_manager" module for concurrent uploads and downloads, as a preview feature (#​943) (9998a5e)
  • Add use_auth_w_custom_endpoint support (#​941) (5291c08)
Bug Fixes

v2.6.0

Compare Source

Features
Bug Fixes
Documentation

v2.5.0

Compare Source

Features
Documentation

v2.4.0

Compare Source

Features
Bug Fixes
Documentation

v2.3.0

Compare Source

Features
Bug Fixes
Documentation

v2.2.1

Compare Source

Bug Fixes

v2.2.0

Compare Source

Features
  • allow no project in client methods using storage emulator (#​703) (bcde0ec)
Bug Fixes
  • add user agent in python-storage when calling resumable media (c7bf615)
  • deps: require google-api-core>=1.31.5, >=2.3.2 (#​722) (e9aab38)
  • Fix BlobReader handling of interleaved reads and seeks (#​721) (5d1cfd2)
  • retry client side requests timeout (#​727) (e0b3b35)
Documentation

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • Remove Python 2 support (#​657)
Features

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
  • add timeouts to Blob methods whe

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.

@renovate renovate bot requested review from a team, marine675 and zefdelgadillo as code owners October 27, 2022 06:49
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch 2 times, most recently from c252eeb to f897bd0 Compare October 29, 2022 03:46
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch 3 times, most recently from 47b5c36 to 78086fc Compare November 14, 2022 22:45
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch 3 times, most recently from 228e279 to 90d5c6d Compare November 29, 2022 18:16
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch 2 times, most recently from d3aaad4 to 6aef436 Compare December 14, 2022 03:39
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch 2 times, most recently from 3f6c122 to 8a1e34c Compare December 29, 2022 16:14
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 8a1e34c to 8424f27 Compare February 8, 2023 21:05
@dpebot
Copy link
Collaborator

dpebot commented Feb 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 8424f27 to 29f4292 Compare February 10, 2023 03:48
@dpebot
Copy link
Collaborator

dpebot commented Feb 10, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 29f4292 to 74b9f3f Compare March 7, 2023 05:40
@dpebot
Copy link
Collaborator

dpebot commented Mar 7, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 74b9f3f to e276dc3 Compare March 13, 2023 18:29
@dpebot
Copy link
Collaborator

dpebot commented Mar 13, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from e276dc3 to c5a56a2 Compare March 29, 2023 18:11
@dpebot
Copy link
Collaborator

dpebot commented Mar 29, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from c5a56a2 to 51197b1 Compare April 6, 2023 02:22
@dpebot
Copy link
Collaborator

dpebot commented Apr 6, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 51197b1 to c88a720 Compare April 18, 2023 19:04
@dpebot
Copy link
Collaborator

dpebot commented Apr 18, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 868dead to 7bcee70 Compare December 19, 2023 19:29
@dpebot
Copy link
Collaborator

dpebot commented Dec 19, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 7bcee70 to bd492b7 Compare December 20, 2023 03:56
@dpebot
Copy link
Collaborator

dpebot commented Dec 20, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from bd492b7 to 25fe279 Compare January 3, 2024 20:15
@dpebot
Copy link
Collaborator

dpebot commented Jan 3, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 25fe279 to 822060c Compare January 30, 2024 18:30
@dpebot
Copy link
Collaborator

dpebot commented Jan 30, 2024

/gcbrun

@renovate renovate bot changed the title chore(deps): update dependency google-cloud-storage to v2 fix(deps): Update dependency google-cloud-storage to v2 Feb 5, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 822060c to ce4bcb2 Compare February 22, 2024 01:48
@dpebot
Copy link
Collaborator

dpebot commented Feb 22, 2024

/gcbrun

@renovate renovate bot changed the title fix(deps): Update dependency google-cloud-storage to v2 chore(deps): update dependency google-cloud-storage to v2 Feb 22, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from ce4bcb2 to 2971001 Compare February 23, 2024 16:45
@dpebot
Copy link
Collaborator

dpebot commented Feb 23, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 2971001 to c8b88ef Compare March 11, 2024 19:11
@dpebot
Copy link
Collaborator

dpebot commented Mar 11, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from c8b88ef to c002599 Compare March 26, 2024 02:06
@dpebot
Copy link
Collaborator

dpebot commented Mar 26, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from c002599 to 7bd05ca Compare May 7, 2024 16:53
@dpebot
Copy link
Collaborator

dpebot commented May 7, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 7bd05ca to 119810c Compare June 18, 2024 00:28
@dpebot
Copy link
Collaborator

dpebot commented Jun 18, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 119810c to e664774 Compare July 30, 2024 01:10
@dpebot
Copy link
Collaborator

dpebot commented Jul 30, 2024

/gcbrun

@renovate renovate bot changed the title chore(deps): update dependency google-cloud-storage to v2 fix(deps)!: Update dependency google-cloud-storage to v2 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from e664774 to 9b98a0b Compare August 14, 2024 04:12
@dpebot
Copy link
Collaborator

dpebot commented Aug 14, 2024

/gcbrun

@renovate renovate bot force-pushed the renovate/google-cloud-storage-2.x branch from 9b98a0b to 5c2eddf Compare August 16, 2024 02:08
@dpebot
Copy link
Collaborator

dpebot commented Aug 16, 2024

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant