1.15.0 (2024-12-12)
Features
- Add a new field
is_flat_rate
to.google.cloud.bigquery.reservation.v1.CapacityCommitment
to distinguish between flat rate and edition commitments (e87d4e9) - Add support for opt-in debug logging (e31cbb0)
- Add the managed disaster recovery API(https://cloud.google.com/bigquery/docs/managed-disaster-recovery) (e87d4e9)
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin (e31cbb0)
Documentation
- Clarify that
Autoscale.current_slots
in message.google.cloud.bigquery.reservation.v1.Reservation
can temporarily be larger thanAutoscale.max_slots
if users reduceAutoscale.max_slots
(e87d4e9) - 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 (e87d4e9) - Update comments for
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 (e87d4e9)