Skip to content

Commit 8436480

Browse files
chore: Release library Google.Cloud.VectorSearch.V1 version 1.0.0-beta04
### New features - Mark Vector Search v1 API as GA - Add support for ExportDataObjects Librarian-Release-Library: Google.Cloud.VectorSearch.V1 Librarian-Release-Version: 1.0.0-beta04 Librarian-Release-ID: release-20260316T140349Z
1 parent 84ba880 commit 8436480

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

apis/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1/Google.Cloud.VectorSearch.V1.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
4-
<Version>1.0.0-beta03</Version>
4+
<Version>1.0.0-beta04</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>The Vector Search API provides a fully-managed, highly performant, and scalable vector database designed to power next-generation search, recommendation, and generative AI applications. It allows you to store, index, and query your data and its corresponding vector embeddings through a simple, intuitive interface. With Vector Search, you can define custom schemas for your data, insert objects with associated metadata, automatically generate embeddings from your data, and perform fast approximate nearest neighbor (ANN) searches to find semantically similar items at scale.</Description>

apis/Google.Cloud.VectorSearch.V1/docs/history.md

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

3+
## Version 1.0.0-beta04, released 2026-03-16
4+
5+
### New features
6+
7+
- Mark Vector Search v1 API as GA
8+
- Add support for ExportDataObjects
9+
310
## Version 1.0.0-beta03, released 2026-03-09
411

512
### Bug fixes

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6172,7 +6172,7 @@
61726172
},
61736173
{
61746174
"id": "Google.Cloud.VectorSearch.V1",
6175-
"version": "1.0.0-beta03",
6175+
"version": "1.0.0-beta04",
61766176
"type": "grpc",
61776177
"productName": "Vector Search",
61786178
"productUrl": "https://docs.cloud.google.com/vertex-ai/docs/vector-search-2/overview",

generator-input/pipeline-state.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4886,12 +4886,12 @@
48864886
},
48874887
{
48884888
"id": "Google.Cloud.VectorSearch.V1",
4889-
"currentVersion": "1.0.0-beta03",
4889+
"currentVersion": "1.0.0-beta04",
48904890
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
48914891
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
4892-
"releaseTimestamp": "2026-03-09T14:24:57.275037457Z",
4892+
"releaseTimestamp": "2026-03-16T14:26:20.087425477Z",
48934893
"lastGeneratedCommit": "19890a07f37ea7c8666e11847f3b6456e5ef772d",
4894-
"lastReleasedCommit": "cecc73b1910baa5be754da8c10eb13d02e4ec5b9",
4894+
"lastReleasedCommit": "19890a07f37ea7c8666e11847f3b6456e5ef772d",
48954895
"apiPaths": [
48964896
"google/cloud/vectorsearch/v1"
48974897
],

0 commit comments

Comments
 (0)