Changelog

0.10.9 (2024-03-05)

Bug Fixes

0.10.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.10.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.10.6 (2024-02-01)

Features

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

0.10.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.10.4 (2023-09-19)

Documentation

0.10.3 (2023-07-05)

Bug Fixes

0.10.2 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring (#215) (c7e3dc7)

0.10.1 (2023-01-20)

Bug Fixes

  • Add context manager return types (8b4ecf0)

Documentation

  • Add documentation for enums (8b4ecf0)

0.10.0 (2023-01-12)

Features

0.9.0 (2022-12-14)

Features

  • Add support for google.cloud.dataqna.__version__ (9fb86c9)

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

Bug Fixes

  • Add dict typing for client_options (9fb86c9)

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

  • Drop usage of pkg_resources (9a515b5)

  • Fix timeout default values (9a515b5)

Documentation

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

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

0.8.2 (2022-10-10)

Bug Fixes

  • deps: Allow protobuf 3.19.5 (#192) (89df145)

  • deps: require google-api-core>=1.33.2 (89df145)

0.8.1 (2022-10-03)

Bug Fixes

0.8.0 (2022-09-19)

Features

  • Add support for REST transport (a1dea02)

Bug Fixes

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

  • deps: require protobuf >= 3.20.1 (a1dea02)

0.7.1 (2022-08-11)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#167) (46b9f57)

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

0.7.0 (2022-07-15)

Features

Bug Fixes

0.6.3 (2022-06-03)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#152) (07536c6)

0.6.2 (2022-03-05)

Bug Fixes

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

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

0.6.1 (2022-02-26)

Documentation

0.6.0 (2022-02-03)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (9fe2aed)

0.5.1 (2021-11-01)

Bug Fixes

  • deps: drop packaging dependency (2cce50d)

  • deps: require google-api-core >= 1.28.0 (2cce50d)

Documentation

  • list oneofs in docstring (2cce50d)

0.5.0 (2021-10-21)

Features

0.4.0 (2021-10-08)

Features

  • add context manager support in client (#93) (9a0ef96)

0.3.3 (2021-09-24)

Bug Fixes

  • add ‘dict’ annotation type to ‘request’ (149f428)

0.3.2 (2021-07-27)

Bug Fixes

Documentation

  • add Samples section to CONTRIBUTING.rst (#67) (543ad2a)

Miscellaneous Chores

0.3.1 (2021-07-20)

Bug Fixes

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

0.3.0 (2021-06-30)

Features

Bug Fixes

  • disable always_use_jwt_access (3d347fa)

  • disable always_use_jwt_access (#63) (3d347fa)

Documentation

  • omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ (#1127) (#54) (2eb4cfb)

0.2.1 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package (#51) (02506a4)

0.2.0 (2021-05-18)

Features

  • add from_service_account_info factory and fix sphinx identifiers (#21) (3fa53fb)

  • support self-signed JWT flow for service accounts (762c28c)

Bug Fixes

  • add async client to %name_%version/init.py (762c28c)

  • deps: add packaging requirement (#46) (afb3009)

  • remove gRPC send/recv limits (#15) (044d47a)

0.1.1 (2020-12-04)

Documentation

  • add allowlist warning to README (#6) (7ef1b9c)

  • update access form to short URL (#11) (2b4ae4f)

0.1.0 (2020-12-02)

Features

Documentation

  • python: update intersphinx for grpc and auth (#3) (0a7ae50)