Changelog

1.12.2 (2025年06月11日)

Documentation

  • Update import statement example in README (868b006)

1.12.1 (2025年03月15日)

Bug Fixes

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

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

1.12.0 (2025年02月12日)

Features

  • Add REST Interceptors which support reading metadata (a0910dd)

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

1.11.0 (2024年12月12日)

Features

  • Add support for opt-in debug logging (feb5c03)

Bug Fixes

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

1.10.1 (2024年11月11日)

Bug Fixes

1.10.0 (2024年10月24日)

Features

1.9.5 (2024年07月30日)

Bug Fixes

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

1.9.4 (2024年07月08日)

Bug Fixes

1.9.3 (2024年03月05日)

Bug Fixes

1.9.2 (2024年02月22日)

Bug Fixes

  • deps: [Many APIs] Require google-api-core>=1.34.1 (#12307) (be87bc4)

  • fix ValueError in test__validate_universe_domain (7c2f2c2)

1.9.1 (2024年02月06日)

Bug Fixes

  • Add google-auth as a direct dependency (27dceb9)

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (27dceb9)

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

1.9.0 (2024年02月01日)

Features

  • Allow users to explicitly configure universe domain (#12241) (aae72f5)

1.8.0 (2023年12月07日)

Features

  • Add support for python 3.12 (f46b37f)

  • Introduce compatibility with native namespace packages (f46b37f)

Bug Fixes

  • Require proto-plus >= 1.22.3 (f46b37f)

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

1.7.3 (2023年09月19日)

Documentation

1.7.2 (2023年07月05日)

Bug Fixes

1.7.1 (2023年03月23日)

Documentation

  • Fix formatting of request arg in docstring (#251) (dac4ef6)

1.7.0 (2023年02月16日)

Features

  • Enable "rest" transport in Python for services supporting numeric enums (#245) (f702f7a)

1.6.1 (2023年01月20日)

Bug Fixes

  • Add context manager return types (29246d4)

Documentation

  • Add documentation for enums (29246d4)

1.6.0 (2023年01月10日)

Features

1.5.0 (2022年12月14日)

Features

  • Add support for google.cloud.memcache.__version__ (c9c771a)

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

  • Maintenance schedules (c9c771a)

Bug Fixes

  • Add dict typing for client_options (c9c771a)

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

  • Drop usage of pkg_resources (b1f7a36)

  • Fix timeout default values (b1f7a36)

Documentation

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

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

1.4.4 (2022年10月07日)

Bug Fixes

1.4.3 (2022年09月29日)

Bug Fixes

1.4.2 (2022年08月11日)

Bug Fixes

  • deps: allow protobuf < 5.0.0 (#207) (8a21a06)

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

1.4.1 (2022年07月13日)

Bug Fixes

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

1.4.0 (2022年07月06日)

Features

Bug Fixes

1.3.2 (2022年06月06日)

Bug Fixes

Documentation

  • fix changelog header to consistent size (#183) (3647e5f)

1.3.1 (2022年03月05日)

Bug Fixes

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

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

1.3.0 (2022年02月26日)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file (5f8a2b4)

1.2.1 (2021年11月01日)

Bug Fixes

  • deps: drop packaging dependency (5159fe9)

  • deps: require google-api-core >= 1.28.0 (5159fe9)

Documentation

  • list oneofs in docstring (5159fe9)

1.2.0 (2021年10月12日)

Features

  • add context manager support in client (#111) (a385b99)

1.1.3 (2021年09月30日)

Bug Fixes

  • improper types in pagers generation (3680bac)

1.1.2 (2021年09月24日)

Bug Fixes

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

1.1.1 (2021年07月26日)

Bug Fixes

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

  • enable self signed jwt for grpc (#88) (0ddd8eb)

Documentation

  • add Samples section to CONTRIBUTING.rst (#83) (9471485)

Miscellaneous Chores

1.1.0 (2021年06月30日)

Features

  • add always_use_jwt_access (#79) (e7f03bb)

  • support self-signed JWT flow for service accounts (2d1aaf4)

Bug Fixes

  • add async client to %name_%version/init.py (2d1aaf4)

Documentation

  • omit mention of Python 2.7 in ‘CONTRIBUTING.rst’ (#1127) (#70) (f273025)

1.0.0 (2021年05月28日)

Features

  • bump release level to production/stable (#59) (b8d9394)

  • support self-signed JWT flow for service accounts (2ad1bfb)

Bug Fixes

  • add async client to %name_%version/init.py (2ad1bfb)

Miscellaneous Chores

0.3.0 (2021年02月10日)

Features

0.2.0 (2020年05月28日)

Features

0.1.0 (2020年03月03日)

Features

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月30日 UTC.