Skip to content

chore: librarian release pull request: 20260305T081326Z#16032

Open
cloud-sdk-librarian-robot wants to merge 1 commit intomainfrom
librarian-20260305T081326Z
Open

chore: librarian release pull request: 20260305T081326Z#16032
cloud-sdk-librarian-robot wants to merge 1 commit intomainfrom
librarian-20260305T081326Z

Conversation

@cloud-sdk-librarian-robot
Copy link
Collaborator

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
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:160860d189ff1c2f7515638478823712fa5b243e27ccc33a2728669fa1e2ed0c

google-auth: v2.49.0

v2.49.0 (2026-03-05)

Features

Bug Fixes

google-cloud-firestore: v2.24.0

v2.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.0

v0.3.0 (2026-03-05)

Features

  • onboard a new library (PiperOrigin-RevId: 873108574) (6876f64b)
google-cloud-logging: v3.14.0

v3.14.0 (2026-03-05)

Features

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello, 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

  • google-auth library updated to v2.49.0: This update introduces mTLS configuration via x.509 for asynchronous sessions, adds helper methods for asynchronous x.509 certificate discovery, and supports aiohttp.ClientTimeout and total_attempts in AsyncAuthorizedSession. A bug fix was also included to gracefully fallback if workload fields are missing from the certificate configuration.
  • google-cloud-firestore library updated to v2.24.0: This version now uses cryptographically secure random for new document IDs and exposes several new Database parameters (firestore_data_access_mode, mongodb_compatible_data_access_mode, realtime_updates_mode) and the Index.unique parameter. It also includes an improvement to pipeline create_from and updated documentation related to the new enterprise database edition.
  • google-cloud-hypercomputecluster library updated to v0.3.0: This update marks the onboarding of the new google-cloud-hypercomputecluster library.
  • google-cloud-logging library updated to v3.14.0: This version adds support for mTLS certificates when available.
Changelog
Activity
  • PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Using Gemini Code Assist

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.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

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.


## [2.49.0](https://github.com/googleapis/google-cloud-python/compare/google-auth-v2.48.0...google-auth-v2.49.0) (2026-03-05)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.

* 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))


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.


## [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)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.


* Update documentation on several parameters, especially when relating to the new `enterprise` database edition ([5a17963a502e9af0dd36dd957c5caaa68ba8fa50](https://github.com/googleapis/google-cloud-python/commit/5a17963a502e9af0dd36dd957c5caaa68ba8fa50))


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.

* 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))


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.


## [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)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.


## [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)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.


## [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)


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This extra blank line should be removed to improve readability and maintain consistent formatting in the changelog.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant