Skip to content

Commit acaa68f

Browse files
chore(main): release bigtable 1.41.0
1 parent 3d8d0a9 commit acaa68f

3 files changed

Lines changed: 14 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
"datastore": "1.20.0",
55
"errorreporting": "0.3.2",
66
"firestore": "1.19.0",

bigtable/CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
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-20)
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+
10+
11+
### Performance Improvements
12+
13+
* **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)
14+
315
## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.0...bigtable/v1.40.1) (2025-09-26)
416

517

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)