Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.18.2
Choose a base ref
...
head repository: googleapis/python-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.0
Choose a head ref
  • 17 commits
  • 30 files changed
  • 8 contributors

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    02a972d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    e3cfc47 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. 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>
    cojenco and gcf-owl-bot[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7631643 View commit details
    Browse the repository at this point in the history
  2. 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
    cojenco authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    bebd97a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. 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]>
    3 people authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    1963de9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore(deps): update all dependencies (#1329)

    Co-authored-by: Holt Skinner <[email protected]>
    Co-authored-by: cojenco <[email protected]>
    3 people authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8edbec1 View commit details
    Browse the repository at this point in the history
  2. 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>
    renovate-bot and gcf-owl-bot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    cea20e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    8ec02c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. 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
    rafalh authored Oct 9, 2024
    Configuration menu
    Copy the full SHA
    42392ef View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    ab94efd View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. feat: add support for restore token (#1369)

    * feat: add support for restore token
    
    * add unit tests coverage
    
    * update docstrings
    
    * fix docs
    cojenco authored Oct 30, 2024
    Configuration menu
    Copy the full SHA
    06ed15b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Configuration menu
    Copy the full SHA
    012eab4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63cff04 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    0cfddf4 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. 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
    cojenco authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    abc8061 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    a925427 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. chore(main): release 2.19.0 (#1348)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    309bad1 View commit details
    Browse the repository at this point in the history
Loading