Changelog

1.13.3 (2024-03-05)

Bug Fixes

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

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

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