Changelog
0.2.11 (2025-06-11)
Documentation
- Update import statement example in README ( 0131a33 )
0.2.10 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( 4757dae )
0.2.9 (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.2.8 (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.2.7 (2024-11-11)
Bug Fixes
0.2.6 (2024-10-24)
Features
0.2.5 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( 9cdac77 )
0.2.4 (2024-07-08)
Bug Fixes
0.2.3 (2024-03-05)
Bug Fixes
0.2.2 (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.2.1 (2024-02-06)
Bug Fixes
-
Add google-auth as a direct dependency ( e16032f )
-
Add staticmethod decorator to
_get_client_cert_source
and_get_api_endpoint
( e16032f ) -
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ ( e16032f )
0.2.0 (2024-02-01)
⚠ BREAKING CHANGES
- Removed RPCs
DeleteBlueprintRevision
,DeleteDeployment
,DeleteDeploymentRevision
Features
-
Allow users to explicitly configure universe domain ( #12243 ) ( e14d4b1 )
-
New fields in message
Blueprint
( d11edb1 ) -
New values in enum
State
( d11edb1 ) -
Support for the STATUS_NOT_APPLICABLE entity status ( 9d4649b )
-
Support for the WORKLOAD_CLUSTER_DEPLOYMENT blueprint deployment level ( 9d4649b )
Bug Fixes
- Removed RPCs
DeleteBlueprintRevision
,DeleteDeployment
,DeleteDeploymentRevision
( d11edb1 )
Documentation
0.1.2 (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 ofretry
in async client ( e9655df )