Releases: googleapis/dotnet-genai
Releases · googleapis/dotnet-genai
Google.GenAI: v1.6.1
Google.GenAI: v1.6.0
Version 1.6.0, released 2026-03-27
New features
- Add labels field to Veo configs (b089cb6)
- Add model_status to GenerateContentResponse (Gemini API only) (7b526d4)
- Add part_metadata in Part (Gemini API only) (7b526d4)
- Add service tier to GenerateContent. (4e8f820)
- genai: add TURN_INCLUDES_AUDIO_ACTIVITY_AND_ALL_VIDEO to TurnCoverage (594f64e)
- support hyperparameters in distillation tuning (e73defd)
- Support rendered_parts in GroundingSupport (7b526d4)
- Update to Microsoft.Extensions.AI.Abstractions 10.4.0 (dfcbbc4)
- Update to Microsoft.Extensions.AI.Abstractions 10.4.0 (#247) (6ec6c07)
Bug fixes
Google.GenAI: v1.5.0
Version 1.5.0, released 2026-03-18
New features
- Support include_server_side_tool_invocations for genai. (c304c12)
- Update to Microsoft.Extensions.AI.Abstractions 10.4.0 (#247) (b16b93f)
Bug fixes
- use deep copy in Common.cs to avoid large string operation that introduces OutOfMemeory exceptions (501e586)
Google.GenAI: v1.4.0
Version 1.4.0, released 2026-03-12
New features
- Add inference_generation_config to EvaluationConfig for Tuning (9c46031)
- Allow custom endpoints for authentication with Vertex AI in C# (da18a06)
- enable language code for audio transcription config in Live API for Vertex AI (e723b0a)
- Implement RegisterFiles (aa946e4)
Bug fixes
- Compilation for .NET SDK versions 8.0.300 and 8.0.301 (2ec2fd5)
Google.GenAI: v1.3.0
Version 1.3.0, released 2026-03-02
New features
- create Part.FromText, Part.FromUri, Part.FromBytes, Part.FromFunctionCall, Part.FromFunctionResponse, Part.FromExecutableCode, Part.FromCodeExecutionResult, quick accessors to facilitate fast Part record creation (bc4203e)
- include response.Text, response.FunctionCalls, response.ExecutableCode, response.CodeExecutionResult response.Parts quick accessor to GenerateContentResponse record (94b99d6)
- Update data types from discovery doc. (b9218ac)
Bug fixes
- Use response ID as message ID in chat client implementation (df5231e)
Google.GenAI: v1.2.0
Google.GenAI: v1.1.0
Google.GenAI: v1.0.0
Version 1.0.0, released 2026-02-12
⚠ BREAKING CHANGES
- Refactor enums to use smart string struct representations for forward compatibility, change enum value names from UPPER_SNAKE_CASE to PascalCase to conform to Dotnet naming conventions
New features
- enable cancellation token (#86) (c409d99)
- Refactor enums to use smart string struct representations for forward compatibility, change enum value names from UPPER_SNAKE_CASE to PascalCase to conform to Dotnet naming conventions (14fb35b)
- Support encryption_spec in tuning job creation configuration for GenAI SDK (c5ac0d2)
Miscellaneous chores
- release 1.0.0 (d6277aa)