-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Google.Cloud.BigQuery.Reservation.V1 version 2.6.0 #13938
Conversation
Changes in this release: ### New features - Add the managed disaster recovery API(https://cloud.google.com/bigquery/docs/managed-disaster-recovery) ([commit 54897cb](54897cb)) - Add a new field `is_flat_rate` to `.google.cloud.bigquery.reservation.v1.CapacityCommitment` to distinguish between flat rate and edition commitments ([commit 54897cb](54897cb)) ### 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](54897cb)) - 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](54897cb)) - 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](54897cb))
Pull request diff results Comparing with previous NuGet package Diff level: Minor Finished comparisons for Google.Cloud.BigQuery.Reservation.V1 |
|
Changes in this release:
New features
is_flat_rate
to.google.cloud.bigquery.reservation.v1.CapacityCommitment
to distinguish between flat rate and edition commitments (commit 54897cb)Documentation improvements
Autoscale.current_slots
in message.google.cloud.bigquery.reservation.v1.Reservation
can temporarily be larger thanAutoscale.max_slots
if users reduceAutoscale.max_slots
(commit 54897cb)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)commitment_start_time
andcommitment_end_time
in message.google.cloud.bigquery.reservation.v1.CapacityCommitment
to provide details on how these values are affected by commitment renewal (commit 54897cb)