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: v3.4.1
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: v3.5.0
Choose a head ref
  • 14 commits
  • 40 files changed
  • 9 contributors

Commits on Oct 21, 2025

  1. feat(experimental): add checksum for bidi reads operation (#1566)

    * feat(experimental): add checksum for bidi reads operation
    
    * resolving comments
    Pulkit0110 authored Oct 21, 2025
    Configuration menu
    Copy the full SHA
    93ce515 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2025

  1. fix: Redact sensitive data from OTEL traces and fix env var parsing (#…

    …1553)
    
    fix: Redact sensitive data from OTEL traces and fix env var parsing (#1553)
    rajeevpodar authored Oct 22, 2025
    Configuration menu
    Copy the full SHA
    a38ca19 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. feat: Indicate that md5 is used as a CRC (#1522)

    MD5 in storage helpers is used as a CRC function for
    non-cryptographically secure purposes. Ensure that md5 is initiated
    with `usedforsecurity=False` to ensure that Python in FIPS mode can
    fetch MD5 implementation for such non cryptographically secure
    purpose.
    
    This is no effective change on non-FIPS mode Python installations.
    
    This improves compatibility with most FIPS mode Python installations.
    
    Co-authored-by: Chandra Shekhar Sirimala <[email protected]>
    xnox and chandra-siri authored Oct 23, 2025
    Configuration menu
    Copy the full SHA
    961536c View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. fix: flaky system tests for resumable_media (#1592)

    * fix: flaky system tests for resumable_media
    
    * resolving comments
    Pulkit0110 authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    7fee3dd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. fix: Make download_ranges compatible with asyncio.create_task(..) (

    …#1591)
    
    fix: Make `download_ranges` compatible with `asyncio.create_task(..)` (#1591)
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chandra-siri and gcf-owl-bot[bot] authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    faf8b83 View commit details
    Browse the repository at this point in the history
  2. feat: Add support for Python 3.14 (#1562)

    * feat: Add support for Python 3.14
    fix: Deprecate credentials_file argument
    chore: Update gapic-generator-python to 1.28.0
    
    PiperOrigin-RevId: 816753840
    
    Source-Link: googleapis/googleapis@d06cf27
    
    Source-Link: googleapis/googleapis-gen@a524e73
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTUyNGU3MzEwODgyYmJiOTliZmUxMzk5YjE4YmVkMzI4OTc5MjExYyJ9
    
    * 🦉 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>
    Co-authored-by: Chalmer Lowe <[email protected]>
    3 people authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    74415a2 View commit details
    Browse the repository at this point in the history
  3. chore(python): Add Python 3.14 to python post processor image (#1563)

    Source-Link: https://togithub.com/googleapis/synthtool/commit/16790a32126759493ba20781e04edd165825ff82
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:543e209e7c1c1ffe720eb4db1a3f045a75099304fb19aa11a47dc717b8aae2a9
    gcf-owl-bot[bot] authored Oct 29, 2025
    Configuration menu
    Copy the full SHA
    2da90fc View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. chore: remove local AsyncBidiRpc and use from google-api-core >= 2.…

    …27.0 (#1597)
    
    * chore: user AsyncBidiRpc from google-api-core
    
    * update google-api-core version to min of 2.27.0
    
    * update import statement in test files as well
    
    * fix python3.9 constraints file
    chandra-siri authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    70aa385 View commit details
    Browse the repository at this point in the history
  2. feat: provide option to update user_agent (#1596)

    * feat: provide option to update user_agent
    
    fixes #1327
    
    * make tests more readable and intuitive
    
    * 🦉 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>
    chandra-siri and gcf-owl-bot[bot] authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    02f1451 View commit details
    Browse the repository at this point in the history
  3. fix: Use separate header object for each upload in Transfer Manager M…

    …PU (#1595)
    
    Co-authored-by: Chandra Shekhar Sirimala <[email protected]>
    MattIrv and chandra-siri authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    0d867bd View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2025

  1. feat(experimental): Add base resumption strategy for bidi streams (#1594

    )
    
    * feat(experimental): Add base resumption strategy for bidi streams
    
    * minor changes
    
    * resolving comments
    Pulkit0110 authored Nov 4, 2025
    Configuration menu
    Copy the full SHA
    5fb85ea View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2025

  1. feat(experimental): Add read resumption strategy (#1599)

    * feat(experimental): Add read resumption strategy
    
    * add unit tests
    
    * minor fixes
    
    * resolving comments
    Pulkit0110 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    5d5e895 View commit details
    Browse the repository at this point in the history
  2. feat(experimental): Handle BidiReadObjectRedirectedError for bidi rea…

    …ds (#1600)
    
    * feat(experimental): Add read resumption strategy
    
    * add unit tests
    
    * feat(experimental): Handle BidiReadObjectRedirectedError for bidi reads
    
    * resolve comments
    Pulkit0110 authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    71b0f8a View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.5.0 (#1568)

    * chore(main): release 3.5.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    release-please[bot] and gcf-owl-bot[bot] authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    c2cd474 View commit details
    Browse the repository at this point in the history
Loading