Changelog

0.10.17 (2025年06月11日)

Documentation

  • Update import statement example in README (3d5bc37)

0.10.16 (2025年03月15日)

Bug Fixes

  • [Many APIs] Allow Protobuf 6.x (feb5353)

  • remove setup.cfg configuration for creating universal wheels (#13659) (59bfd42)

0.10.15 (2025年02月12日)

Features

  • Add REST Interceptors which support reading metadata (e22e2bd)

  • Add support for reading selective GAPIC generation methods from service YAML (e22e2bd)

0.10.14 (2024年12月12日)

Features

  • Add support for opt-in debug logging (19ed3be)

Bug Fixes

  • Fix typing issue with gRPC metadata when key ends in -bin (19ed3be)

0.10.13 (2024年10月31日)

Bug Fixes

  • disable universe-domain validation (53c951e)

0.10.12 (2024年10月24日)

Features

  • Add support for Python 3.13 (6252476)

0.10.11 (2024年07月30日)

Bug Fixes

  • Retry and timeout values do not propagate in requests during pagination (ba1064f)

0.10.10 (2024年07月08日)

Bug Fixes

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)

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月10日 UTC.