Skip to content

Commit

Permalink
Release Google.Cloud.Bigtable.Admin.V2 version 3.23.0 (#14374)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Publish row_key_schema fields in table proto and relevant admin APIs to setup a table with a row_key_schema ([commit abd6682](https://togithub.com/googleapis/google-cloud-dotnet/commit/abd6682f341d1d1a58539f6599a973f724182f1c))
  • Loading branch information
jskeet authored Mar 3, 2025
1 parent 958d22d commit 01a6ba8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>3.22.0</Version>
<Version>3.23.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Bigtable Instance and Table Admin APIs.</Description>
Expand Down
6 changes: 6 additions & 0 deletions apis/Google.Cloud.Bigtable.Admin.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version history

## Version 3.23.0, released 2025-03-03

### New features

- Publish row_key_schema fields in table proto and relevant admin APIs to setup a table with a row_key_schema ([commit abd6682](https://github.com/googleapis/google-cloud-dotnet/commit/abd6682f341d1d1a58539f6599a973f724182f1c))

## Version 3.22.0, released 2025-01-27

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@
"protoPath": "google/bigtable/admin/v2",
"productName": "Google Cloud Bigtable Administration",
"productUrl": "https://cloud.google.com/bigtable/",
"version": "3.22.0",
"version": "3.23.0",
"commonResourcesConfig": "tweaks/Google.Cloud.Bigtable.Common.V2/CommonResourcesConfig.json",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Bigtable Instance and Table Admin APIs.",
Expand Down

0 comments on commit 01a6ba8

Please sign in to comment.