-
Notifications
You must be signed in to change notification settings - Fork 159
Comparing changes
Open a pull request
base repository: googleapis/python-storage
base: v2.18.2
head repository: googleapis/python-storage
compare: v2.19.0
- 17 commits
- 30 files changed
- 8 contributors
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 02a972d - Browse repository at this point
Copy the full SHA 02a972dView commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e3cfc47 - Browse repository at this point
Copy the full SHA e3cfc47View commit details
Commits on Sep 27, 2024
-
chore: update secret manager in kokoro (#1352)
* chore: update secret manager in kokoro * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7631643 - Browse repository at this point
Copy the full SHA 7631643View commit details -
tests: unflake ud system test to only run in prod and hmac sample test (
#1353) * test: test universe domain client only in prod * unflake hmac snippet test
Configuration menu - View commit details
-
Copy full SHA for bebd97a - Browse repository at this point
Copy the full SHA bebd97aView commit details
Commits on Sep 28, 2024
-
build(python): release script update (#1345)
Source-Link: googleapis/synthtool@71a7297 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:e8dcfd7cbfd8beac3a3ff8d3f3185287ea0625d859168cc80faccfc9a7a00455 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: cojenco <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1963de9 - Browse repository at this point
Copy the full SHA 1963de9View commit details
Commits on Sep 30, 2024
-
chore(deps): update all dependencies (#1329)
Co-authored-by: Holt Skinner <[email protected]> Co-authored-by: cojenco <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8edbec1 - Browse repository at this point
Copy the full SHA 8edbec1View commit details -
chore(deps): update all dependencies (#1354)
* chore(deps): update all dependencies * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cea20e2 - Browse repository at this point
Copy the full SHA cea20e2View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ec02c0 - Browse repository at this point
Copy the full SHA 8ec02c0View commit details
Commits on Oct 9, 2024
-
fix: do not spam the log with checksum related INFO messages when dow…
…nloading using transfer_manager (#1357) * fix: do not spam the log with checksum related INFO messages when downloading using transfer_manager `download_chunks_concurrently` function does not allow to set `checksum` field in `download_kwargs`. It also does not set it on its own so it takes the default value of `"md5"` (see `Blob._prep_and_do_download`). Because ranged downloads do not return checksums it results in a lot of INFO messages (tens/hundreds): ``` INFO google.resumable_media._helpers - No MD5 checksum was returned from the service while downloading ... (which happens for composite objects), so client-side content integrity checking is not being performed. ``` To fix it set the `checksum` field to `None` which means no checksum checking for individual chunks. Note that `transfer_manager` has its own checksum checking logic (enabled by `crc32c_checksum` argument) * fix tests
Configuration menu - View commit details
-
Copy full SHA for 42392ef - Browse repository at this point
Copy the full SHA 42392efView commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab94efd - Browse repository at this point
Copy the full SHA ab94efdView commit details
Commits on Oct 30, 2024
-
feat: add support for restore token (#1369)
* feat: add support for restore token * add unit tests coverage * update docstrings * fix docs
Configuration menu - View commit details
-
Copy full SHA for 06ed15b - Browse repository at this point
Copy the full SHA 06ed15bView commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 012eab4 - Browse repository at this point
Copy the full SHA 012eab4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63cff04 - Browse repository at this point
Copy the full SHA 63cff04View commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0cfddf4 - Browse repository at this point
Copy the full SHA 0cfddf4View commit details
Commits on Nov 20, 2024
-
feat: IAM signBlob retry and universe domain support (#1380)
* feat: IAM signBlob retries * support universe domain and update tests * update test credentials * use ud signing bucket fixture
Configuration menu - View commit details
-
Copy full SHA for abc8061 - Browse repository at this point
Copy the full SHA abc8061View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a925427 - Browse repository at this point
Copy the full SHA a925427View commit details
Commits on Dec 5, 2024
-
chore(main): release 2.19.0 (#1348)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 309bad1 - Browse repository at this point
Copy the full SHA 309bad1View 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.18.2...v2.19.0