Skip to content

Commit dd6a4ee

Browse files
chore(main): release bigtable 1.40.2
1 parent 8ebb896 commit dd6a4ee

3 files changed

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

bigtable/CHANGES.md

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

3+
## [1.40.2](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.1...bigtable/v1.40.2) (2025-10-13)
4+
5+
6+
### Performance Improvements
7+
8+
* **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)
9+
310
## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.0...bigtable/v1.40.1) (2025-09-26)
411

512

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.40.2"

0 commit comments

Comments
 (0)