This repository was archived by the owner on Jul 20, 2023. It is now read-only.
File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.3.0] ( https://github.com/googleapis/nodejs-ai-platform/compare/v2.2.0...v2.3.0 ) (2022-09-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * 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 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * 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 ) )
14
+ * 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 ) )
15
+
3
16
## [ 2.2.0] ( https://github.com/googleapis/nodejs-ai-platform/compare/v2.1.0...v2.2.0 ) (2022-08-27)
4
17
5
18
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/aiplatform" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " Vertex AI client for Node.js" ,
5
5
"repository" : " googleapis/nodejs-ai-platform" ,
6
6
"license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 13
13
"test" : " mocha --timeout 1200000 test/*.js"
14
14
},
15
15
"dependencies" : {
16
- "@google-cloud/aiplatform" : " ^2.2 .0" ,
16
+ "@google-cloud/aiplatform" : " ^2.3 .0" ,
17
17
"@google-cloud/storage" : " ^5.5.0" ,
18
18
"@google-cloud/bigquery" : " ^6.0.0"
19
19
},
You can’t perform that action at this time.
0 commit comments