Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit a60bde4

Browse files
chore(main): release 1.17.0
1 parent 3e5dc67 commit a60bde4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.17.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.16.0...v1.17.0) (2022-03-10)
4+
5+
6+
### Features
7+
8+
* add PredictRequestResponseLoggingConfig to Endpoint in aiplatform v1 endpoint.proto ([#275](https://github.com/googleapis/nodejs-ai-platform/issues/275)) ([3e5dc67](https://github.com/googleapis/nodejs-ai-platform/commit/3e5dc673ce93c4f7323f86a4f303d10dd1dd0655))
9+
310
## [1.16.0](https://github.com/googleapis/nodejs-ai-platform/compare/v1.15.0...v1.16.0) (2022-02-22)
411

512

package.json

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

samples/package.json

Lines changed: 1 addition & 1 deletion
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": "^1.16.0",
16+
"@google-cloud/aiplatform": "^1.17.0",
1717
"@google-cloud/storage": "^5.5.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)