From 4055731215e4fb993ab820e868f3def137f29dee Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Fri, 6 Dec 2024 07:45:51 +0000 Subject: [PATCH] Release Google.Cloud.BigQuery.Reservation.V1 version 2.6.0 Changes in this release: ### New features - Add the managed disaster recovery API(https://cloud.google.com/bigquery/docs/managed-disaster-recovery) ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) - Add a new field `is_flat_rate` to `.google.cloud.bigquery.reservation.v1.CapacityCommitment` to distinguish between flat rate and edition commitments ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) ### Documentation improvements - Clarify that `Autoscale.current_slots` in message `.google.cloud.bigquery.reservation.v1.Reservation` can temporarily be larger than `Autoscale.max_slots` if users reduce `Autoscale.max_slots` ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) - Update comment for `slot_capacity` in message `.google.cloud.bigquery.reservation.v1.Reservation` to provide more clarity about reservation baselines, committed slots and autoscaler SKU charges when the baseline exceeds committed slots ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) - Update comments for `commitment_start_time` and `commitment_end_time` in message `.google.cloud.bigquery.reservation.v1.CapacityCommitment` to provide details on how these values are affected by commitment renewal ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) --- .../Google.Cloud.BigQuery.Reservation.V1.csproj | 2 +- .../docs/history.md | 13 +++++++++++++ apis/apis.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/apis/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1.csproj b/apis/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1.csproj index ce7b94b90253..7d45d312021c 100644 --- a/apis/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1.csproj +++ b/apis/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1.csproj @@ -1,7 +1,7 @@  - 2.5.0 + 2.6.0 netstandard2.0;net462 true Recommended Google client library to access the BigQuery Reservation API, which allows you to modify your BigQuery flat-rate reservations. diff --git a/apis/Google.Cloud.BigQuery.Reservation.V1/docs/history.md b/apis/Google.Cloud.BigQuery.Reservation.V1/docs/history.md index 758ce82b80dc..b54c282c470f 100644 --- a/apis/Google.Cloud.BigQuery.Reservation.V1/docs/history.md +++ b/apis/Google.Cloud.BigQuery.Reservation.V1/docs/history.md @@ -1,5 +1,18 @@ # Version history +## Version 2.6.0, released 2024-12-06 + +### New features + +- Add the managed disaster recovery API(https://cloud.google.com/bigquery/docs/managed-disaster-recovery) ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) +- Add a new field `is_flat_rate` to `.google.cloud.bigquery.reservation.v1.CapacityCommitment` to distinguish between flat rate and edition commitments ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) + +### Documentation improvements + +- Clarify that `Autoscale.current_slots` in message `.google.cloud.bigquery.reservation.v1.Reservation` can temporarily be larger than `Autoscale.max_slots` if users reduce `Autoscale.max_slots` ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) +- Update comment for `slot_capacity` in message `.google.cloud.bigquery.reservation.v1.Reservation` to provide more clarity about reservation baselines, committed slots and autoscaler SKU charges when the baseline exceeds committed slots ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) +- Update comments for `commitment_start_time` and `commitment_end_time` in message `.google.cloud.bigquery.reservation.v1.CapacityCommitment` to provide details on how these values are affected by commitment renewal ([commit 54897cb](https://github.com/googleapis/google-cloud-dotnet/commit/54897cbd2d99c298ee5f2e7b58b85b042e64e296)) + ## Version 2.5.0, released 2024-05-13 ### New features diff --git a/apis/apis.json b/apis/apis.json index b93fa06a6958..1d92fec570bf 100644 --- a/apis/apis.json +++ b/apis/apis.json @@ -1087,7 +1087,7 @@ }, { "id": "Google.Cloud.BigQuery.Reservation.V1", - "version": "2.5.0", + "version": "2.6.0", "type": "grpc", "productName": "BigQuery Reservation", "productUrl": "https://cloud.google.com/bigquery/docs/reference/reservations",