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.1.0
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.1.1
Choose a head ref
Loading
  • 18commits
  • 49files changed
  • 11contributors

Commits on Mar 10, 2025

  1. Configuration menu
    Copy the full SHA
    4110408View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05ffb1eView commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. fix: allow Protobuf 6.x (#1445)

    * fix: allow Protobuf 6.x* add prerelease nox session* add python 3.13* lint* add test dependencies* add test dependencies* fix(deps): require google-crc32c >= 1.1.3* fix(deps): require requests >= 2.22.0* add dependencies for system tests* clean up* clean up* clean up* clean up* clean up* fix cover* clean up* Install dependencies needed for system tests* add dependencies for system test* update noxfile config* add credentials* exclude .kokoro/presubmit/prerelease-deps.cfg template* remove obsolete excludes* clean up* clean up* exclude .kokoro/continuous/prerelease-deps.cfg from templates; remove obsolete replacement* migrate prerelease test from presubmit to continuous build
    @parthea
    parthea authoredMar 18, 2025
    Configuration menu
    Copy the full SHA
    0100916View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. chore: update CHANGELOG.md to add detail and credit on a security-rel…

    …ated bugfix in a past version (#1447)Co-authored-by: Anthonios Partheniou <partheniou@google.com>
    @andrewsg@parthea
    andrewsg andparthea authoredMar 19, 2025
    Configuration menu
    Copy the full SHA
    3d89f3eView commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03f1594View commit details
    Browse the repository at this point in the history
  3. fix: remove setup.cfg configuration for creating universal wheels (#1448

    )Co-authored-by: Andrew Gorcester <gorcester@google.com>Co-authored-by: cojenco <cathyo@google.com>
    @parthea@andrewsg@cojenco
    3 people authoredMar 19, 2025
    Configuration menu
    Copy the full SHA
    d3b6b3fView commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. docs: move quickstart to top of readme (#1451)

    * docs: move quickstart to top of readme* update note and link
    @cojenco
    cojenco authoredMar 20, 2025
    Configuration menu
    Copy the full SHA
    53257cfView commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

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

Commits on Apr 7, 2025

  1. chore(deps): update dependency google-cloud-pubsub to v2.29.0 (#1453)

    Co-authored-by: cojenco <cathyo@google.com>
    @renovate-bot@cojenco
    renovate-bot andcojenco authoredApr 7, 2025
    Configuration menu
    Copy the full SHA
    63c1139View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. samples: Add samples for async download files#1470(#1471)

    * samples: Add samples for async download files#1470* Add argument description for `async_download_blobs` function.Co-authored-by: cojenco <cathyo@google.com>* Addressed comments from cojenco@* change download_as_string to bytes* Don't print blob contents after downloading* remove Google Inc , add Google LLC* pass list of file_names as one of the params.* fix lint issues* fix whitespace lints* remove unused variable i---------Co-authored-by: cojenco <cathyo@google.com>
    @chandra-siri@cojenco
    chandra-siri andcojenco authoredMay 5, 2025
    Configuration menu
    Copy the full SHA
    8f56cc8View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. samples: Add samples for soft_deleted_buckets (#1463)

    * samples: Add samples for soft_deleted_buckets* fix: fix linting errors* fix: fix linting errors on#1455 - attempt2* fix: fix linting errors on#1455 - attempt3* fix: test_list_buckets errors* fix: address comments by@JesseLovelace* samples: Add storage_list_soft_deleted_buckets.py sample and test cases for all* fix: lint errors space b/w methods.* fix: lint issues.* fix: undo changes in storage_list_buckets.py* fix: lint errors* Change copyright statement.* fix minor typos in doc strings as per code comment
    @chandra-siri
    chandra-siri authoredMay 6, 2025
    Configuration menu
    Copy the full SHA
    5cfb7a5View commit details
    Browse the repository at this point in the history

Commits on May 8, 2025

  1. chore: update retry docs (#1481)

    Co-authored-by: cojenco <cathyo@google.com>
    @daniel-sanche@cojenco
    daniel-sanche andcojenco authoredMay 8, 2025
    Configuration menu
    Copy the full SHA
    29d823dView commit details
    Browse the repository at this point in the history

Commits on May 19, 2025

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

Commits on May 22, 2025

  1. chore: update blunderbuss.yml (#1484)

    Co-authored-by: Chandrashekhar Sirimala <chandrasiri@google.com>
    @cojenco@chandra-siri
    cojenco andchandra-siri authoredMay 22, 2025
    Configuration menu
    Copy the full SHA
    609b3e0View commit details
    Browse the repository at this point in the history

Commits on May 28, 2025

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

Commits on Jun 7, 2025

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

Commits on Jun 13, 2025

  1. fix: Segmentation fault in tink while writing data (#1490)

    * fix: Segmentation fault in tink while writing data* add unit tests
    @Pulkit0110
    Pulkit0110 authoredJun 13, 2025
    Configuration menu
    Copy the full SHA
    2a46c0bView commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2025

  1. chore(main): release 3.1.1 (#1449)

    * chore(main): release 3.1.1* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md* Update CHANGELOG.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>Co-authored-by: cojenco <cathyo@google.com>
    @release-please@gcf-owl-bot@cojenco
    3 people authoredJun 18, 2025
    Configuration menu
    Copy the full SHA
    793d340View commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp