Changelog
0.4.13 (2024-10-31)
Bug Fixes
- disable universe-domain validation (53c951e)
0.4.12 (2024-10-24)
Features
- Add support for Python 3.13 (6252476)
0.4.11 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination (a6f7356)
0.4.10 (2024-07-10)
Features
- [google-cloud-confidentialcomputing] Add a new field
tee_attestation
toVerifyAttestationRequest
message proto for SEV SNP and TDX attestations (#12894) (8e75da8)
0.4.9 (2024-07-08)
Bug Fixes
0.4.8 (2024-03-27)
Features
- [google-cloud-confidentialcomputing] Add additional
TokenType
options (TOKEN_TYPE_PKI
andTOKEN_TYPE_LIMITED_AWS
) (#12515) (60d87fa)
0.4.7 (2024-03-05)
Bug Fixes
0.4.6 (2024-02-22)
Bug Fixes
[Many APIs] fix
ValueError
intest__validate_universe_domain
(#12282) (b985096)deps: [Many APIs] Require
google-api-core>=1.34.1
(#12305) (2aa7f17)
0.4.5 (2024-02-06)
Bug Fixes
Add google-auth as a direct dependency (f3db074)
Add staticmethod decorator to _get_client_cert_source and _get_api_endpoint (f3db074)
Resolve AttributeError ‘Credentials’ object has no attribute ‘universe_domain’ (f3db074)
0.4.4 (2024-02-01)
Features
0.4.3 (2023-12-07)
Features
Add support for python 3.12 (b96013d)
Introduce compatibility with native namespace packages (b96013d)
Bug Fixes
0.4.2 (2023-11-13)
Features
- [google-cloud-confidentialcomputing] Add a new field
token_type
toTokenOptions
message proto (#12011) (37b1ae9)
0.4.1 (2023-09-19)
Documentation
- Minor formatting (9487380)