-
Notifications
You must be signed in to change notification settings - Fork 158
Comparing changes
Open a pull request
base repository: googleapis/python-storage
base: v2.12.0
head repository: googleapis/python-storage
compare: v2.13.0
- 8 commits
- 17 files changed
- 7 contributors
Commits on Oct 19, 2023
-
feat: add support for custom headers (#1121)
* Chore: refactor client.download_blob_to_file (#1052) * Refactor client.download_blob_to_file * Chore: clean up code * refactor blob and client unit tests * lint reformat * Rename _prep_and_do_download * Chore: refactor blob.upload_from_file (#1063) * Refactor client.download_blob_to_file * Chore: clean up code * refactor blob and client unit tests * lint reformat * Rename _prep_and_do_download * Refactor blob.upload_from_file * Lint reformat * feature: add 'command' argument to private upload/download interface (#1082) * Refactor client.download_blob_to_file * Chore: clean up code * refactor blob and client unit tests * lint reformat * Rename _prep_and_do_download * Refactor blob.upload_from_file * Lint reformat * feature: add 'command' argument to private upload/download interface * lint reformat * reduce duplication and edit docstring * feat: add support for custom headers starting with metadata op * add custom headers to downloads in client blob modules * add custom headers to uploads with tests * update mocks and tests * test custom headers support tm mpu uploads * update tm test * update test --------- Co-authored-by: MiaCY <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f92c3a - Browse repository at this point
Copy the full SHA 2f92c3aView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eac91cb - Browse repository at this point
Copy the full SHA eac91cbView commit details
Commits on Oct 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eae9ebe - Browse repository at this point
Copy the full SHA eae9ebeView commit details
Commits on Oct 30, 2023
-
chore(deps): bump urllib3 from 1.26.17 to 1.26.18 in /.kokoro (#1167)
Source-Link: googleapis/synthtool@d52e638 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Victor Chudnovsky <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c30d62 - Browse repository at this point
Copy the full SHA 4c30d62View commit details -
feat: add Autoclass v2.1 support (#1117)
* feat: add Autoclass v2.1 support * update tests and coverage * update samples with v2.1 additions * fix lint * update samples
Configuration menu - View commit details
-
Copy full SHA for d38adb6 - Browse repository at this point
Copy the full SHA d38adb6View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0a243fa - Browse repository at this point
Copy the full SHA 0a243faView commit details -
fix: bucket.delete(force=True) now works with version-enabled buckets (…
…#1172) Fixes #1071 🦕 As a side-effect, the behavior of this method during a race condition has changed slightly. Previously, if a new object was created while the bucket.delete(force=True) method is running, it would fail, but if a new generation of an existing object was uploaded, it would still succeed. Now it will fail in both cases. Regardless of the exact behavior, please do not use this method on a bucket that is still being updated by another process.
Configuration menu - View commit details
-
Copy full SHA for 0de09d3 - Browse repository at this point
Copy the full SHA 0de09d3View commit details -
chore(main): release 2.13.0 (#1168)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fcbee59 - Browse repository at this point
Copy the full SHA fcbee59View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.12.0...v2.13.0