Changelog
0.1.16 (2025-05-15)
Features
- Add Client Libraries for Datasets ( 2e7f0b8 )
0.1.15 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( 784a3ca )
0.1.14 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( 87b5382 )
-
Add support for reading selective GAPIC generation methods from service YAML ( 87b5382 )
0.1.13 (2024-12-12)
Features
- Add support for opt-in debug logging ( 856e0f0 )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( 856e0f0 )
0.1.12 (2024-11-11)
Bug Fixes
0.1.11 (2024-10-24)
Features
0.1.10 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 9cdac77 )
0.1.9 (2024-07-08)
Bug Fixes
0.1.8 (2024-03-05)
Bug Fixes
0.1.7 (2024-02-22)
Bug Fixes
-
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12310 ) ( 41821da ) -
fix ValueError in test__validate_universe_domain ( 2451e88 )
0.1.6 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( 9e8d039 )
-
Add staticmethod decorator to
_get_client_cert_source
and_get_api_endpoint
( 9e8d039 ) -
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 9e8d039 )
0.1.5 (2024-02-01)
Features
0.1.4 (2023-12-07)
Features
-
Add support for python 3.12 ( 9a629e1 )
-
Introduce compatibility with native namespace packages ( 9a629e1 )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( 9a629e1 )
-
Use
retry_async
instead ofretry
in async client ( 9a629e1 )
0.1.3 (2023-09-19)
Documentation
- Minor formatting ( 025219f )