Skip to content

chore: update librarian to v0.32.0 - #9091

Merged
shivanee-p merged 1 commit into
mainfrom
justUpdateLibrarian
Aug 5, 2026
Merged

chore: update librarian to v0.32.0#9091
shivanee-p merged 1 commit into
mainfrom
justUpdateLibrarian

Conversation

@sofisl

@sofisl sofisl commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

The changes in this PR are:

  • librarian.yaml
  • protos.json and protos.d.ts files: Every single protocol buffer definition file in the repository was regenerated to include the new Protobuf "Editions" metadata (like EDITION_2026 and feature_support fields) that the newer Librarian/protoc toolchain now outputs.
  • .repo-metadata.json files: Minor auto-formatting or field updates from the new generator.

Note to reviewers:

  • No new APIs or business logic are introduced in this PR (the upstream googleapis commit was left unchanged).
  • Please do not try to read the full diff.
  • To review, please verify the version bump in librarian.yaml and rely on our CI test suite to ensure the generated code is stable.
    Commands to verify locally:
# See the only manual change
git diff origin/main...HEAD librarian.yaml
# See a sample of the auto-generated structural changes
git diff origin/main...HEAD packages/google-maps-solar


I also ran `git diff origin/main...HEAD --name-only | grep -E '(^|/)src/'` to see if anything in src/ was changed, which it wasn't, which means the outputted code should be unchanged.

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

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.

Code Review

This pull request updates the generated protocol buffer definitions across multiple packages to incorporate new features, including batching configurations, naming styles, proto limits, and support for newer editions (such as EDITION_2026 and EDITION_UNSTABLE). It also updates ListOperations requests/responses, adds load balancing policies to backend rules, and bumps the librarian version to v0.32.0. Since there are no review comments, I have no feedback to provide.

@sofisl
sofisl marked this pull request as ready for review August 5, 2026 18:08
@sofisl
sofisl requested a review from a team as a code owner August 5, 2026 18:08
@shivanee-p
shivanee-p merged commit 77aa170 into main Aug 5, 2026
33 checks passed
@shivanee-p
shivanee-p deleted the justUpdateLibrarian branch August 5, 2026 23:01
@sofisl sofisl mentioned this pull request Aug 7, 2026
quirogas pushed a commit that referenced this pull request Aug 7, 2026
During rotation this week, I noticed that librarian did not have an
explicit protoc version, and it was just grabbing my local version. This
PR specifically was generated with 33.2 unknowingly:
#9091.

So, I decided to set it explicitly and run generate --all. No new diffs
were found.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants