Skip to content

Commit 33229e0

Browse files
chore: Release library Google.Cloud.VertexAI.Extensions version 1.0.0-beta01
### New features - Add some async extension methods - Update Google.Cloud.VertexAI.Extensions for latest AIPlatform an M.E.AI - Add AsIChatClient/EmbeddingGenerator/ImageGenerator for PredictionServiceClient (#15134) - Empty project for Vertex AI implementation of Microsoft.Extensions.AI ### Bug fixes - Revert embedding changes from #15289 - Handling of tool calls without thought signatures - Tweak a few things in Google.Cloud.VertexAI.Extensions Librarian-Release-Library: Google.Cloud.VertexAI.Extensions Librarian-Release-Version: 1.0.0-beta01 Librarian-Release-ID: release-20251212T000340Z
1 parent 7c5bd6a commit 33229e0

File tree

6 files changed

+23
-4
lines changed

6 files changed

+23
-4
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,7 @@ Each package name links to the documentation for that package.
275275
| [Google.Cloud.Trace.V2](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Trace.V2/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Trace.V2)](https://nuget.org/packages/Google.Cloud.Trace.V2) | [Google Cloud Trace (V2 API)](https://cloud.google.com/trace/) |
276276
| [Google.Cloud.Translate.V3](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Translate.V3/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Translate.V3)](https://nuget.org/packages/Google.Cloud.Translate.V3) | [Google Cloud Translation (V3 API)](https://cloud.google.com/translate/) |
277277
| [Google.Cloud.Translation.V2](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Translation.V2/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Translation.V2)](https://nuget.org/packages/Google.Cloud.Translation.V2) | [Google Cloud Translation (V2 API)](https://cloud.google.com/translate/) |
278+
| [Google.Cloud.VertexAI.Extensions](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.VertexAI.Extensions/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.VertexAI.Extensions)](https://nuget.org/packages/Google.Cloud.VertexAI.Extensions) | Vertex AI implementation of Microsoft.Extensions.AI |
278279
| [Google.Cloud.VMMigration.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.VMMigration.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.VMMigration.V1)](https://nuget.org/packages/Google.Cloud.VMMigration.V1) | [VM Migration](https://cloud.google.com/migrate/compute-engine/docs/) |
279280
| [Google.Cloud.Video.LiveStream.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Video.LiveStream.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Video.LiveStream.V1)](https://nuget.org/packages/Google.Cloud.Video.LiveStream.V1) | [Live Stream](https://cloud.google.com/livestream/docs/) |
280281
| [Google.Cloud.Video.Stitcher.V1](https://cloud.google.com/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest) | [![NuGet](https://img.shields.io/nuget/v/Google.Cloud.Video.Stitcher.V1)](https://nuget.org/packages/Google.Cloud.Video.Stitcher.V1) | [Video Stitcher](https://cloud.google.com/video-stitcher/docs) |

apis/Google.Cloud.VertexAI.Extensions/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"distribution_name": "Google.Cloud.VertexAI.Extensions",
3-
"release_level": "unreleased",
3+
"release_level": "preview",
44
"client_documentation": "https://cloud.google.com/dotnet/docs/reference/Google.Cloud.VertexAI.Extensions/latest",
55
"library_type": "INTEGRATION",
66
"language": "dotnet"

apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions.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-beta00</Version>
4+
<Version>1.0.0-beta01</Version>
55
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
66
<GenerateDocumentationFile>true</GenerateDocumentationFile>
77
<Description>Vertex AI implementation of Microsoft.Extensions.AI.</Description>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Version history
2+
3+
## Version 1.0.0-beta01, released 2025-12-12
4+
5+
### New features
6+
7+
- Add some async extension methods
8+
- Update Google.Cloud.VertexAI.Extensions for latest AIPlatform an M.E.AI
9+
- Add AsIChatClient/EmbeddingGenerator/ImageGenerator for PredictionServiceClient (#15134)
10+
- Empty project for Vertex AI implementation of Microsoft.Extensions.AI
11+
12+
### Bug fixes
13+
14+
- Revert embedding changes from #15289
15+
- Handling of tool calls without thought signatures
16+
- Tweak a few things in Google.Cloud.VertexAI.Extensions
17+

generator-input/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6031,7 +6031,7 @@
60316031
},
60326032
{
60336033
"id": "Google.Cloud.VertexAI.Extensions",
6034-
"version": "1.0.0-beta00",
6034+
"version": "1.0.0-beta01",
60356035
"type": "other",
60366036
"metadataType": "INTEGRATION",
60376037
"description": "Vertex AI implementation of Microsoft.Extensions.AI.",

generator-input/pipeline-state.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4726,9 +4726,10 @@
47264726
},
47274727
{
47284728
"id": "Google.Cloud.VertexAI.Extensions",
4729-
"nextVersion": "1.0.0-beta01",
4729+
"currentVersion": "1.0.0-beta01",
47304730
"generationAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
47314731
"releaseAutomationLevel": "AUTOMATION_LEVEL_AUTOMATIC",
4732+
"releaseTimestamp": "2025-12-12T00:12:58.813619804Z",
47324733
"sourcePaths": [
47334734
"apis/Google.Cloud.VertexAI.Extensions/Google.Cloud.VertexAI.Extensions"
47344735
]

0 commit comments

Comments
 (0)