Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Updated Google_GenerativeAI from 3.3.0 to 3.4.0.

Release notes

Sourced from Google_GenerativeAI's releases.

3.4.0

New Features

Batch Processing API

Complete implementation of asynchronous batch processing for efficient handling of large-scale AI workloads.

New Types (10):

  • BatchJob - Main batch job entity with comprehensive status tracking
  • BatchJobSource / BatchJobDestination - Support for GCS, BigQuery, and inlined data sources
  • InlinedRequest / InlinedResponse - Direct request/response embedding in batch jobs
  • JobState enum - Job lifecycle management (PENDING, RUNNING, SUCCEEDED, FAILED, etc.)
  • JobError - Structured error reporting for failed batch operations
  • ListBatchJobsResponse - Paginated batch job listings

Features:

  • Create batch jobs for content generation and embeddings
  • Support for multiple input sources (Google Cloud Storage, BigQuery, inlined requests)
  • Configurable output destinations
  • Job status monitoring and management
  • Job cancellation and deletion operations

Model Constants Update

Added support for latest Google AI and Vertex AI models with cleanup of deprecated versions.

Added Models:

  • Gemini 2.5 series: Gemini25Flash, Gemini25FlashLite, Gemini25Pro
  • Latest aliases: GeminiFlashLatest, GeminiFlashLiteLatest, GeminiProLatest
  • Gemini 2.0: Gemini2FlashLatest, Gemini2FlashLite
  • Gemma 3 variants: Gemma3_1B, Gemma3_4B, Gemma3_12B, Gemma3_27B, Gemma3n_E4B, Gemma3n_E2B
  • Imagen 4: Imagen4Generate001, Imagen4UltraGenerate001, Imagen4FastGenerate001
  • Veo 3 & 3.1: Veo3Generate001, Veo3FastGenerate001, Veo31GeneratePreview, Veo31FastGeneratePreview
  • Experimental: LearnLM2FlashExp for educational applications

Removed Models:

  • All Gemini 1.5 models (Flash, Flash-8B, Pro)
  • All Gemini 1.0 models (Pro, Pro Vision)
  • Deprecated Gemini 2.x experimental variants

Enhanced Type System

Systematic alignment with Python SDK to ensure complete API coverage.

51+ New Properties Added Across 16 Core Types:

Enhanced Multimodal Support:

  • Blob.DisplayName / FileData.DisplayName - User-friendly file identification
  • Part.ThoughtSignature - Thought reuse optimization
  • Video.Uri - Fixed JSON property mapping from "gcsUri" to "uri"

Advanced Safety Controls:

  • SafetySetting.Method - Harm blocking method selection (HarmBlockMethod enum)
  • SafetyRating.OverwrittenThreshold, ProbabilityScore, Severity, SeverityScore - Enhanced safety metrics
    ... (truncated)

Commits viewable in compare view.

Updated Google_GenerativeAI.Microsoft from 3.3.0 to 3.4.0.

Release notes

Sourced from Google_GenerativeAI.Microsoft's releases.

3.4.0

New Features

Batch Processing API

Complete implementation of asynchronous batch processing for efficient handling of large-scale AI workloads.

New Types (10):

  • BatchJob - Main batch job entity with comprehensive status tracking
  • BatchJobSource / BatchJobDestination - Support for GCS, BigQuery, and inlined data sources
  • InlinedRequest / InlinedResponse - Direct request/response embedding in batch jobs
  • JobState enum - Job lifecycle management (PENDING, RUNNING, SUCCEEDED, FAILED, etc.)
  • JobError - Structured error reporting for failed batch operations
  • ListBatchJobsResponse - Paginated batch job listings

Features:

  • Create batch jobs for content generation and embeddings
  • Support for multiple input sources (Google Cloud Storage, BigQuery, inlined requests)
  • Configurable output destinations
  • Job status monitoring and management
  • Job cancellation and deletion operations

Model Constants Update

Added support for latest Google AI and Vertex AI models with cleanup of deprecated versions.

Added Models:

  • Gemini 2.5 series: Gemini25Flash, Gemini25FlashLite, Gemini25Pro
  • Latest aliases: GeminiFlashLatest, GeminiFlashLiteLatest, GeminiProLatest
  • Gemini 2.0: Gemini2FlashLatest, Gemini2FlashLite
  • Gemma 3 variants: Gemma3_1B, Gemma3_4B, Gemma3_12B, Gemma3_27B, Gemma3n_E4B, Gemma3n_E2B
  • Imagen 4: Imagen4Generate001, Imagen4UltraGenerate001, Imagen4FastGenerate001
  • Veo 3 & 3.1: Veo3Generate001, Veo3FastGenerate001, Veo31GeneratePreview, Veo31FastGeneratePreview
  • Experimental: LearnLM2FlashExp for educational applications

Removed Models:

  • All Gemini 1.5 models (Flash, Flash-8B, Pro)
  • All Gemini 1.0 models (Pro, Pro Vision)
  • Deprecated Gemini 2.x experimental variants

Enhanced Type System

Systematic alignment with Python SDK to ensure complete API coverage.

51+ New Properties Added Across 16 Core Types:

Enhanced Multimodal Support:

  • Blob.DisplayName / FileData.DisplayName - User-friendly file identification
  • Part.ThoughtSignature - Thought reuse optimization
  • Video.Uri - Fixed JSON property mapping from "gcsUri" to "uri"

Advanced Safety Controls:

  • SafetySetting.Method - Harm blocking method selection (HarmBlockMethod enum)
  • SafetyRating.OverwrittenThreshold, ProbabilityScore, Severity, SeverityScore - Enhanced safety metrics
    ... (truncated)

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps Google_GenerativeAI from 3.3.0 to 3.4.0
Bumps Google_GenerativeAI.Microsoft from 3.3.0 to 3.4.0

---
updated-dependencies:
- dependency-name: Google_GenerativeAI
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Google_GenerativeAI.Microsoft
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 1, 2025

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@QRCodes QRCodes closed this Nov 5, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@QRCodes QRCodes deleted the dependabot/nuget/src/DaoStudio/multi-4994be11b4 branch November 5, 2025 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants