Changelog

0.8.10 (2024-03-05)

Bug Fixes

0.8.9 (2024-02-22)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12305) (2aa7f17)

  • fix ValueError in test__validate_universe_domain (dd749df)

0.8.8 (2024-02-06)

Bug Fixes

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

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (f3db074)

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

0.8.7 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain (#12239) (8004d15)

0.8.6 (2023-12-07)

Features

  • Add support for python 3.12 (b96013d)

  • Introduce compatibility with native namespace packages (b96013d)

Bug Fixes

  • Require proto-plus >= 1.22.3 (b96013d)

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

0.8.5 (2023-10-09)

Documentation

0.8.4 (2023-07-04)

Bug Fixes

  • Add async context manager return types (#184) (355b8b4)

0.8.3 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#177) (22668f6)

0.8.2 (2023-02-07)

Bug Fixes

  • Raise not implemented error when REST transport is not supported (#170) (44651ca)

0.8.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (63d369a)

Documentation

  • Add documentation for enums (63d369a)

0.8.0 (2023-01-10)

Features

0.7.0 (2022-12-15)

Features

  • Add support for google.cloud.dataflow.__version__ (5f36251)

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

Bug Fixes

  • Add dict typing for client_options (5f36251)

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

  • Drop usage of pkg_resources (9b9083c)

  • Fix timeout default values (9b9083c)

Documentation

  • samples: Snippetgen handling of repeated enum field (5f36251)

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

0.6.2 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#150) (216c6e2)

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

0.6.1 (2022-10-03)

Bug Fixes

0.6.0 (2022-09-13)

Features

0.5.5 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#126) (16b89c0)

  • deps: require proto-plus >= 1.22.0 (16b89c0)

0.5.4 (2022-07-14)

Bug Fixes

  • deps: require google-api-core>=1.32.0,>=2.8.0 (#120) (f981454)

0.5.3 (2022-07-12)

Bug Fixes

0.5.2 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#107) (df80541)

0.5.1 (2022-05-05)

Documentation

  • fix type in docstring for map fields (e775e1f)

0.5.0 (2022-03-16)

Features

  • Add capabilities field to SdkHarnessContainerImage (#84) (3d86713)

0.4.1 (2022-03-05)

Bug Fixes

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

0.4.0 (2022-02-26)

Features

  • add api key support (#65) (888664b)

  • new parameters in FlexTemplateRuntimeEnvironment (#69) (f8bd373)

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (f8bd373)

Documentation

0.3.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (89dbf65)

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

Documentation

  • list oneofs in docstring (89dbf65)

0.3.0 (2021-10-15)

Features

0.2.0 (2021-10-08)

Features

  • add context manager support in client (#41) (2d8fbd5)

0.1.5 (2021-09-30)

Bug Fixes

  • improper types in pagers generation (ce0077b)

0.1.4 (2021-09-24)

Bug Fixes

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

0.1.3 (2021-08-18)

Features

  • add Samples section to CONTRIBUTING.rst (#14) (998adbe)

Bug Fixes

Miscellaneous Chores

0.1.2 (2021-07-21)

Bug Fixes

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

0.1.1 (2021-06-30)

Miscellaneous Chores

0.1.0 (2021-06-25)

Features