Skip to content

Commit e84863e

Browse files
chore: release main (#7089)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 486644d commit e84863e

7 files changed

Lines changed: 54 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"packages/google-chat": "0.22.0",
1818
"packages/google-cloud-accessapproval": "4.2.1",
1919
"packages/google-cloud-advisorynotifications": "2.2.1",
20-
"packages/google-cloud-aiplatform": "6.3.0",
20+
"packages/google-cloud-aiplatform": "6.4.0",
2121
"packages/google-cloud-alloydb": "2.4.0",
2222
"packages/google-cloud-apigateway": "4.2.1",
2323
"packages/google-cloud-apigeeconnect": "4.2.1",
@@ -164,7 +164,7 @@
164164
"packages/google-cloud-texttospeech": "6.4.0",
165165
"packages/google-cloud-tpu": "4.1.1",
166166
"packages/google-cloud-translate": "9.3.0",
167-
"packages/google-cloud-vectorsearch": "0.1.0",
167+
"packages/google-cloud-vectorsearch": "0.2.0",
168168
"packages/google-cloud-video-livestream": "2.2.1",
169169
"packages/google-cloud-video-stitcher": "3.2.1",
170170
"packages/google-cloud-video-transcoder": "4.4.1",

changelog.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,40 @@
11
{
22
"repository": "googleapis/google-cloud-node",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "486644d1926db8bf8ab38dd7860383b6e0a48fbd",
9+
"message": "[vectorsearch] add SearchHint to SemanticSearch requests",
10+
"issues": [
11+
"7075"
12+
]
13+
}
14+
],
15+
"version": "0.2.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@google-cloud/vectorsearch",
18+
"id": "01907a7b-5645-4d8b-9bd4-684e54406136",
19+
"createTime": "2026-02-03T16:09:47.415Z"
20+
},
21+
{
22+
"changes": [
23+
{
24+
"type": "feat",
25+
"sha": "b69b8aea0fd9e9066f78e86c346a0ab7d8be609a",
26+
"message": "Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus",
27+
"issues": [
28+
"7085"
29+
]
30+
}
31+
],
32+
"version": "6.4.0",
33+
"language": "JAVASCRIPT",
34+
"artifactName": "@google-cloud/aiplatform",
35+
"id": "11fe9e71-b4d2-4877-aa7e-9225977c6682",
36+
"createTime": "2026-02-03T16:09:47.369Z"
37+
},
438
{
539
"changes": [
640
{
@@ -68110,5 +68144,5 @@
6811068144
"createTime": "2023-01-28T04:18:24.718Z"
6811168145
}
6811268146
],
68113-
"updateTime": "2026-02-02T17:45:37.112Z"
68147+
"updateTime": "2026-02-03T16:09:47.415Z"
6811468148
}

packages/google-cloud-aiplatform/CHANGELOG.md

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

3+
## [6.4.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v6.3.0...aiplatform-v6.4.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* Force-delete for RagCorpora, ignoring any external errors and ensuring deletion of the RagCorpus ([#7085](https://github.com/googleapis/google-cloud-node/issues/7085)) ([b69b8ae](https://github.com/googleapis/google-cloud-node/commit/b69b8aea0fd9e9066f78e86c346a0ab7d8be609a))
9+
310
## [6.3.0](https://github.com/googleapis/google-cloud-node/compare/aiplatform-v6.2.0...aiplatform-v6.3.0) (2026-02-02)
411

512

packages/google-cloud-aiplatform/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": "6.3.0",
3+
"version": "6.4.0",
44
"description": "Vertex AI client for Node.js",
55
"repository": {
66
"type": "git",

packages/google-cloud-aiplatform/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": "^6.3.0"
16+
"@google-cloud/aiplatform": "^6.4.0"
1717
},
1818
"devDependencies": {
1919
"chai": "^4.2.0",

packages/google-cloud-vectorsearch/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/vectorsearch-v0.1.0...vectorsearch-v0.2.0) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* [vectorsearch] add SearchHint to SemanticSearch requests ([#7075](https://github.com/googleapis/google-cloud-node/issues/7075)) ([486644d](https://github.com/googleapis/google-cloud-node/commit/486644d1926db8bf8ab38dd7860383b6e0a48fbd))
9+
310
## 0.1.0 (2025-12-03)
411

512

packages/google-cloud-vectorsearch/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/vectorsearch",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Vector Search API client for Node.js",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)