Skip to content

Commit a7e3dca

Browse files
authored
chore: librarian release pull request: 20260507T175102Z (#16991)
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.12.0 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e <details><summary>google-cloud-bigtable: v2.38.0</summary> ## [v2.38.0](google-cloud-bigtable-v2.37.0...google-cloud-bigtable-v2.38.0) (2026-05-07) ### Features * Add ValueBitmask to the filter DSL (#16981) ([3f429f2](3f429f23)) </details>
1 parent d28afca commit a7e3dca

8 files changed

Lines changed: 14 additions & 7 deletions

File tree

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1361,7 +1361,7 @@ libraries:
13611361
- packages/google-cloud-bigquery-storage/docs/
13621362
tag_format: '{id}-v{version}'
13631363
- id: google-cloud-bigtable
1364-
version: 2.37.0
1364+
version: 2.38.0
13651365
last_generated_commit: a6cbf809c4c165e618ee23a059442af90a80a0f5
13661366
apis:
13671367
- path: google/bigtable/admin/v2

librarian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ libraries:
608608
metadata_name_override: bigquerystorage
609609
default_version: v1
610610
- name: google-cloud-bigtable
611-
version: 2.37.0
611+
version: 2.38.0
612612
apis:
613613
- path: google/bigtable/v2
614614
- path: google/bigtable/admin/v2

packages/google-cloud-bigtable/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
[1]: https://pypi.org/project/google-cloud-bigtable/#history
66

7+
## [2.38.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.37.0...google-cloud-bigtable-v2.38.0) (2026-05-07)
8+
9+
10+
### Features
11+
12+
* Add ValueBitmask to the filter DSL (#16981) ([3f429f23386a63e5e6773216b8d00dbed4940c0c](https://github.com/googleapis/google-cloud-python/commit/3f429f23386a63e5e6773216b8d00dbed4940c0c))
13+
714
## [2.36.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-bigtable-v2.35.0...google-cloud-bigtable-v2.36.0) (2026-04-02)
815

916

packages/google-cloud-bigtable/google/cloud/bigtable/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.37.0" # {x-release-please-version}
16+
__version__ = "2.38.0" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_admin/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.37.0" # {x-release-please-version}
16+
__version__ = "2.38.0" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_admin_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.37.0" # {x-release-please-version}
16+
__version__ = "2.38.0" # {x-release-please-version}

packages/google-cloud-bigtable/google/cloud/bigtable_v2/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "2.37.0" # {x-release-please-version}
16+
__version__ = "2.38.0" # {x-release-please-version}

packages/google-cloud-bigtable/samples/generated_samples/snippet_metadata_google.bigtable.admin.v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-bigtable-admin",
11-
"version": "2.37.0"
11+
"version": "2.38.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)