chore: librarian release pull request: 20251022T180958Z#2653
Conversation
Summary of ChangesHello @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 marks a significant update to the Highlights
Using Gemini Code AssistThe 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
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 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
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2653 +/- ##
=======================================
Coverage 85.71% 85.71%
=======================================
Files 108 108
Lines 11143 11143
=======================================
Hits 9551 9551
Misses 1256 1256
Partials 336 336 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Librarian Version: v0.0.0-20251022154542-dd249212325d
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-release-container:latest
librarian: 0.5.0
0.5.0 (2025-10-22)
Features
speed up finding changed files in commits (feat: speed up finding changed files in commits #2645) (10609465)
Can config dart
export(feat(dart): Can config dartexport#2641) (97eacd29)minor whitespace and doc changes to the Dart templates (feat(dart): minor whitespace and doc changes to the Dart templates #2636) (b3ac7b42)
only generate libraries with changed APIs (feat(internal/librarian): only generate libraries with changed APIs #2618) (82171bed)
make extra modules public (feat(sidekick): make extra modules public #2622) (2c94a53f)
skip a GitHub release for a library (feat: skip a GitHub release for a library #2612) (6258f4d1)
allow skipping semver checks for rust-publish (feat(sidekick): allow skipping semver checks for rust-publish #2584) (739ce0d5)
add ability to open pull request as a draft (feat(librarian): add ability to open pull request as a draft #2604) (c1f02859)
capture discovery revision (feat(sidekick): capture discovery revision #2605) (14a14830)
Add conditional instrumentation to gRPC clients (feat(sidekick): Add conditional instrumentation to gRPC clients #2594) (3cc63b22)
add update-image CLI command (feat: add update-image CLI command #2580) (90e0f6e5)
Generate more samples for oneof main setters. (feat(sidekick): Generate more samples for oneof main setters. #2592) (c55f3ceb)
Add documentation for generated service constructors (feat: Add documentation for generated service constructors #2575) (6a4aeade)
disable some clippy warnings (feat(sidekick/rust): disable some clippy warnings #2567) (9f510842)
Generate setter samples for oneof fields. (feat(sidekick): Generate setter samples for oneof fields. #2573) (8c2416ab)
add default Rust features option (feat(sidekick): add default Rust features option #2562) (892f42b7)
Include a correct URL for issues (feat(dart): Include a correct URL for issues #2570) (10493ed9)
add ability to find the latest docker image SHA (feat: add ability to find the latest docker image SHA #2539) (62e80f19)
add ability to checkout a repo at a certain commit (feat: add ability to checkout a repo at a certain commit #2555) (23b8ffea)
add onboarding PR body (feat: add onboarding PR body #2552) (e32719cd)
Bug Fixes
associate bulk change to individual libraries (fix: associate bulk change to individual libraries #2626) (dd249212)
Allow
unnecessary_imports (fix(dart): Allowunnecessary_imports #2642) (88c43794)resolve issue where onboarded library can't be released (fix(librarian): resolve issue where onboarded library can't be released #2632) (b300a4ea)
resolve issue where commits cannot be fetched for new library (fix(librarian): resolve issue where commits cannot be fetched for new library #2631) (45652c03)
address a typo in the Message.ServicePlaceholder docs (fix: address a typo in the Message.ServicePlaceholder docs #2616) (82fda96b)
bad version bump edits (fix(sidekick): bad version bump edits #2613) (9902b1d5)
use templates for update-image PR body (fix(librarian): use templates for update-image PR body #2602) (7309cadd)
populate configure command pr content (fix: populate configure command pr content #2591) (811eb8e2)
shrink release PR size when there are bulk changes (fix(librarian): shrink release PR size when there are bulk changes #2585) (bcb914ac)
Fixes several issues with oneof main setter samples (fix(sidekick): Fixes several issues with oneof main setter samples #2589) (e4958d00)
resolve broken link in PR body (fix: resolve broken link in PR body #2579) (098c1d24)
Remove double sample code blocks (fix(sidekick): Remove double sample code blocks #2582) (6b104567)
change commit package (fix: change commit package #2571) (45ee48f0)
show chores in release notes (fix: show chores in release notes #2544) (88b62ccb)
avoid work duplication when finding changes (fix(internal/librarian): avoid work duplication when finding changes #2558) (0adeeac6)
mangled method names and doc links (fix(sidekick): mangled method names and doc links #2565) (895dac94)
Reverts