Skip to content

chore: librarian release pull request: 20260409T191431Z#16599

Closed
cloud-sdk-librarian-robot wants to merge 1 commit intomainfrom
librarian-20260409T191431Z
Closed

chore: librarian release pull request: 20260409T191431Z#16599
cloud-sdk-librarian-robot wants to merge 1 commit intomainfrom
librarian-20260409T191431Z

Conversation

@cloud-sdk-librarian-robot
Copy link
Copy Markdown
Collaborator

PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.

Librarian Version: v0.0.0-20260407211006-7cd74ea13ba9
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e

bigquery-magics: v0.13.0

v0.13.0 (2026-04-09)

Features

google-api-core: v2.30.3

v2.30.3 (2026-04-09)

Bug Fixes

google-apps-chat: v0.8.0

v0.8.0 (2026-04-09)

Features

  • Support app authentication with admin-consent scopes for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents (PiperOrigin-RevId: 893619899) (56ccbd86)

  • Addition of Section and SectionItem APIs (PiperOrigin-RevId: 893488928) (56ccbd86)

Documentation

  • Update reference documentation for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents. (PiperOrigin-RevId: 893619899) (56ccbd86)
google-auth: v2.49.2

v2.49.2 (2026-04-09)

Bug Fixes

google-cloud-appoptimize: v0.1.0

v0.1.0 (2026-04-09)

Features

  • onboard a new library (PiperOrigin-RevId: 895558469) (8e92bae8)
google-cloud-dlp: v3.36.0

v3.36.0 (2026-04-09)

Features

  • added support for detecting key-value pairs in client provided metadata (PiperOrigin-RevId: 895098649) (56ccbd86)
google-cloud-iamconnectorcredentials: v0.1.0

v0.1.0 (2026-04-09)

Features

  • onboard a new library (PiperOrigin-RevId: 889980347) (2a3458c8)
google-cloud-pubsub: v2.37.0

v2.37.0 (2026-04-09)

Documentation

  • Fix documentation URL AIInference MessageTransform service_account_email field (PiperOrigin-RevId: 895485801) (56ccbd86)
google-cloud-spanner: v3.64.1

v3.64.1 (2026-04-09)

Bug Fixes

google-cloud-translate: v3.26.0

v3.26.0 (2026-04-09)

Features

  • A new field mime_type is added to message .google.cloud.translation.v3.AdaptiveMtTranslateRequest (PiperOrigin-RevId: 895422613) (56ccbd86)
pandas-gbq: v0.35.0

v0.35.0 (2026-04-09)

Features

Copy link
Copy Markdown
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 updates the versions and changelogs for several Google Cloud Python libraries, including onboarding new libraries for appoptimize and iamconnectorcredentials, and dropping Python 3.9 support for bigquery-magics and pandas-gbq. Feedback was provided regarding duplicate commit hashes across different library changelogs and a truncated commit message in the google-cloud-spanner changelog.

Comment on lines +7 to +18
## [0.8.0](https://github.com/googleapis/google-cloud-python/compare/google-apps-chat-v0.7.0...google-apps-chat-v0.8.0) (2026-04-09)


### Documentation

* Update reference documentation for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents. ([56ccbd8612b6790b0477bf8d777080061072e745](https://github.com/googleapis/google-cloud-python/commit/56ccbd8612b6790b0477bf8d777080061072e745))


### Features

* Support app authentication with admin-consent scopes for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents ([56ccbd8612b6790b0477bf8d777080061072e745](https://github.com/googleapis/google-cloud-python/commit/56ccbd8612b6790b0477bf8d777080061072e745))
* Addition of Section and SectionItem APIs ([56ccbd8612b6790b0477bf8d777080061072e745](https://github.com/googleapis/google-cloud-python/commit/56ccbd8612b6790b0477bf8d777080061072e745))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

There appears to be an issue with the commit hashes in the generated changelogs. Several different libraries (google-apps-chat, google-cloud-dlp, google-cloud-pubsub, google-cloud-translate) have their recent changes attributed to the same commit hash (56ccbd86...).

The PR description shows different PiperOrigin-RevIds for these changes, which indicates they are distinct changes from separate sources:

  • google-apps-chat: 893619899 and 893488928
  • google-cloud-dlp: 895098649
  • google-cloud-pubsub: 895485801
  • google-cloud-translate: 895422613

However, they are all linked to the same commit in this PR's changelogs. This seems to be an error in the release automation, as it makes tracing the source of each change difficult. Please investigate and correct the commit hashes for each change in the respective changelogs.


### Bug Fixes

* catch recursion and decode errors in proto parsing to p… (#16561) ([70dc6bfc328de37abe96afbf5555e484fdc80058](https://github.com/googleapis/google-cloud-python/commit/70dc6bfc328de37abe96afbf5555e484fdc80058))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The commit message in the changelog is truncated (...to p…). For better readability and context, the full commit message should be included in the changelog entry.

Copy link
Copy Markdown
Contributor

@daniel-sanche daniel-sanche left a comment

Choose a reason for hiding this comment

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

LGTM

@ohmayr ohmayr enabled auto-merge (squash) April 9, 2026 19:24
@daniel-sanche daniel-sanche added kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Apr 9, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 9, 2026
@daniel-sanche daniel-sanche disabled auto-merge April 9, 2026 21:06
@daniel-sanche
Copy link
Copy Markdown
Contributor

Replaced by #16604 due to failing tests

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.

4 participants