Skip to content

chore: librarian release pull request: 20260219T080954Z#15582

Merged
parthea merged 1 commit intomainfrom
librarian-20260219T080954Z
Feb 19, 2026
Merged

chore: librarian release pull request: 20260219T080954Z#15582
parthea merged 1 commit intomainfrom
librarian-20260219T080954Z

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:f5426423676c75008c2135037e7b98f78cbb99f78b3c46fe043b6897be92d836

google-cloud-bigquery-storage: v2.36.2

v2.36.2 (2026-02-19)

Bug Fixes

google-cloud-dataproc: v5.25.0

v5.25.0 (2026-02-19)

Features

  • Add ClusterType to support creating Zero-Scale clusters (PiperOrigin-RevId: 869501236) (4ca6f9e2)
google-cloud-dialogflow-cx: v2.4.0

v2.4.0 (2026-02-19)

Features

  • Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView (PiperOrigin-RevId: 869958840) (4ca6f9e2)

Documentation

  • Add comment for enum value DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED in enum DetectIntentResponseView (PiperOrigin-RevId: 869958840) (4ca6f9e2)
google-cloud-kms: v3.11.0

v3.11.0 (2026-02-19)

Features

  • Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations (PiperOrigin-RevId: 870858133) (4ca6f9e2)

  • Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names (PiperOrigin-RevId: 868670725) (4ca6f9e2)

  • Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources (PiperOrigin-RevId: 868670725) (4ca6f9e2)

  • Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records (PiperOrigin-RevId: 868670725) (4ca6f9e2)

  • Add more post-quantum (PQ) signature algorithms to CryptoKeyVersion (PiperOrigin-RevId: 870858133) (4ca6f9e2)

Documentation

  • Update documentation for AutokeyAdmin service and messages to support folder and project-level configurations (PiperOrigin-RevId: 870858133) (4ca6f9e2)

  • Clarify supported resources for the crypto_key_backend field in ImportJob (PiperOrigin-RevId: 870858133) (4ca6f9e2)

google-cloud-kms-inventory: v0.5.0

v0.5.0 (2026-02-19)

Features

  • Add support for project level key usage tracking (PiperOrigin-RevId: 871667322) (4ca6f9e2)
google-cloud-saasplatform-saasservicemgmt: v0.4.0

v0.4.0 (2026-02-19)

Features

  • Add AppHub related condition types to Deployment protos (PiperOrigin-RevId: 869245151) (4ca6f9e2)
google-cloud-storagebatchoperations: v0.4.0

v0.4.0 (2026-02-19)

Features

  • add bucket operations (PiperOrigin-RevId: 869283881) (4ca6f9e2)

  • add QUEUED state to Storage Batch Operations API (PiperOrigin-RevId: 869283881) (4ca6f9e2)

  • add is_multi_bucket_job output field added to StorageBatchOperations Job (PiperOrigin-RevId: 869283881) (4ca6f9e2)

google-cloud-vectorsearch: v0.5.0

v0.5.0 (2026-02-19)

Features

  • onboard a new library (PiperOrigin-RevId: 871250899) (fd22688d)
google-maps-places: v0.7.0

v0.7.0 (2026-02-19)

Features

  • Add googleMapsTypeLabel field to show type information on Google Maps (PiperOrigin-RevId: 869356577) (4ca6f9e2)

  • Add googleMapsLinks field for links to different actions on Google Maps (PiperOrigin-RevId: 869356577) (4ca6f9e2)

Bug Fixes

  • An existing field references is removed from message .google.maps.places.v1.ContentBlock (PiperOrigin-RevId: 869356577) (4ca6f9e2)

  • An existing field topic is removed from message .google.maps.places.v1.ContentBlock (PiperOrigin-RevId: 869356577) (4ca6f9e2)

Documentation

  • A comment for field reviews in message .google.maps.places.v1.ContextualContent is changed (PiperOrigin-RevId: 869356577) (4ca6f9e2)

  • A comment for field photos in message .google.maps.places.v1.ContextualContent is changed (PiperOrigin-RevId: 869356577) (4ca6f9e2)

grafeas: v1.20.0

v1.20.0 (2026-02-19)

Features

  • A new field advisory_publish_time is added to message .grafeas.v1.VulnerabilityNote (PiperOrigin-RevId: 869922618) (4ca6f9e2)

  • A new field registry is added to message .grafeas.v1.BaseImage (PiperOrigin-RevId: 869922618) (4ca6f9e2)

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @cloud-sdk-librarian-robot, 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 automates the release of several Google Cloud client libraries, incorporating a range of new features, critical bug fixes, and documentation improvements across various services. The updates ensure the libraries remain current and robust, providing enhanced functionality and stability for developers.

Highlights

  • google-cloud-bigquery-storage: Fixed an issue where the first page was missing in to_dataframe operations.
  • google-cloud-dataproc: Introduced ClusterType to enable the creation of Zero-Scale clusters.
  • google-cloud-dialogflow-cx: Added DETECT_INTENT_RESPONSE_VIEW_DEFAULT to DetectIntentResponseView enum and updated documentation for DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED.
  • google-cloud-kms: Enhanced AutokeyConfig with KeyProjectResolutionMode for project-level configurations, introduced RetiredResource to track deleted keys, added RPCs for permanent key deletion (DeleteCryptoKey, DeleteCryptoKeyVersion), and for managing retired resources (ListRetiredResources, GetRetiredResource), and expanded support for post-quantum signature algorithms. Documentation for AutokeyAdmin service and ImportJob was also updated.
  • google-cloud-kms-inventory: Added support for project-level key usage tracking.
  • google-cloud-saasplatform-saasservicemgmt: Included AppHub related condition types in Deployment protos.
  • google-cloud-storagebatchoperations: Introduced bucket operations, a QUEUED state, and an is_multi_bucket_job output field.
  • google-cloud-vectorsearch: Onboarded a new library.
  • google-maps-places: Added googleMapsTypeLabel and googleMapsLinks fields, and removed references and topic fields from ContentBlock. Documentation for reviews and photos in ContextualContent was also updated.
  • grafeas: Added advisory_publish_time to VulnerabilityNote and registry to BaseImage.
