Changelog

0.5.9 (2024-03-05)

Bug Fixes

0.5.8 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12280) (2d75d0e)

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

0.5.7 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (780c5f1)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (780c5f1)

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

0.5.6 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (a0392ee)

0.5.5 (2023-12-07)

Features

  • Add support for python 3.12 (ea6cfc2)

  • Introduce compatibility with native namespace packages (ea6cfc2)

Bug Fixes

  • Require proto-plus >= 1.22.3 (ea6cfc2)

  • Use retry_async instead of retry in async client (ea6cfc2)

0.5.4 (2023-09-30)

Documentation

0.5.3 (2023-07-05)

Bug Fixes

0.5.2 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#53) (7f7fae9)

0.5.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (#43) (9fc82bd)

0.5.0 (2023-01-10)

Features

0.4.1 (2022-12-14)

Bug Fixes

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

  • Drop usage of pkg_resources (7ad93f1)

  • Fix timeout default values (7ad93f1)

Documentation

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

0.4.0 (2022-11-16)

Features

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

Documentation

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

0.3.0 (2022-11-08)

Features

  • add support for google.cloud.api_keys.__version__ (cabe55d)

Bug Fixes

  • Add dict typing for client_options (cabe55d)

0.2.2 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#22) (b8024ae)

  • deps: require google-api-core>=1.33.2 (b8024ae)

0.2.1 (2022-10-03)

Bug Fixes

  • deps: Require protobuf >= 3.20.2 (#18) (d46af8a)

0.2.0 (2022-09-16)

Features

Bug Fixes

  • deps: require google-api-core>=1.33.1,>=2.8.0 (41d903b)

  • deps: require protobuf >= 3.20.1 (41d903b)

0.1.0 (2022-08-26)

Features