| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 is an automated release initialization for several Google Cloud Python client libraries. It updates the versions of google-auth, google-cloud-firestore, google-cloud-hypercomputecluster, and google-cloud-logging to their latest minor or patch releases, incorporating new features, bug fixes, and documentation updates across these components. Merging this PR will trigger the official release process for these updated libraries. 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. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
Sorry, something went wrong.
There was a problem hiding this comment.
This PR, generated by the Librarian CLI, updates several library versions. The changes are mostly mechanical and correct. I've identified a consistent formatting issue in the generated CHANGELOG.md files, where extra blank lines are being added. My review comments point these out with suggestions for correction, which may help improve the generation tool.
Sorry, something went wrong.
|
|
||
| ## [2.49.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.48.0...google-auth-v2.49.0) (2026-03-05) | ||
|
|
||
|
|
Sorry, something went wrong.
| * Add helper methods for asynchronous x.509 certificate discovery (#1956) ([3368f27c3267c744ffb067f612c1202954b9b14b](https://github.com/googleapis/google-cloud-python/commit/3368f27c3267c744ffb067f612c1202954b9b14b)) | ||
| * support an alternative env to decide if mtls should be enabled (#1945) ([89fc6f2e1fd6c6fcf4b3945961b2dfde98631e72](https://github.com/googleapis/google-cloud-python/commit/89fc6f2e1fd6c6fcf4b3945961b2dfde98631e72)) | ||
|
|
||
|
|
Sorry, something went wrong.
|
|
||
| ## [2.24.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-firestore-v2.23.0...google-cloud-firestore-v2.24.0) (2026-03-05) | ||
|
|
||
|
|
Sorry, something went wrong.
|
|
||
| * Update documentation on several parameters, especially when relating to the new `enterprise` database edition ([5a17963a502e9af0dd36dd957c5caaa68ba8fa50](https://github.com/googleapis/google-cloud-python/commit/5a17963a502e9af0dd36dd957c5caaa68ba8fa50)) | ||
|
|
||
|
|
Sorry, something went wrong.
| * Expose the `Index.unique` parameter ([5a17963a502e9af0dd36dd957c5caaa68ba8fa50](https://github.com/googleapis/google-cloud-python/commit/5a17963a502e9af0dd36dd957c5caaa68ba8fa50)) | ||
| * use cryptographically secure random for new document ids (#1162) ([3619a31eb8be220ff77ee5ff3772a5530a09ae4b](https://github.com/googleapis/google-cloud-python/commit/3619a31eb8be220ff77ee5ff3772a5530a09ae4b)) | ||
|
|
||
|
|
Sorry, something went wrong.
|
|
||
| ## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-hypercomputecluster-v0.2.0...google-cloud-hypercomputecluster-v0.3.0) (2026-03-05) | ||
|
|
||
|
|
Sorry, something went wrong.
|
|
||
| ## [0.3.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-hypercomputecluster-v0.2.0...google-cloud-hypercomputecluster-v0.3.0) (2026-03-05) | ||
|
|
||
|
|
Sorry, something went wrong.
|
|
||
| ## [3.14.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-logging-v3.13.0...google-cloud-logging-v3.14.0) (2026-03-05) | ||
|
|
||
|
|
Sorry, something went wrong.
|
Will reopen after merging generation. |
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: v0.0.0-20260216162532-e323d455c92b
google-auth: v2.49.0Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c
v2.49.0 (2026-03-05)
Features
Add helper methods for asynchronous x.509 certificate discovery (Fix pubsub context manager exit error #1956) (3368f27c)
Support timeout as aiohttp.ClientTimeout and total_attempts (max retries) in AsyncAuthorizedSession ([Documentation Issue] #1961) (4d818b93)
mTLS configuration via x.509 for asynchronous session in google-auth (Cloud storage API? #1959) (7b70fead)
support an alternative env to decide if mtls should be enabled (Fixed spelling and formatting. #1945) (89fc6f2e)
Bug Fixes
- gracefully fallback if workload fields are missing from cert config (fix: gracefully fallback if workload fields are missing from cert config #16022) (3ed2d680)
google-cloud-firestore: v2.24.0v2.24.0 (2026-03-05)
Features
use cryptographically secure random for new document ids (Add initial search usage doc. #1162) (3619a31e)
Expose the Database.firestore_data_access_mode parameter (PiperOrigin-RevId: 865444806) (5a17963a)
Expose the Index.unique parameter (PiperOrigin-RevId: 865444806) (5a17963a)
Expose the Database.mongodb_compatible_data_access_mode parameter (PiperOrigin-RevId: 865444806) (5a17963a)
Expose the Database.realtime_updates_mode parameter (PiperOrigin-RevId: 865444806) (5a17963a)
Bug Fixes
Documentation
- Update documentation on several parameters, especially when relating to the new enterprise database edition (PiperOrigin-RevId: 865444806) (5a17963a)
google-cloud-hypercomputecluster: v0.3.0v0.3.0 (2026-03-05)
Features
- onboard a new library (PiperOrigin-RevId: 873108574) (6876f64b)
google-cloud-logging: v3.14.0v3.14.0 (2026-03-05)
Features