Skip to content

Conversation

@bhshkh
Copy link
Contributor

@bhshkh bhshkh commented Dec 15, 2025

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

Bug Fixes

Performance Improvements

@bhshkh bhshkh requested review from a team as code owners December 15, 2025 19:44
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @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

  • Bigtable Client Library Update: The Bigtable client library has been updated to version 1.41.0, incorporating a range of new features, bug fixes, and performance improvements.
  • New Features: Version 1.41.0 introduces an experimental Bigtable connection pool with custom load balancing, ALTS hard bound token support, enhanced retries with routing cookies and attempt headers, and the addition of the PeerInfo proto in the Bigtable API. It also includes precomputation and reuse of feature flags in the client.
  • Bug Fixes: Key bug fixes include correcting the project ID sent in OpenTelemetry and addressing an issue with screaming uppercase metric status.
  • Performance Improvements: Performance has been enhanced by parallelizing the exportTimeSeries function.
Using Gemini Code Assist

The 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 /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

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 .gemini/ folder in the base of the repository. Detailed instructions can be found here.

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

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
## [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)

Comment on lines +5 to +21
### 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))

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
### 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))

@bhshkh bhshkh merged commit 2416108 into main Dec 15, 2025
11 checks passed
@bhshkh bhshkh deleted the librarian-20251215T194424Z branch December 15, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants