-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: librarian release pull request: 20251215T194424Z #13486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Summary of ChangesHello @bhshkh, 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 is an automated release preparation for the Bigtable client library, updating it to version 1.41.0. It integrates several new features, critical bug fixes, and performance enhancements aimed at improving the client's functionality and stability. Merging this PR will trigger the official release process for these updates, ensuring users benefit from the latest improvements. 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
|
There was a problem hiding this 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 appears to be an automated release for the bigtable library, updating it to version 1.41.0. The changes correctly update the version number in the state file, changelog, and a Go source file. My review focuses on improving the consistency and clarity of the CHANGES.md file to ensure it's easy for developers to understand the updates.
| @@ -1,5 +1,24 @@ | |||
| # Changes | |||
|
|
|||
| ## [1.41.0](https://github.com/googleapis/google-cloud-go/releases/tag/bigtable%2Fv1.41.0) (2025-12-15) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For consistency with previous release entries, the link for this version should point to a GitHub compare view instead of a release tag. This makes it easier for developers to see the exact changes between versions.
| ## [1.41.0](https://github.com/googleapis/google-cloud-go/releases/tag/bigtable%2Fv1.41.0) (2025-12-15) | |
| ## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.1...bigtable/v1.41.0) (2025-12-15) |
| ### Features | ||
|
|
||
| * Add experimental Bigtable connection pool with custom load balancing strategy. (#12882) ([7aa9612](https://github.com/googleapis/google-cloud-go/commit/7aa96127a9903d47e8b2834b53e4bd229145161c)) | ||
| * Enable ALTS hard bound token in Bigtable w/ direct access (#13153) ([9023934](https://github.com/googleapis/google-cloud-go/commit/9023934127b4aaf8ba02e00486ef0f2fb9822137)) | ||
| * Enable routing cookie and attempt headers for enhanced retries (#12964) ([96cfd47](https://github.com/googleapis/google-cloud-go/commit/96cfd47ad729d3507c192e5a73e7473e7c6e7c5a)) | ||
| * add PeerInfo proto in Bigtable API ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * precompute featureflags in client and reuse (#13297) ([3b3253a](https://github.com/googleapis/google-cloud-go/commit/3b3253ac1d5c671263456e810cb497d95668fdd0)) | ||
|
|
||
| ### Bug Fixes | ||
|
|
||
| * fix project id sent in otel (#13286) ([4865868](https://github.com/googleapis/google-cloud-go/commit/4865868c011724cf51e0141bad3d02a2e9caa78a)) | ||
| * screaming uppercase metric status (#13484) ([b35ee8f](https://github.com/googleapis/google-cloud-go/commit/b35ee8fd73f7d740d40b0ed3be4ef0c716cb4eac)) | ||
|
|
||
| ### Performance Improvements | ||
|
|
||
| * parallelize the exportTimeSeries function (#13004) ([bafd691](https://github.com/googleapis/google-cloud-go/commit/bafd691de181bf19f39e55d15e1782156524b6ae)) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entries have inconsistent formatting regarding capitalization, trailing punctuation, and whitespace. To improve readability and maintain a consistent style, please format all entries uniformly. It's recommended to start each item with a capital letter and remove any trailing punctuation or whitespace.
| ### Features | |
| * Add experimental Bigtable connection pool with custom load balancing strategy. (#12882) ([7aa9612](https://github.com/googleapis/google-cloud-go/commit/7aa96127a9903d47e8b2834b53e4bd229145161c)) | |
| * Enable ALTS hard bound token in Bigtable w/ direct access (#13153) ([9023934](https://github.com/googleapis/google-cloud-go/commit/9023934127b4aaf8ba02e00486ef0f2fb9822137)) | |
| * Enable routing cookie and attempt headers for enhanced retries (#12964) ([96cfd47](https://github.com/googleapis/google-cloud-go/commit/96cfd47ad729d3507c192e5a73e7473e7c6e7c5a)) | |
| * add PeerInfo proto in Bigtable API ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * precompute featureflags in client and reuse (#13297) ([3b3253a](https://github.com/googleapis/google-cloud-go/commit/3b3253ac1d5c671263456e810cb497d95668fdd0)) | |
| ### Bug Fixes | |
| * fix project id sent in otel (#13286) ([4865868](https://github.com/googleapis/google-cloud-go/commit/4865868c011724cf51e0141bad3d02a2e9caa78a)) | |
| * screaming uppercase metric status (#13484) ([b35ee8f](https://github.com/googleapis/google-cloud-go/commit/b35ee8fd73f7d740d40b0ed3be4ef0c716cb4eac)) | |
| ### Performance Improvements | |
| * parallelize the exportTimeSeries function (#13004) ([bafd691](https://github.com/googleapis/google-cloud-go/commit/bafd691de181bf19f39e55d15e1782156524b6ae)) | |
| ### Features | |
| * Add experimental Bigtable connection pool with custom load balancing strategy (#12882) ([7aa9612](https://github.com/googleapis/google-cloud-go/commit/7aa96127a9903d47e8b2834b53e4bd229145161c)) | |
| * Enable ALTS hard bound token in Bigtable w/ direct access (#13153) ([9023934](https://github.com/googleapis/google-cloud-go/commit/9023934127b4aaf8ba02e00486ef0f2fb9822137)) | |
| * Enable routing cookie and attempt headers for enhanced retries (#12964) ([96cfd47](https://github.com/googleapis/google-cloud-go/commit/96cfd47ad729d3507c192e5a73e7473e7c6e7c5a)) | |
| * Add PeerInfo proto in Bigtable API ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Precompute featureflags in client and reuse (#13297) ([3b3253a](https://github.com/googleapis/google-cloud-go/commit/3b3253ac1d5c671263456e810cb497d95668fdd0)) | |
| ### Bug Fixes | |
| * Fix project id sent in otel (#13286) ([4865868](https://github.com/googleapis/google-cloud-go/commit/4865868c011724cf51e0141bad3d02a2e9caa78a)) | |
| * Screaming uppercase metric status (#13484) ([b35ee8f](https://github.com/googleapis/google-cloud-go/commit/b35ee8fd73f7d740d40b0ed3be4ef0c716cb4eac)) | |
| ### Performance Improvements | |
| * Parallelize the exportTimeSeries function (#13004) ([bafd691](https://github.com/googleapis/google-cloud-go/commit/bafd691de181bf19f39e55d15e1782156524b6ae)) | |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.7.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:718167d5c23ed389b41f617b3a00ac839bdd938a6bd2d48ae0c2f1fa51ab1c3d
bigtable: 1.41.0
1.41.0 (2025-12-15)
Features
add PeerInfo proto in Bigtable API (PiperOrigin-RevId: 829585900) (185951b3)
precompute featureflags in client and reuse (feat(bigtable): precompute featureflags in client and reuse #13297) (3b3253ac)
Add experimental Bigtable connection pool with custom load balancing strategy. (feat(bigtable): Add experimental Bigtable connection pool with custom load balancing strategy. #12882) (7aa96127)
Enable ALTS hard bound token in Bigtable w/ direct access (feat(bigtable): Enable ALTS hard bound token in Bigtable w/ direct access #13153) (90239341)
Enable routing cookie and attempt headers for enhanced retries (feat(bigtable): Enable routing cookie for enhanced retries #12964) (96cfd47a)
Bug Fixes
fix project id sent in otel (fix(bigtable): fix project id sent in otel #13286) (4865868c)
screaming uppercase metric status (fix(bigtable): screaming uppercase metric status #13484) (b35ee8fd)
Performance Improvements