From f0853147a0e787c15d44bc9a3cc5bd3d751f9f33 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 15:28:15 +0000 Subject: [PATCH] chore(main): release 2.3.0 (#369) :robot: I have created a release *beep* *boop* --- ## [2.3.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.2.0...v2.3.0) (2022-09-21) ### Features * Add deleteFeatureValues in aiplatform v1beta1 featurestore_service.proto ([#371](https://github.com/googleapis/nodejs-ai-platform/issues/371)) ([e1c5cd6](https://github.com/googleapis/nodejs-ai-platform/commit/e1c5cd6b5d03afb03911ba9aa685457aa359a602)) * Add timestamp_outside_retention_rows_count, RemoveContextChildren, order_by, InputArtifact, read_mask, TransferLearningConfig ([#450](https://github.com/googleapis/nodejs-ai-platform/issues/450)) ([3a3f71f](https://github.com/googleapis/nodejs-ai-platform/commit/3a3f71faf9add8925a9ca9fa6427a6f6f50e0990)) ### Bug Fixes * Allow passing gax instance to client constructor ([#365](https://github.com/googleapis/nodejs-ai-platform/issues/365)) ([6200e38](https://github.com/googleapis/nodejs-ai-platform/commit/6200e38d052636102ee3d8a817682f2d8c388213)) * Preserve default values in x-goog-request-params header ([#370](https://github.com/googleapis/nodejs-ai-platform/issues/370)) ([6860cfd](https://github.com/googleapis/nodejs-ai-platform/commit/6860cfded924648ef79706278b66d31736dbfe23)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- ...nippet_metadata.google.cloud.aiplatform.v1.json | 2 +- ...t_metadata.google.cloud.aiplatform.v1beta1.json | 2 +- samples/package.json | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990d153c..b2b15081 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.3.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.2.0...v2.3.0) (2022-09-21) + + +### Features + +* Add deleteFeatureValues in aiplatform v1beta1 featurestore_service.proto ([#371](https://github.com/googleapis/nodejs-ai-platform/issues/371)) ([e1c5cd6](https://github.com/googleapis/nodejs-ai-platform/commit/e1c5cd6b5d03afb03911ba9aa685457aa359a602)) +* Add timestamp_outside_retention_rows_count, RemoveContextChildren, order_by, InputArtifact, read_mask, TransferLearningConfig ([#450](https://github.com/googleapis/nodejs-ai-platform/issues/450)) ([3a3f71f](https://github.com/googleapis/nodejs-ai-platform/commit/3a3f71faf9add8925a9ca9fa6427a6f6f50e0990)) + + +### Bug Fixes + +* Allow passing gax instance to client constructor ([#365](https://github.com/googleapis/nodejs-ai-platform/issues/365)) ([6200e38](https://github.com/googleapis/nodejs-ai-platform/commit/6200e38d052636102ee3d8a817682f2d8c388213)) +* Preserve default values in x-goog-request-params header ([#370](https://github.com/googleapis/nodejs-ai-platform/issues/370)) ([6860cfd](https://github.com/googleapis/nodejs-ai-platform/commit/6860cfded924648ef79706278b66d31736dbfe23)) + ## [2.2.0](https://github.com/googleapis/nodejs-ai-platform/compare/v2.1.0...v2.2.0) (2022-08-27) diff --git a/package.json b/package.json index 145d94d1..977a30e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/aiplatform", - "version": "2.2.0", + "version": "2.3.0", "description": "Vertex AI client for Node.js", "repository": "googleapis/nodejs-ai-platform", "license": "Apache-2.0", diff --git a/samples/generated/v1/snippet_metadata.google.cloud.aiplatform.v1.json b/samples/generated/v1/snippet_metadata.google.cloud.aiplatform.v1.json index 18c3f93f..a314edf6 100644 --- a/samples/generated/v1/snippet_metadata.google.cloud.aiplatform.v1.json +++ b/samples/generated/v1/snippet_metadata.google.cloud.aiplatform.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-aiplatform", - "version": "2.2.0", + "version": "2.3.0", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/generated/v1beta1/snippet_metadata.google.cloud.aiplatform.v1beta1.json b/samples/generated/v1beta1/snippet_metadata.google.cloud.aiplatform.v1beta1.json index 6071250c..180f2829 100644 --- a/samples/generated/v1beta1/snippet_metadata.google.cloud.aiplatform.v1beta1.json +++ b/samples/generated/v1beta1/snippet_metadata.google.cloud.aiplatform.v1beta1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-aiplatform", - "version": "2.2.0", + "version": "2.3.0", "language": "TYPESCRIPT", "apis": [ { diff --git a/samples/package.json b/samples/package.json index 163c78c6..0ec292b2 100644 --- a/samples/package.json +++ b/samples/package.json @@ -13,7 +13,7 @@ "test": "mocha --timeout 1200000 test/*.js" }, "dependencies": { - "@google-cloud/aiplatform": "^2.2.0", + "@google-cloud/aiplatform": "^2.3.0", "@google-cloud/storage": "^5.5.0", "@google-cloud/bigquery": "^6.0.0" },