Changelog

0.8.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 (dd749df)

0.8.7 (2024-02-06)

Bug Fixes

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

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (c721248)

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

0.8.6 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12240) (d51f832)

0.8.5 (2023-12-07)

Features

  • Add support for python 3.12 (fb6f9db)

  • Introduce compatibility with native namespace packages (fb6f9db)

Bug Fixes

  • Require proto-plus >= 1.22.3 (fb6f9db)

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

0.8.4 (2023-09-19)

Documentation

0.8.3 (2023-07-05)

Bug Fixes

0.8.2 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#155) (51dc2ef)

0.8.1 (2023-01-20)

Bug Fixes

0.8.0 (2023-01-10)

Features

0.7.0 (2022-12-14)

Features

  • Add support for google.cloud.gkeconnect.gateway.__version__ (f7be6d0)

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

Bug Fixes

  • Add dict typing for client_options (f7be6d0)

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

  • Drop usage of pkg_resources (d3ef952)

  • Fix timeout default values (d3ef952)

Documentation

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

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

0.6.3 (2022-10-07)

Bug Fixes

0.6.2 (2022-09-29)

Bug Fixes

0.6.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#118) (63e8bf0)

  • deps: require proto-plus >= 1.22.0 (63e8bf0)

0.6.0 (2022-07-14)

Features

Bug Fixes

0.5.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#101) (56393c5)

0.5.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#79) (adfeb74)

0.5.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (f9c770c)

Documentation

0.4.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (5dab6d6)

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

Documentation

  • list oneofs in docstring (5dab6d6)

0.4.0 (2021-10-20)

Features

Documentation

0.3.0 (2021-10-09)

Features

  • add context manager support in client (#40) (862692a)

0.2.3 (2021-09-24)

Bug Fixes

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

0.2.2 (2021-07-29)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#15) (d3d7206)

Miscellaneous Chores

0.2.1 (2021-07-21)

Bug Fixes

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

0.2.0 (2021-07-14)

Features

Bug Fixes

0.1.0 (2021-06-20)

Features