diff --git a/.librarian/state.yaml b/.librarian/state.yaml index 3f7280f0a658..92111eed2160 100644 --- a/.librarian/state.yaml +++ b/.librarian/state.yaml @@ -1147,7 +1147,7 @@ libraries: - internal/generated/snippets/bigquery/v2 tag_format: bigquery/v{version} - id: bigtable - version: 1.40.1 + version: 1.41.0 last_generated_commit: 535d161c24965e9ed1a0b27032cc1c8b4beab818 apis: - path: google/bigtable/admin/v2 diff --git a/bigtable/CHANGES.md b/bigtable/CHANGES.md index 8b8fb9f9f04e..3d19401e7b10 100644 --- a/bigtable/CHANGES.md +++ b/bigtable/CHANGES.md @@ -1,5 +1,24 @@ # Changes +## [1.41.0](https://github.com/googleapis/google-cloud-go/releases/tag/bigtable%2Fv1.41.0) (2025-12-15) + +### 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)) + ## [1.40.1](https://github.com/googleapis/google-cloud-go/compare/bigtable/v1.40.0...bigtable/v1.40.1) (2025-09-26) diff --git a/bigtable/internal/version.go b/bigtable/internal/version.go index 7bff02b29c4f..f75333c49970 100644 --- a/bigtable/internal/version.go +++ b/bigtable/internal/version.go @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -12,7 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Code generated by gapicgen. DO NOT EDIT. + package internal // Version is the current tagged release of the library. -const Version = "1.40.1" +const Version = "1.41.0"