Changelog

0.11.8 (2024-02-22)

Bug Fixes

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

  • fix ValueError in test__validate_universe_domain (7c2f2c2)

0.11.7 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency (27dceb9)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (27dceb9)

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

0.11.6 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12241) (aae72f5)

0.11.5 (2023-12-07)

Features

  • Add support for python 3.12 (f46b37f)

  • Introduce compatibility with native namespace packages (f46b37f)

Bug Fixes

  • Require proto-plus >= 1.22.3 (f46b37f)

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

0.11.4 (2023-09-19)

Documentation

0.11.3 (2023-07-05)

Bug Fixes

0.11.2 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#268) (fd5d72d)

0.11.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (ef48274)

Documentation

  • Add documentation for enums (ef48274)

0.11.0 (2023-01-10)

Features

0.10.0 (2022-12-14)

Features

  • Add support for google.cloud.mediatranslation.__version__ (0600814)

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

Bug Fixes

  • Add dict typing for client_options (0600814)

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

  • Drop usage of pkg_resources (08e0be5)

  • Fix timeout default values (08e0be5)

Documentation

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

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

0.9.4 (2022-10-07)

Bug Fixes

0.9.3 (2022-09-29)

Bug Fixes

0.9.2 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#211) (5f455e4)

  • deps: require proto-plus >= 1.22.0 (5f455e4)

0.9.1 (2022-07-13)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#203) (57407d6)

0.9.0 (2022-07-06)

Features

Bug Fixes

0.8.2 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#191) (0671443)

0.8.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#165) (7de2978)

  • deps: require proto-plus>=1.15.0 (7de2978)

0.8.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (55a75a9)

Documentation

0.7.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (b40537e)

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

Documentation

  • list oneofs in docstring (b40537e)

0.7.0 (2021-10-25)

Features

0.6.0 (2021-10-07)

Features

  • add context manager support in client (#116) (50de95e)

0.5.4 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (b6d9e03)

0.5.3 (2021-07-28)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#87) (0970f66)

Miscellaneous Chores

0.5.2 (2021-07-20)

Bug Fixes

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

0.5.1 (2021-07-19)

Documentation

  • README: fix link to API documentation (#83) (e6f8da6)

0.5.0 (2021-07-01)

Features

Bug Fixes

Documentation

0.4.0 (2021-05-27)

Features

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

Bug Fixes

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

  • Remove unsupported fields: recognition_result and alternative_source_language_codes (#61) (b610e3d)

Documentation

  • Add more comments for supported audio type. (b610e3d)

0.3.0 (2021-02-11)

Features

  • add async client; add common resource path helper methods (#21) (cb77463)

Documentation

0.2.0 (2020-05-28)

Features

0.1.1 (2020-03-23)

Bug Fixes

0.1.0 (2020-03-20)

Features