Changelog

0.6.8 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12283) (f20b41a)

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12306) (1e787f2)

0.6.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.6.6 (2024-02-01)

Features

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

0.6.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.6.4 (2023-09-19)

Documentation

0.6.3 (2023-07-05)

Bug Fixes

0.6.2 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#98) (8037e11)

0.6.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (#89) (08102eb)

0.6.0 (2023-01-10)

Features

0.5.0 (2022-12-14)

Features

  • Add support for google.cloud.eventarc_publishing.__version__ (9c61149)

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

  • Introduce the event publishing using JSON representation of CloudEvents (9c61149)

Bug Fixes

  • Add dict typing for client_options (9c61149)

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

  • Drop usage of pkg_resources (a0b28f9)

  • Fix timeout default values (a0b28f9)

Documentation

  • samples: Snippetgen handling of repeated enum field (9c61149)

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

0.4.2 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#75) (22f1a06)

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

0.4.1 (2022-09-29)

Bug Fixes

  • deps: Require protobuf >= 3.20.2 (#72) (b436e3d)

0.4.0 (2022-09-16)

Features

  • Add support for REST transport (c9d1d77)

Bug Fixes

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

  • deps: require protobuf >= 3.20.1 (c9d1d77)

0.3.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#54) (939641d)

  • deps: require proto-plus >= 1.22.0 (939641d)

0.3.0 (2022-07-14)

Features

Bug Fixes

0.2.1 (2022-06-03)

Bug Fixes

  • deps: require protobuf <4.0.0dev (#39) (de887d2)

Documentation

  • fix changelog header to consistent size (#38) (96f1edb)

0.2.0 (2022-05-06)

Features

  • Add publishing methods for channel resources (#28) (87d1e7b)

0.1.1 (2022-03-05)

Bug Fixes

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

0.1.0 (2022-01-25)

Features