Changelog
  • google-cloud-bigquery-storage
  • google-cloud-dataproc
    • Features: Add ClusterType to support creating Zero-Scale clusters (PiperOrigin-RevId: 869501236)
  • google-cloud-dialogflow-cx
    • Features: Add new value DETECT_INTENT_RESPONSE_VIEW_DEFAULT to enum DetectIntentResponseView (PiperOrigin-RevId: 869958840)
    • Documentation: Add comment for enum value DETECT_INTENT_RESPONSE_VIEW_UNSPECIFIED in enum DetectIntentResponseView (PiperOrigin-RevId: 869958840)
  • google-cloud-kms
    • Features: Add KeyProjectResolutionMode to AutokeyConfig to support project-level configurations (PiperOrigin-RevId: 870858133)
    • Features: Introduced the RetiredResource resource to track records of deleted keys and prevent the reuse of their resource names (PiperOrigin-RevId: 868670725)
    • Features: Added DeleteCryptoKey and DeleteCryptoKeyVersion RPCs to permanently remove resources (PiperOrigin-RevId: 868670725)
    • Features: Added ListRetiredResources and GetRetiredResource RPCs to manage and view these records (PiperOrigin-RevId: 868670725)
    • Features: Add more post-quantum (PQ) signature algorithms to CryptoKeyVersion (PiperOrigin-RevId: 870858133)
    • Documentation: Update documentation for AutokeyAdmin service and messages to support folder and project-level configurations (PiperOrigin-RevId: 870858133)
    • Documentation: Clarify supported resources for the crypto_key_backend field in ImportJob (PiperOrigin-RevId: 870858133)
  • google-cloud-kms-inventory
    • Features: Add support for project level key usage tracking (PiperOrigin-RevId: 871667322)
  • google-cloud-saasplatform-saasservicemgmt
    • Features: Add AppHub related condition types to Deployment protos (PiperOrigin-RevId: 869245151)
  • google-cloud-storagebatchoperations
    • Features: add bucket operations (PiperOrigin-RevId: 869283881)
    • Features: add QUEUED state to Storage Batch Operations API (PiperOrigin-RevId: 869283881)
    • Features: add is_multi_bucket_job output field added to StorageBatchOperations Job (PiperOrigin-RevId: 869283881)
  • google-cloud-vectorsearch
    • Features: onboard a new library (PiperOrigin-RevId: 871250899)
  • google-maps-places
    • Features: Add googleMapsTypeLabel field to show type information on Google Maps (PiperOrigin-RevId: 869356577)
    • Features: Add googleMapsLinks field for links to different actions on Google Maps (PiperOrigin-RevId: 869356577)
    • Bug Fixes: An existing field references is removed from message .google.maps.places.v1.ContentBlock (PiperOrigin-RevId: 869356577)
    • Bug Fixes: An existing field topic is removed from message .google.maps.places.v1.ContentBlock (PiperOrigin-RevId: 869356577)
    • Documentation: A comment for field reviews in message .google.maps.places.v1.ContextualContent is changed (PiperOrigin-RevId: 869356577)
    • Documentation: A comment for field photos in message .google.maps.places.v1.ContextualContent is changed (PiperOrigin-RevId: 869356577)
  • grafeas
    • Features: A new field advisory_publish_time is added to message .grafeas.v1.VulnerabilityNote (PiperOrigin-RevId: 869922618)
    • Features: A new field registry is added to message .grafeas.v1.BaseImage (PiperOrigin-RevId: 869922618)
Activity
  • This pull request was automatically generated by the Librarian CLI to prepare for a new release.
  • Merging this PR will automatically trigger the release process for the updated libraries.
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 pull request appears to be an automated release generated by the Librarian CLI. The changes involve version bumps and changelog updates for multiple packages. While most changes are consistent, I've noticed that the root CHANGELOG.md file is incomplete and does not list all the packages being released. I've added a specific comment regarding this. Please ensure this is corrected for the release to be accurately documented.

- [google-cloud-dataplex==2.16.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dataplex/CHANGELOG.md)
- [google-cloud-dataproc-metastore==1.21.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dataproc-metastore/CHANGELOG.md)
- [google-cloud-dataproc==5.24.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dataproc/CHANGELOG.md)
- [google-cloud-dataproc==5.25.0](https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-dataproc/CHANGELOG.md)
Copy link
Contributor

Choose a reason for hiding this comment

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

high

The main CHANGELOG.md file appears to be missing updates for some of the packages included in this release. Based on the other changes in this pull request, the following packages were also updated but are not reflected here:

  • google-cloud-bigquery-storage==2.36.2
  • google-cloud-vectorsearch==0.5.0

Please ensure the release tool updates this file completely for all released packages to maintain consistency.

@parthea parthea merged commit 317d87b into main Feb 19, 2026
26 of 27 checks passed
@parthea parthea deleted the librarian-20260219T080954Z branch February 19, 2026 15:42
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.

2 participants

Comments