Changelog

1.13.0 (2024-02-22)

Features

  • v1beta1: Allow users to explicitly configure universe domain (#12324) (46b7565)

Bug Fixes

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

  • fix ValueError in test__validate_universe_domain (dd749df)

1.12.1 (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)

1.12.0 (2024-02-01)

Features

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

1.11.0 (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)

1.10.2 (2023-09-13)

Documentation

1.10.1 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#242) (7b933e0)

1.10.0 (2023-04-21)

Features

  • v1beta1: Add force on DeleteMembershipRequest (a77403d)

  • v1beta1: Add monitoring_config field (a77403d)

Documentation

  • v1beta1: Update API annotation (a77403d)

1.9.0 (2023-04-19)

Features

  • Add cluster_missing on GkeResource (3e1d60b)

  • Add force on DeleteMembershipRequest (3e1d60b)

  • Add google_managed on MembershipEndpoint (3e1d60b)

  • Add monitoring_config field (3e1d60b)

Documentation

1.8.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#232) (467e84a)

1.8.0 (2023-02-19)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#225) (8085e32)

1.7.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (21f3843)

Documentation

  • Add documentation for enums (21f3843)

1.7.0 (2023-01-10)

Features

1.6.0 (2022-12-14)

Features

  • Add support for google.cloud.gkehub.__version__ (cd4e739)

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

Bug Fixes

  • Add dict typing for client_options (cd4e739)

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

  • Drop usage of pkg_resources (75f63cd)

  • Fix timeout default values (75f63cd)

Documentation

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

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

1.5.3 (2022-10-07)

Bug Fixes

1.5.2 (2022-10-03)

Bug Fixes

1.5.1 (2022-08-16)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#190) (928bf9a)

  • deps: require proto-plus >= 1.22.0 (928bf9a)

1.5.0 (2022-07-14)

Features

  • add ApplianceCluster as a new membershipEndpoint type (2dee166)

  • add audience parameter (2dee166)

  • add ClusterType field in MembershipEndpoint.OnPremCluster (2dee166)

  • add EdgeCluster as a new membershipEndpoint type (2dee166)

Bug Fixes

1.4.3 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#173) (396111b)

1.4.2 (2022-05-05)

Documentation

  • fix type in docstring for map fields (d6acb71)

1.4.1 (2022-03-05)

Bug Fixes

  • deps: require google-api-core>=1.31.5, >=2.3.2 (#127) (169b080)

  • deps: require proto-plus>=1.15.0 (169b080)

1.4.0 (2022-02-24)

Features

1.3.0 (2022-02-11)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (2e4c08f)

Documentation

1.2.0 (2021-10-14)

Features

1.1.0 (2021-10-08)

Features

  • add context manager support in client (#87) (e32a6f6)

Bug Fixes

  • improper types in pagers generation (80c87ba)

1.0.0 (2021-09-29)

Features

  • bump release level to production/stable (#60) (5877ee6)

0.2.2 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (7b07616)

0.2.1 (2021-08-20)

Bug Fixes

0.2.0 (2021-07-24)

Features

Bug Fixes

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

  • enable self signed jwt for grpc (#58) (66f14c9)

  • v1beta1: disable always_use_jwt_access (#52) (100f72e)

Documentation

0.1.2 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package (#37) (65eee87)

0.1.1 (2021-05-27)

Bug Fixes

0.1.0 (2021-03-16)

Features