Skip to content

Commit 1f81c0e

Browse files
chore(main): release bigtable 1.41.0
1 parent 9a4cb31 commit 1f81c0e

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.release-please-manifest-individual.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"bigquery": "1.71.0",
3-
"bigtable": "1.40.1",
3+
"bigtable": "1.41.0",
44
"errorreporting": "0.3.2",
55
"logging": "1.13.0",
66
"profiler": "0.4.3",

bigtable/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changes
22

3+
## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.1...bigtable/v1.41.0) (2025-10-23)
4+
5+
6+
### Features
7+
8+
* **bigtable:** Add experimental Bigtable connection pool with custom load balancing strategy. ([#12882](https://github.com/googleapis/google-cloud-go/issues/12882)) ([7aa9612](https://github.com/googleapis/google-cloud-go/commit/7aa96127a9903d47e8b2834b53e4bd229145161c))
9+
* **bigtable:** Enable ALTS hard bound token in Bigtable w/ direct access ([#13153](https://github.com/googleapis/google-cloud-go/issues/13153)) ([9023934](https://github.com/googleapis/google-cloud-go/commit/9023934127b4aaf8ba02e00486ef0f2fb9822137))
10+
11+
12+
### Performance Improvements
13+
14+
* **bigtable:** Parallelize the exportTimeSeries function ([#13004](https://github.com/googleapis/google-cloud-go/issues/13004)) ([bafd691](https://github.com/googleapis/google-cloud-go/commit/bafd691de181bf19f39e55d15e1782156524b6ae)), refs [#12920](https://github.com/googleapis/google-cloud-go/issues/12920)
15+
316
## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.0...bigtable/v1.40.1) (2025-09-26)
417

518

bigtable/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.40.1"
18+
const Version = "1.41.0"

0 commit comments

Comments
 (0)