Changelog
0.4.14 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( 3a85796 )
0.4.13 (2025-02-12)
Features
-
Add REST Interceptors which support reading metadata ( b1c3ce8 )
-
Add support for reading selective GAPIC generation methods from service YAML ( b1c3ce8 )
0.4.12 (2024-12-12)
Features
- Add support for opt-in debug logging ( e31cbb0 )
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin ( e31cbb0 )
0.4.11 (2024-10-31)
Bug Fixes
- disable universe-domain validation ( 4ed4108 )
0.4.10 (2024-10-24)
Features
0.4.9 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 6e83a37 )
0.4.8 (2024-07-08)
Bug Fixes
0.4.7 (2024-03-05)
Bug Fixes
0.4.6 (2024-02-22)
Bug Fixes
-
[Many APIs] fix
ValueError
intest__validate_universe_domain
( #12281 ) ( 62cf934 ) -
deps:[Many APIs] Require
google-api-core>=1.34.1
( #12304 ) ( c52e0cd )
0.4.5 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( 8465244 )
-
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint ( 8465244 )
-
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( 8465244 )
0.4.4 (2024-02-01)
Features
0.4.3 (2023-12-07)
Features
-
Add support for python 3.12 ( 0d1a592 )
-
Introduce compatibility with native namespace packages ( 0d1a592 )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( 0d1a592 )
-
Use
retry_async
instead ofretry
in async client ( 0d1a592 )
0.4.2 (2023-09-19)
Documentation
- Minor formatting ( 9487380 )
0.4.1 (2023-07-05)
Bug Fixes
0.4.0 (2023-06-19)
Bug Fixes
- Use
google.cloud.bigquery_biglake
to avoid conflict withgoogle.cloud.bigquery
( 20f83e0 )