chore: librarian release pull request: 20260414T185624Z#14436
chore: librarian release pull request: 20260414T185624Z#14436
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the pubsub/v2 library to version 2.6.0, including updates to the changelog, internal version constants, and snippet metadata. Additionally, it modifies the .librarian/state.yaml file by removing the license header and adding a service_config field to several API entries. Feedback was provided regarding the .librarian/state.yaml file, noting that the service_config field was omitted for the pubsub/v2 entry while being added to others for consistency.
| tag_format: '{id}/v{version}' | ||
| - id: pubsub/v2 | ||
| version: 2.5.1 | ||
| version: 2.6.0 |
There was a problem hiding this comment.
The service_config field is being added to API entries for other libraries in this PR (e.g., appoptimize at line 238, biglake at lines 451 and 453, datacatalog at line 915) to normalize the schema. However, it appears to be missing for the pubsub/v2 entry's API (google/pubsub/v1) on line 2157. For consistency and to ensure the state file adheres to the updated schema, consider adding service_config: "" to that entry as well.
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.8.3
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:b04b076f5eedbb5546bd6fc1404969dd3698c8b19c0f34ae815a84ae735a606a
pubsub/v2: v2.6.0
v2.6.0 (2026-04-14)
Features
Bug Fixes
Documentation