Changelog
0.1.20 (2025-08-06)
Features
-
add a FooBar API ( 2f16fa5 )
-
add the VeoTuningSpec ( 2f16fa5 )
-
Remove private preview label from Model Armor protos ( 2f16fa5 )
Documentation
- update comments for rpc BatchCreatePullRequestComments, ResolvePullRequestComments and UnresolvePullRequestComments ( 2f16fa5 )
0.1.19 (2025-07-10)
Features
- added resource change and drift details for the preview ( f5cd663 )
Documentation
-
A comment for field
annotations
in message.google.cloud.config.v1.Preview
is changed ( f5cd663 ) -
A comment for field
error
in message.google.cloud.config.v1.TerraformError
is changed ( f5cd663 ) -
A comment for field
input_value
in message.google.cloud.config.v1.TerraformVariable
is changed ( f5cd663 ) -
A comment for field
input_values
in message.google.cloud.config.v1.TerraformBlueprint
is changed ( f5cd663 ) -
A comment for field
labels
in message.google.cloud.config.v1.Deployment
is changed ( f5cd663 ) -
A comment for field
name
in message.google.cloud.config.v1.Deployment
is changed ( f5cd663 ) -
A comment for field
page_size
in message.google.cloud.config.v1.ListTerraformVersionsRequest
is changed ( f5cd663 ) -
A comment for field
page_token
in message.google.cloud.config.v1.ListTerraformVersionsRequest
is changed ( f5cd663 )
0.1.18 (2025-06-11)
Documentation
- Update import statement example in README ( 8697120 )
0.1.17 (2025-03-15)
Bug Fixes
- [Many APIs] Allow Protobuf 6.x ( 1e43e75 )
0.1.16 (2025-02-18)
Bug Fixes
- deps:Require grpc-google-iam-v1>=0.14.0 ( 4571dff )
0.1.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.1.14 (2024-12-12)
Features
Bug Fixes
-
Changed field behavior for an existing field
service_account
in message.google.cloud.config.v1.Deployment
( 4795f26 ) -
Changed field behavior for an existing field
service_account
in message.google.cloud.config.v1.Preview
( 4795f26 ) -
Fix typing issue with gRPC metadata when key ends in -bin ( 4795f26 )
Documentation
- Service Account is a required field ( 4795f26 )
0.1.13 (2024-10-31)
Bug Fixes
- disable universe-domain validation ( 53c951e )
0.1.12 (2024-10-24)
Features
- Add support for Python 3.13 ( 6252476 )
0.1.11 (2024-07-30)
Bug Fixes
- Retry and timeout values do not propagate in requests during pagination ( a6f7356 )
0.1.10 (2024-07-08)
Bug Fixes
0.1.9 (2024-04-24)
Features
-
Annotations are now supported to help client tools identify deployments during automation ( 765e198 )
-
Infrastructure manager supports 1.2.3, 1.3.10, 1.4.7, 1.5.7 versions of Terraform when creating a preview of a deployment ( 765e198 )
0.1.8 (2024-03-22)
Features
-
Infrastructure Manager can validate and enforce quota limits, preventing infrastructure that exceeds quota limits from being deployed ( b8abb5d )
-
Infrastructure Manager supports the deployment of infrastructure from Terraform configurations in a private Git repository ( b8abb5d )
-
Infrastructure manager supports the following versions of Terraform when creating a deployment Terraform version 1.2.3, 1.3.10, 1.4.7, 1.5.7 ( b8abb5d )
Documentation
-
A comment for field
page_size
in message.google.cloud.config.v1.ListDeploymentsRequest
is changed ( b8abb5d ) -
A comment for field
page_size
in message.google.cloud.config.v1.ListPreviewsRequest
is changed ( b8abb5d ) -
A comment for field
page_size
in message.google.cloud.config.v1.ListResourcesRequest
is changed ( b8abb5d ) -
A comment for field
page_size
in message.google.cloud.config.v1.ListRevisionsRequest
is changed ( b8abb5d ) -
A comment for field
service_account
in message.google.cloud.config.v1.Preview
is changed ( b8abb5d )
0.1.7 (2024-03-05)
Bug Fixes
0.1.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.1.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.1.4 (2024-02-01)
Features
0.1.3 (2024-01-19)
Features
0.1.2 (2023-12-07)
Features
-
Add support for python 3.12 ( b96013d )
-
Introduce compatibility with native namespace packages ( b96013d )
Bug Fixes
-
Require proto-plus >= 1.22.3 ( b96013d )
-
Use
retry_async
instead ofretry
in async client ( b96013d )
0.1.1 (2023-09-19)
Documentation
- Minor formatting ( 9487380 )