Changelog
0.1.11 (2025-02-18)
Bug Fixes
- deps:Require grpc-google-iam-v1>=0.14.0 ( 770cf0f )
0.1.10 (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.1.9 (2024-11-11)
Bug Fixes
0.1.8 (2024-10-24)
Features
0.1.7 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 42c4d04 )
0.1.6 (2024-07-08)
Bug Fixes
0.1.5 (2024-03-05)
Bug Fixes
0.1.4 (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.1.3 (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.1.2 (2024-02-01)
Features
- Allow users to explicitly configure universe domain ( 4368029 )
0.1.1 (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 ofretry
in async client ( f46b37f )