This repository has been archived by the owner on Sep 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 I have created a release *beep* *boop* --- ## [3.0.0](v2.9.8...v3.0.0) (2022-07-01) ### ⚠ BREAKING CHANGES * added packaging options for C#, Ruby, and PHP ### Features * add BatchImportModelEvaluationSlices API in aiplatform v1 model_service.proto ([#972](#972)) ([3041b97](3041b97)) * add BatchImportModelEvaluationSlices API in aiplatform v1beta1 model_service.proto ([3041b97](3041b97)) * add display_name and metadata to ModelEvaluation in aiplatform model_evaluation.proto ([0ae5d15](0ae5d15)) * add ListSavedQueries rpc to aiplatform v1 dataset_service.proto ([#975](#975)) ([85be17b](85be17b)) * add ListSavedQueries rpc to aiplatform v1beta1 dataset_service.proto ([85be17b](85be17b)) * add model_monitoring_config to BatchPredictionJob in aiplatform v1beta1 batch_prediction_job.proto ([#892](#892)) ([0ae5d15](0ae5d15)) * add model_version_id to BatchPredictionJob in aiplatform v1 batch_prediction_job.proto ([3041b97](3041b97)) * add model_version_id to DeployedModel in aiplatform v1 endpoint.proto ([3041b97](3041b97)) * add model_version_id to PredictResponse in aiplatform v1 prediction_service.proto ([3041b97](3041b97)) * add saved_query_id to InputDataConfig in aiplatform v1 training_pipeline.proto ([85be17b](85be17b)) * add saved_query_id to InputDataConfig in aiplatform v1beta1 training_pipeline.proto ([85be17b](85be17b)) * add saved_query.proto to aiplatform v1 ([85be17b](85be17b)) * add saved_query.proto to aiplatform v1beta1 ([85be17b](85be17b)) * add template_metadata to PipelineJob in aiplatform v1beta1 pipeline_job.proto ([0ae5d15](0ae5d15)) * **samples:** add create-featurestore sample ([#948](#948)) ([ac7ca36](ac7ca36)) ### Bug Fixes * added packaging options for C#, Ruby, and PHP ([0ae5d15](0ae5d15)) * update gapic-generator-java with mock service generation fixes ([#979](#979)) ([745b9cd](745b9cd)) ### Dependencies * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#973](#973)) ([87b311d](87b311d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
- Loading branch information
1 parent
93b4e0a
commit 454c917
Showing
10 changed files
with
64 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Format: | ||
# module:released-version:current-version | ||
|
||
google-cloud-aiplatform:2.9.8:2.9.9-SNAPSHOT | ||
grpc-google-cloud-aiplatform-v1:2.9.8:2.9.9-SNAPSHOT | ||
grpc-google-cloud-aiplatform-v1beta1:0.15.8:0.15.9-SNAPSHOT | ||
proto-google-cloud-aiplatform-v1:2.9.8:2.9.9-SNAPSHOT | ||
proto-google-cloud-aiplatform-v1beta1:0.15.8:0.15.9-SNAPSHOT | ||
google-cloud-aiplatform:3.0.0:3.0.0 | ||
grpc-google-cloud-aiplatform-v1:3.0.0:3.0.0 | ||
grpc-google-cloud-aiplatform-v1beta1:0.16.0:0.16.0 | ||
proto-google-cloud-aiplatform-v1:3.0.0:3.0.0 | ||
proto-google-cloud-aiplatform-v1beta1:0.16.0:0.16.0 |