python-docs-samples
python-docs-samples copied to clipboard
chore(deps): update dependency google-cloud-storage to v3.1.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| google-cloud-storage | ==2.9.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.10.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.18.2 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.17.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.0.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.12.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.13.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.16.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.19.0 -> ==3.1.1 |
||||
| google-cloud-storage | ~=2.10.0 -> ~=3.1.1 |
||||
| google-cloud-storage | ==3.1.0 -> ==3.1.1 |
||||
| google-cloud-storage | ==2.18.0 -> ==3.1.1 |
Release Notes
googleapis/python-storage (google-cloud-storage)
v3.1.1
Bug Fixes
- Add a check for partial response data (#1487) (7e0412a)
- Add trove classifier for Python 3.13 (0100916)
- deps: Require google-crc32c >= 1.1.3 (0100916)
- deps: Require protobuf >= 3.20.2, < 7.0.0 (0100916)
- deps: Require requests >= 2.22.0 (0100916)
- Remove setup.cfg configuration for creating universal wheels (#1448) (d3b6b3f)
- Resolve issue where pre-release versions of dependencies are installed (0100916)
- Segmentation fault in tink while writing data (#1490) (2a46c0b)
Documentation
- Move quickstart to top of readme (#1451) (53257cf)
- Update README to break infinite redirect loop (#1450) (03f1594)
v3.1.0
Features
- Add api_key argument to Client constructor (#1441) (c869e15)
- Add Bucket.move_blob() for HNS-enabled buckets (#1431) (24c000f)
v3.0.0
⚠ BREAKING CHANGES
Please consult the README for details on this major version release.
- The default checksum strategy for uploads has changed from None to "auto" (#1383)
- The default checksum strategy for downloads has changed from "md5" to "auto" (#1383)
- Deprecated positional argument "num_retries" has been removed (#1377)
- Deprecated argument "text_mode" has been removed (#1379)
- Blob.download_to_filename() now deletes the empty destination file on a 404 (#1394)
- Media operations now use the same retry backoff, timeout and custom predicate system as non-media operations, which may slightly impact default retry behavior (#1385)
- Retries are now enabled by default for uploads, blob deletes and blob metadata updates (#1400)
Features
- Add "auto" checksum option and make default (#1383) (5375fa0)
- Blob.download_to_filename() deletes the empty destination file on a 404 (#1394) (066be2d)
- Enable custom predicates for media operations (#1385) (f3517bf)
- Integrate google-resumable-media (#1283) (bd917b4)
- Retry by default for uploads, blob deletes, metadata updates (#1400) (0426005)
Bug Fixes
- Cancel upload when BlobWriter exits with exception (#1243) (df107d2)
- Changed name of methods
Blob.from_string()andBucket.from_string()tofrom_uri()(#1335) (58c1d03) - Correctly calculate starting offset for retries of ranged reads (#1376) (7b6c9a0)
- Filter download_kwargs in BlobReader (#1411) (0c21210)
- Remove deprecated num_retries argument (#1377) (58b5040)
- Remove deprecated text_mode argument (#1379) (4d20a8e)
Documentation
- Correct formatting and update README.rst (#1427) (2945853)
- Fix issue with exceptions.py documentation (#1328) (22b8c30)
v2.19.0
Features
- Add integration test for universe domain (#1346) (02a972d)
- Add restore_bucket and handling for soft-deleted buckets (#1365) (ab94efd)
- Add support for restore token (#1369) (06ed15b)
- IAM signBlob retry and universe domain support (#1380) (abc8061)
Bug Fixes
- Allow signed post policy v4 with service account and token (#1356) (8ec02c0)
- Do not spam the log with checksum related INFO messages when downloading using transfer_manager (#1357) (42392ef)
v2.18.2
Bug Fixes
v2.18.1
Bug Fixes
- Properly escape URL construction for XML MPU API, fixing a path traversal issue that allowed uploads to unintended buckets. Reported by @jdomeracki. (#1333) (bf4d0e0)
v2.18.0
Features
Bug Fixes
- Allow Protobuf 5.x (#1317) (152b249)
- Correct notification error message (#1290) (1cb977d), closes #1289
v2.17.0
Features
- Support HNS enablement in bucket metadata (#1278) (add3c01)
- Support page_size in bucket.list_blobs (#1275) (c52e882)
Bug Fixes
Documentation
- Reference Storage Control in readme (#1254) (3d6d369)
- Update DEFAULT_RETRY_IF_GENERATION_SPECIFIED docstrings (#1234) (bdd426a)
v2.16.0
Features
v2.15.0
Features
Bug Fixes
v2.14.0
Features
Bug Fixes
- Clarify error message and docstrings in Blob class method (#1196) (92c20d3)
- Propagate timeout in BlobWriter (#1186) (22f36da), closes #1184
- Use native namespace to avoid pkg_resources warnings (#1176) (2ed915e)
v2.13.0
Features
Bug Fixes
- Blob.from_string parse storage uri with regex (#1170) (0a243fa)
- Bucket.delete(force=True) now works with version-enabled buckets (#1172) (0de09d3)
- Fix typo in Bucket.clear_lifecycle_rules() (#1169) (eae9ebe)
Documentation
v2.12.0
Features
- Add additional_blob_attributes to upload_many_from_filenames (#1162) (c7229f2)
- Add crc32c_checksum argument to download_chunks_concurrently (#1138) (fc92ad1)
- Add skip_if_exists to download_many (#1161) (c5a983d)
- Launch transfer manager to GA (#1159) (5c90563)
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
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
Features
- Add matchGlob parameter to list_blobs (#1055) (d02098e)
- Allow exceptions to be included in batch responses (#1043) (94a35ba)
Bug Fixes
Documentation
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: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.