Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bigquery": "1.72.0",
"bigtable": "1.40.1",
"bigtable": "1.41.0",
"logging": "1.13.1",
"storage": "1.57.1"
}
13 changes: 13 additions & 0 deletions bigtable/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changes

## [1.41.0](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.1...bigtable/v1.41.0) (2025-10-30)


### Features

* **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))
* **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))


### Performance Improvements

* **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)

## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.0...bigtable/v1.40.1) (2025-09-26)


Expand Down
2 changes: 1 addition & 1 deletion bigtable/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.40.1"
const Version = "1.41.0"
Loading