Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
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 orlearn 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
Loading
...
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
Loading
  • 14commits
  • 40files changed
  • 9contributors

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
    Pulkit0110 authoredOct 21, 2025
    Configuration menu
    Copy the full SHA
    93ce515View 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
    rajeevpodar authoredOct 22, 2025
    Configuration menu
    Copy the full SHA
    a38ca19View 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 fornon-cryptographically secure purposes. Ensure that md5 is initiatedwith `usedforsecurity=False` to ensure that Python in FIPS mode canfetch MD5 implementation for such non cryptographically securepurpose.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 <chandrasiri@google.com>
    @xnox@chandra-siri
    xnox andchandra-siri authoredOct 23, 2025
    Configuration menu
    Copy the full SHA
    961536cView 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
    Pulkit0110 authoredOct 28, 2025
    Configuration menu
    Copy the full SHA
    7fee3ddView commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2025

  1. fix: Makedownload_rangescompatible withasyncio.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@gcf-owl-bot
    chandra-siri andgcf-owl-bot[bot] authoredOct 29, 2025
    Configuration menu
    Copy the full SHA
    faf8b83View 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.14fix: Deprecate credentials_file argumentchore: Update gapic-generator-python to 1.28.0PiperOrigin-RevId: 816753840Source-Link:googleapis/googleapis@d06cf27Source-Link:googleapis/googleapis-gen@a524e73Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTUyNGU3MzEwODgyYmJiOTliZmUxMzk5YjE4YmVkMzI4OTc5MjExYyJ9* 🦉 Updates from OwlBot post-processorSeehttps://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 <chalmerlowe@google.com>
    @gcf-owl-bot@chalmerlowe
    3 people authoredOct 29, 2025
    Configuration menu
    Copy the full SHA
    74415a2View 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/16790a32126759493ba20781e04edd165825ff82Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:543e209e7c1c1ffe720eb4db1a3f045a75099304fb19aa11a47dc717b8aae2a9
    @gcf-owl-bot
    gcf-owl-bot[bot] authoredOct 29, 2025
    Configuration menu
    Copy the full SHA
    2da90fcView commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. chore: remove local AsyncBidiRpc and use fromgoogle-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
    chandra-siri authoredOct 31, 2025
    Configuration menu
    Copy the full SHA
    70aa385View 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_agentfixes#1327* make tests more readable and intuitive* 🦉 Updates from OwlBot post-processorSeehttps://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@gcf-owl-bot
    chandra-siri andgcf-owl-bot[bot] authoredOct 31, 2025
    Configuration menu
    Copy the full SHA
    02f1451View 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 <chandrasiri@google.com>
    @MattIrv@chandra-siri
    MattIrv andchandra-siri authoredOct 31, 2025
    Configuration menu
    Copy the full SHA
    0d867bdView 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
    Pulkit0110 authoredNov 4, 2025
    Configuration menu
    Copy the full SHA
    5fb85eaView 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
    Pulkit0110 authoredNov 5, 2025
    Configuration menu
    Copy the full SHA
    5d5e895View 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
    Pulkit0110 authoredNov 5, 2025
    Configuration menu
    Copy the full SHA
    71b0f8aView 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-processorSeehttps://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@gcf-owl-bot
    release-please[bot] andgcf-owl-bot[bot] authoredNov 5, 2025
    Configuration menu
    Copy the full SHA
    c2cd474View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp