Changelog
0.5.0 (2025年09月08日)
⚠ BREAKING CHANGES
- Move
AwsPrincipalTagsOptionsout fromTokenOptionsmessage
Features
- Add new
VerifyConfidentialSpaceandVerifyConfidentialGkerpcs and relevant fields (cb89cdd)
Bug Fixes
- Move
AwsPrincipalTagsOptionsout fromTokenOptionsmessage (cb89cdd)
Documentation
A comment for field
aws_principal_tags_optionsin message.google.cloud.confidentialcomputing.v1.TokenOptionsis changed (cb89cdd)Updated comment for method
VerifyAttestation,VerifyAttestationRequestandVerifyAttestationResponsein serviceConfidentialComputingis changed (cb89cdd)
0.4.18 (2025年06月11日)
Documentation
- Update import statement example in README (8697120)
0.4.17 (2025年03月15日)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x (1e43e75)
0.4.16 (2025年02月24日)
Features
- [google-cloud-confidentialcomputing] A new field
attesteris added to message.google.cloud.confidentialcomputing.v1.VerifyAttestationRequest(#13543) (6e892e0)
Documentation
- Fixed a typo in
VerifyAttestationRequestcomment (6e892e0)
0.4.15 (2025年02月12日)
Features
Add REST Interceptors which support reading metadata (e22e2bd)
Add support for reading selective GAPIC generation methods from service YAML (e22e2bd)
0.4.14 (2024年12月12日)
Features
Add a token_type options proto to allow for customization of specific token types (f8900f4)
Add support for opt-in debug logging (19ed3be)
Added the first token type option to hold principal tag token options (f8900f4)
Bug Fixes
- Fix typing issue with gRPC metadata when key ends in -bin (19ed3be)
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_attestationtoVerifyAttestationRequestmessage 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
TokenTypeoptions (TOKEN_TYPE_PKIandTOKEN_TYPE_LIMITED_AWS) (#12515) (60d87fa)
0.4.7 (2024年03月05日)
Bug Fixes
0.4.6 (2024年02月22日)
Bug Fixes
[Many APIs] fix
ValueErrorintest__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_typetoTokenOptionsmessage proto (#12011) (37b1ae9)
0.4.1 (2023年09月19日)
Documentation
- Minor formatting (9487380)