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.12.0
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.13.0
Choose a head ref
  • 8 commits
  • 17 files changed
  • 7 contributors

Commits on Oct 19, 2023

  1. 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]>
    cojenco and MiaCY authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2f92c3a View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

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

Commits on Oct 23, 2023

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

Commits on Oct 30, 2023

  1. 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]>
    3 people authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4c30d62 View commit details
    Browse the repository at this point in the history
  2. 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
    cojenco authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d38adb6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    0a243fa View commit details
    Browse the repository at this point in the history
  2. 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.
    andrewsg authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0de09d3 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.13.0 (#1168)

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