Changelog
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)