Changelog

1.17.2 (2025-06-11)

Documentation

  • Update import statement example in README ( 8697120 )

1.17.1 (2025-03-15)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x ( 1e43e75 )

  • remove setup.cfg configuration for creating universal wheels ( #13659 ) ( 59bfd42 )

1.17.0 (2025-02-27)

Features

  • Add a new field enable_gemini_in_bigquery to .google.cloud.bigquery.reservation.v1.Assignment that indicates if Gemini in Bigquery features are enabled for the reservation assignment ( ff7c472 )

  • Add a new field replication_status to .google.cloud.bigquery.reservation.v1.Reservation to provide visibility into errors that could arise during Disaster Recovery(DR) replication ( ff7c472 )

  • Add the CONTINUOUS Job type to .google.cloud.bigquery.reservation.v1.Assignment.JobType for continuous SQL jobs ( ff7c472 )

Documentation

  • Remove the section about EDITION_UNSPECIFIED in the comment for slot_capacity in .google.cloud.bigquery.reservation.v1.Reservation ( ff7c472 )

  • Update the google.api.field_behavior for the .google.cloud.bigquery.reservation.v1.Reservation.primary_location and .google.cloud.bigquery.reservation.v1.Reservation.original_primary_location fields to clarify that they are OUTPUT_ONLY ( ff7c472 )

1.16.0 (2025-02-12)

Features

  • Add REST Interceptors which support reading metadata ( e22e2bd )

  • Add support for reading selective GAPIC generation methods from service YAML ( e22e2bd )

1.15.0 (2024-12-12)

Features

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 than Autoscale.max_slots if users reduce Autoscale.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 and commitment_end_time in message .google.cloud.bigquery.reservation.v1.CapacityCommitment to provide details on how these values are affected by commitment renewal ( e87d4e9 )

1.14.1 (2024-10-31)

Bug Fixes

  • disable universe-domain validation ( 4ed4108 )

1.14.0 (2024-10-24)

Features

  • Add support for Python 3.13 ( 6252476 )

1.13.5 (2024-07-30)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination ( a6f7356 )

1.13.4 (2024-07-08)

Bug Fixes

1.13.3 (2024-03-05)

Bug Fixes

  • deps:Exclude google-auth 2.24.0 and 2.25.0 ( #12382 ) ( d5db265 )

1.13.2 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain ( #12281 ) ( 62cf934 )

  • deps:[Many APIs] Require google-api-core>=1.34.1 ( #12304 ) ( c52e0cd )

1.13.1 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency ( 8465244 )

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( 8465244 )

  • Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 8465244 )

1.13.0 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain ( #12238 ) ( 8701267 )

1.12.0 (2023-12-07)

Features

  • Add support for python 3.12 ( 0d1a592 )

  • Introduce compatibility with native namespace packages ( 0d1a592 )

Bug Fixes

  • Require proto-plus >= 1.22.3 ( 0d1a592 )

  • Use retry_async instead of retry in async client ( 0d1a592 )

1.11.3 (2023-09-30)

Documentation

1.11.2 (2023-07-05)

Bug Fixes

  • Add async context manager return types ( #362 ) ( 98df6ad )

1.11.1 (2023-03-28)

Documentation

1.11.0 (2023-03-23)

Features

  • Add edition/autoscale related fields ( #348 ) ( e94a53b )

Documentation

  • Fix formatting of request arg in docstring ( #350 ) ( ecce362 )

1.10.0 (2023-02-16)

Features

  • Enable “rest” transport in Python for services supporting numeric enums ( #339 ) ( 50de8ca )

1.9.1 (2023-01-20)

Bug Fixes

  • Add context manager return types ( 3912795 )

Documentation

  • Add documentation for enums ( 3912795 )

1.9.0 (2023-01-10)

Features

1.8.0 (2022-12-15)

Features

  • Add support for google.cloud.bigquery_reservation.__version__ ( e82b8e5 )

  • Add typing to proto.Message based class attributes ( e82b8e5 )

Bug Fixes

  • Add dict typing for client_options ( e82b8e5 )

  • deps:Require google-api-core >=1.34.0, >=2.11.0 ( c9ff564 )

  • Drop usage of pkg_resources ( c9ff564 )

  • Fix timeout default values ( c9ff564 )

Documentation

  • samples:Snippetgen handling of repeated enum field ( e82b8e5 )

  • samples:Snippetgen should call await on the operation coroutine before calling result ( c9ff564 )

1.7.3 (2022-10-07)

Bug Fixes

1.7.2 (2022-10-03)

Bug Fixes

1.7.1 (2022-08-11)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #292 ) ( 112a726 )

  • deps:require proto-plus >= 1.22.0 ( 112a726 )

1.7.0 (2022-07-16)

Features

  • add audience parameter ( 8b25cff )

Bug Fixes

1.6.3 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #272 ) ( 2a9c9de )

1.6.2 (2022-05-05)

Documentation

1.6.1 (2022-03-05)

Bug Fixes

  • deps:require google-api-core>=1.31.5, >=2.3.2 ( #233 ) ( 14eee3f )

  • deps:require proto-plus>=1.15.0 ( 14eee3f )

Documentation

1.6.0 (2022-02-03)

Features

1.5.0 (2022-01-04)

Features

  • increase the logical timeout (retry deadline) to 5 minutes ( #198 ) ( 13cb5b3 )

1.4.1 (2021-11-01)

Bug Fixes

  • deps:drop packaging dependency ( 9b98c95 )

  • deps:require google-api-core >= 1.28.0 ( 9b98c95 )

Documentation

  • list oneofs in docstring ( 9b98c95 )

1.4.0 (2021-10-08)

Features

  • add context manager support in client ( #175 ) ( 80768c8 )

Bug Fixes

  • improper types in pagers generation ( ae65c70 )

1.3.1 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ ( 937ea64 )

1.3.0 (2021-09-02)

Features

  • Deprecated SearchAssignments in favor of SearchAllAssignments ( #157 ) ( dacdf5a )

Documentation

  • samples for managing reservations ( #144 ) ( 27b2564 )

1.2.2 (2021-07-27)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst ( #132 ) ( c59d238 )

Miscellaneous Chores

1.2.1 (2021-07-20)

Bug Fixes

  • deps:pin ‘google-{api,cloud}-core’, ‘google-auth’ to allow 2.x versions ( #131 ) ( 9a011b6 )

1.2.0 (2021-06-30)

Features

  • add always_use_jwt_access ( #123 ) ( 3123e99 )

  • support self-signed JWT flow for service accounts ( 4d52ed9 )

Bug Fixes

  • add async client to %name_%version/init.py ( 4d52ed9 )

  • disable always_use_jwt_access ( 32b279f )

  • disable always_use_jwt_access ( #126 ) ( 32b279f )

  • exclude docs and tests from package ( #117 ) ( 4f90792 )

  • require google-api-core >= 1.22.2 ( #90 ) ( 3f0fff7 )

Documentation

  • omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ ( #1127 ) ( #120 ) ( 7d65f87 ), closes #1126

  • Update the README to reflect that this library is GA ( #112 ) ( 7bca7a9 )

1.1.0 (2021-03-09)

Features

  • add client_cert_source_for_mtls argument to transports ( #78 ) ( 5df0f09 )

1.0.1 (2021-01-14)

Bug Fixes

Documentation

  • document enum values with undoc-members option ( #69 ) ( 2acdeb7 )

1.0.0 (2020-10-29)

⚠ BREAKING CHANGES

  • update package names to avoid conflict with google-cloud-bigquery

Bug Fixes

  • update package names to avoid conflict with google-cloud-bigquery ( #47 ) ( dc2172f )

0.4.0 (2020-10-28)

Features

  • add path formatting helper methods ( 362e0fe )

  • implement mtls env variables mentioned in aip.dev/auth/4114 ( #39 ) ( 21bff87 )

0.3.0 (2020-08-26)

Features

  • add support for new client options ( #23 ) ( a0e818d )

0.2.0 (2020-05-27)

Features

  • add helper methods to parse resource paths (via synth) ( #7 ) ( 8fc54cb )

0.1.0 (2020-05-12)

Features

Create a Mobile Website
View Site in Mobile | Classic
Share by: