| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request initiates the release process for version 4.0.0 of the google-cloud-storage library. It incorporates a range of new features and critical bug fixes, enhancing functionality, security, and performance for users. Merging this PR will automatically trigger the official release. Highlights
The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here. Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request updates the google-cloud-storage library to version 4.0.0 across various configuration and source files, including .librarian/state.yaml, gapic_version.py, version.py, and snippet_metadata_google.storage.v2.json. The CHANGELOG.md is also updated to document the new version, highlighting features such as support for UserWarning in download_many_to_path, raw proto access for read resumption, and bucket encryption enforcement configuration. Key bug fixes include preventing path traversal in download_many_to_path, improving token passing, optimizing multiprocessing and gRPC client initialization, and addressing performance issues related to frequent flushing.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v1.0.2-0.20251119154421-36c3e21ad3ac
google-cloud-storage: 3.10.0Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:8e2c32496077054105bd06c54a59d6a6694287bc053588e24debe6da6920ad91
3.10.0 (2026-03-18)
Features
Perf Improvments
Bug Fixes