- Notifications
You must be signed in to change notification settings - Fork166
Comparing changes
Open a pull request
base repository:googleapis/python-storage
Uh oh!
There was an error while loading.Please reload this page.
base:v3.4.1
head repository:googleapis/python-storage
Uh oh!
There was an error while loading.Please reload this page.
compare:v3.5.0
- 14commits
- 40files changed
- 9contributors
Commits on Oct 21, 2025
feat(experimental): add checksum for bidi reads operation (#1566)
* feat(experimental): add checksum for bidi reads operation* resolving comments
Commits on Oct 22, 2025
Commits on Oct 23, 2025
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>
Commits on Oct 28, 2025
fix: flaky system tests for resumable_media (#1592)
* fix: flaky system tests for resumable_media* resolving comments
Commits on Oct 29, 2025
fix: Make
download_rangescompatible withasyncio.create_task(..)(…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>
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
Commits on Oct 31, 2025
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
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>
fix: Use separate header object for each upload in Transfer Manager M…
…PU (#1595)Co-authored-by: Chandra Shekhar Sirimala <chandrasiri@google.com>
Commits on Nov 4, 2025
Commits on Nov 5, 2025
feat(experimental): Add read resumption strategy (#1599)
* feat(experimental): Add read resumption strategy* add unit tests* minor fixes* resolving comments
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
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>
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v3.4.1...v3.5.0
Uh oh!
There was an error while loading.Please reload this page.