chore: librarian release pull request: 20250925T070206Z#2356
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2356 +/- ##
=======================================
Coverage 84.13% 84.13%
=======================================
Files 97 97
Lines 9872 9872
=======================================
Hits 8306 8306
Misses 1215 1215
Partials 351 351 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ldetmer
approved these changes
Sep 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Librarian Version: v0.0.0-20250925031739-cb21cf1ae8af
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-release-container:latest
librarian: 0.3.0
0.3.0 (2025-09-25)
Features
discovery-based APIs and pagination (feat(sidekick): discovery-based APIs and pagination #2350) (cb21cf1)
Make generated
ProtoMessageandProtoEnumclassesfinal(feat: Make generatedProtoMessageandProtoEnumclassesfinal#2349) (7d0520b)Require that all imports have a version contraints (feat: Require that all imports have a version contraints #2331) Fixes sidekick: No
anyin Dart version constraints #1989This should not be landed before
googleapis/google-cloud-rust#3396 (00828d5)
Generate samples for single value setters (feat(sidekick): Generate samples for single value setters #2263) (f7c0b84)
discovery doc arrays (feat(sidekick): discovery doc arrays #2337) (da69195)
Inject InstrumentationClientInfo for tracing (feat(sidekick): Inject InstrumentationClientInfo for tracing #2252) - Add static INSTRUMENTATION_CLIENT_INFO to lib.rs.mustache.
enabled.
For #2212 see also
googleapis/google-cloud-rust#3347 and
googleapis/google-cloud-rust#3376 (1358226)
parse most object fields (feat(sidekick/disco): parse most object fields #2318) Parse most fields of object in a discovery doc. Fields with an inline
type definition still need some custom work. (f2d1a10)
Add the ability to insert text after the package title (feat: Add the ability to insert text after the package title #2323) The current use case for this is to advise users of equivalent Firebase
packages. For example:
Which results in a README.md that looks like:
<img width="1485" height="909" alt="image"
src="https://github.com/user-attachments/assets/a1c9120e-eafd-4394-9562-48c595ab4960"
/> (756e72f)
Bug Fixes
Moves version.txt to the
internal/clipackage so it can be read by theembedpackage as a variable.When constructing the synthetic version number, use this release version
as the base. (014b5f4)
race condition in createWorkRoot() (fix(config): race condition in createWorkRoot() #2338) Creating a temporary directory based on a timestamp is inherently racy.
Use the standard functions to create temporary directories, and relax
the tests to check for what matters. (46428ca)
parse github remote from local directory (fix: parse github remote from local directory #2328) Fixes librarian tag-and-release can not use local repository #2327 (1c71bd9)