Skip to content

Commit 4f2adf6

Browse files
chore(main): release 2.1.0 (#345)
* chore(main): release 2.1.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 9dd31dc commit 4f2adf6

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

packages/google-cloud-aiplatform/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.0.0...v2.1.0) (2022-07-04)
4+
5+
6+
### Features
7+
8+
* add BatchImportModelEvaluationSlices API in aiplatform v1 model_service.proto ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
9+
* add ListSavedQueries rpc to aiplatform v1 dataset_service.proto ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
10+
* add ListSavedQueries rpc to aiplatform v1beta1 dataset_service.proto ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
11+
* add monitor_window to ModelDeploymentMonitoringScheduleConfig proto in aiplatform v1/v1beta1 model_deployment_monitoring_job.proto ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
12+
* add saved_query_id to InputDataConfig in aiplatform v1 training_pipeline.proto ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
13+
* add saved_query_id to InputDataConfig in aiplatform v1beta1 training_pipeline.proto ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
14+
* add saved_query.proto to aiplatform v1 ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
15+
* add saved_query.proto to aiplatform v1beta1 ([0a7e609](https://github.com/googleapis/nodejs-ai-platform/commit/0a7e60980bce5850d016d2b6e3df35f0d5b55360))
16+
317
## [2.0.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.19.0...v2.0.0) (2022-06-23)
418

519

packages/google-cloud-aiplatform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google-cloud/aiplatform",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "Vertex AI client for Node.js",
55
"repository": "googleapis/nodejs-ai-platform",
66
"license": "Apache-2.0",

packages/google-cloud-aiplatform/samples/generated/v1/snippet_metadata.google.cloud.aiplatform.v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-aiplatform",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-aiplatform/samples/generated/v1beta1/snippet_metadata.google.cloud.aiplatform.v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"clientLibrary": {
33
"name": "nodejs-aiplatform",
4-
"version": "2.0.0",
4+
"version": "2.1.0",
55
"language": "TYPESCRIPT",
66
"apis": [
77
{

packages/google-cloud-aiplatform/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "mocha --timeout 1200000 test/*.js"
1414
},
1515
"dependencies": {
16-
"@google-cloud/aiplatform": "^2.0.0",
16+
"@google-cloud/aiplatform": "^2.1.0",
1717
"@google-cloud/storage": "^5.5.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)