Changelog

0.10.18 (2025-06-11)

Documentation

  • Update import statement example in README ( dfc2cd6 )

0.10.17 (2025-03-15)

Bug Fixes

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

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

0.10.16 (2025-02-18)

Features

  • Add REST Interceptors which support reading metadata ( c8e0760 )

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

0.10.15 (2024-12-12)

Features

  • Add support for opt-in debug logging ( 8e6b0cc )

Bug Fixes

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

0.10.14 (2024-11-11)

Bug Fixes

0.10.13 (2024-10-24)

Features

0.10.12 (2024-07-30)

Bug Fixes

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

0.10.11 (2024-07-08)

Bug Fixes

0.10.10 (2024-03-05)

Bug Fixes

  • deps:Exclude google-auth 2.24.0 and 2.25.0 ( #12386 ) ( edcad16 )

0.10.9 (2024-02-22)

Bug Fixes

  • deps:[Many APIs] Require google-api-core>=1.34.1 ( #12308 ) ( 74dabeb )

  • fix ValueError in test__validate_universe_domain ( 89c1b05 )

0.10.8 (2024-02-06)

Bug Fixes

  • Add google-auth as a direct dependency ( e75fcf6 )

  • Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( e75fcf6 )

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

0.10.7 (2024-02-01)

Features

  • Allow users to explicitly configure universe domain ( 4368029 )

0.10.6 (2023-12-07)

Features

  • Add support for python 3.12 ( e9655df )

  • Introduce compatibility with native namespace packages ( e9655df )

Bug Fixes

  • Require proto-plus >= 1.22.3 ( e9655df )

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

0.10.5 (2023-09-19)

Documentation

0.10.4 (2023-07-05)

Bug Fixes

0.10.3 (2023-03-23)

Documentation

  • Fix formatting of request arg in docstring ( #221 ) ( e65988f )

0.10.2 (2023-02-17)

Bug Fixes

  • Add service_yaml_parameters to py_gapic_library BUILD.bazel targets ( #215 ) ( 4423cbb )

0.10.1 (2023-01-20)

Bug Fixes

  • Add context manager return types ( 51fbfc0 )

Documentation

  • Add documentation for enums ( 51fbfc0 )

0.10.0 (2023-01-10)

Features

0.9.0 (2022-12-15)

Features

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

Bug Fixes

  • Add dict typing for client_options ( 08fd57c )

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

  • Drop usage of pkg_resources ( 08fd57c )

  • Fix timeout default values ( 08fd57c )

Documentation

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

0.8.2 (2022-10-10)

Bug Fixes

  • deps:Allow protobuf 3.19.5 ( #195 ) ( ed2be6d )

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

0.8.1 (2022-09-30)

Bug Fixes

0.8.0 (2022-09-16)

Features

Bug Fixes

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

  • deps:require protobuf >= 3.20.1 ( db5cec0 )

0.7.1 (2022-08-11)

Bug Fixes

  • deps:allow protobuf < 5.0.0 ( #170 ) ( 97d5284 )

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

0.7.0 (2022-07-13)

Features

  • add audience parameter ( 8a7307a )

Bug Fixes

0.6.2 (2022-06-06)

Bug Fixes

Documentation

  • fix changelog header to consistent size ( #153 ) ( 35a440a )

0.6.1 (2022-03-05)

Bug Fixes

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

0.6.0 (2022-02-26)

Features

Bug Fixes

  • resolve DuplicateCredentialArgs error when using credentials_file ( 175da64 )

Documentation

0.5.1 (2021-11-01)

Bug Fixes

  • deps:drop packaging dependency ( d9cd029 )

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

Documentation

  • list oneofs in docstring ( d9cd029 )

0.5.0 (2021-10-18)

Features

Documentation

0.4.0 (2021-10-07)

Features

  • add context manager support in client ( #93 ) ( 5df0cf1 )

Bug Fixes

  • improper types in pagers generation ( 2d73287 )

0.3.3 (2021-09-24)

Bug Fixes

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

0.3.2 (2021-07-28)

Bug Fixes

  • enable self signed jwt for grpc ( #72 ) ( 2244581 )

Documentation

  • add Samples section to CONTRIBUTING.rst ( #68 ) ( 190c5b0 )

Miscellaneous Chores

0.3.1 (2021-07-20)

Bug Fixes

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

0.3.0 (2021-07-01)

Features

Bug Fixes

  • disable always_use_jwt_access ( #64 ) ( 3263c2e )

Documentation

0.2.2 (2021-06-16)

Bug Fixes

  • exclude docs and tests from package ( #52 ) ( 5d4926d )

0.2.1 (2021-05-28)

Bug Fixes

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

0.2.0 (2021-03-29)

Features

  • add async clients ( f8e3d0f )

  • add common resource helper methods ( f8e3d0f )

Bug Fixes

  • BREAKING rename PriceRange.min to PriceRange.min_ , PriceRange.max to PriceRange.max_ ( f8e3d0f )

  • fix bug with enums closes #14 , #20 ( f8e3d0f )

0.1.0 (2020-03-13)

Features

Design a Mobile Site
View Site in Mobile | Classic
Share by: