Changelog

0.5.9 (2024-03-05)

Bug Fixes

0.5.8 (2024-02-22)

Bug Fixes

  • [Many APIs] fix ValueError in test__validate_universe_domain (#12282) (b985096)

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

0.5.7 (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.5.6 (2024-02-01)

Features

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

0.5.5 (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.5.4 (2023-11-02)

Features

  • Support custom service account repository configuration (13b57e4)

  • Support for ReleaseConfigs (13b57e4)

  • Support for WorkflowConfigs (13b57e4)

  • Support labels on repositories (13b57e4)

  • Support new ComputeRepositoryAccessTokenStatus repository method (13b57e4)

  • Support new first-party repository methods for committing, listing/reading files, and fetching history (13b57e4)

  • Support NPMRC environment variables (13b57e4)

  • Support SSH based git authentication configuration (13b57e4)

  • Support workspace compilation override fields (13b57e4)

Bug Fixes

  • rearrange several messages, thus changing field types (13b57e4)

Documentation

  • several comments reformatted (13b57e4)

0.5.3 (2023-09-19)

Documentation

0.5.2 (2023-07-05)

Bug Fixes

0.5.1 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#54) (c38ec22)

0.5.0 (2023-02-27)

Features

  • Enable “rest” transport in Python for services supporting numeric enums (#49) (403b246)

0.4.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (c546812)

Documentation

  • Add documentation for enums (c546812)

0.4.0 (2023-01-10)

Features

0.3.0 (2022-12-15)

Features

  • Add support for google.cloud.dataform.__version__ (fef5a2c)

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

Bug Fixes

  • Add dict typing for client_options (fef5a2c)

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

  • Drop usage of pkg_resources (b64c01a)

  • Fix timeout default values (b64c01a)

Documentation

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

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

0.2.3 (2022-10-07)

Bug Fixes

0.2.2 (2022-09-29)

Bug Fixes

  • deps: Require protobuf >= 3.20.2 (#28) (fb846e5)

0.2.1 (2022-08-15)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#12) (ddde619)

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

0.2.0 (2022-07-26)

Features

Bug Fixes

0.1.0 (2022-07-08)

Features