Skip to content

Commit fa41a1d

Browse files
Release Google.GenAI version 1.6.0
1 parent 594f64e commit fa41a1d

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.5.0"
2+
".": "1.6.0"
33
}

CHANGELOG.md

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

3+
## Version 1.6.0, released 2026-03-26
4+
5+
6+
### New features
7+
8+
* [Python] Add consent_audio and voice_consent_signature and AsyncSession.setup_complete ([8e5dc09](https://github.com/googleapis/dotnet-genai/commit/8e5dc09028df0dfc08f17530f3595a0d16fa5d73))
9+
* Add labels field to Veo configs ([b089cb6](https://github.com/googleapis/dotnet-genai/commit/b089cb6356dfb32b267942f456f9c1441a5e8c32))
10+
* Add model_status to GenerateContentResponse (Gemini API only) ([7b526d4](https://github.com/googleapis/dotnet-genai/commit/7b526d4db8d44975406a76c42a8b345563207338))
11+
* Add part_metadata in Part (Gemini API only) ([7b526d4](https://github.com/googleapis/dotnet-genai/commit/7b526d4db8d44975406a76c42a8b345563207338))
12+
* **genai:** add TURN_INCLUDES_AUDIO_ACTIVITY_AND_ALL_VIDEO to TurnCoverage ([594f64e](https://github.com/googleapis/dotnet-genai/commit/594f64e33065348b1dca3d99abe365b98f53df5c))
13+
* Support rendered_parts in GroundingSupport ([7b526d4](https://github.com/googleapis/dotnet-genai/commit/7b526d4db8d44975406a76c42a8b345563207338))
14+
* Update to Microsoft.Extensions.AI.Abstractions 10.4.0 ([dfcbbc4](https://github.com/googleapis/dotnet-genai/commit/dfcbbc414248e88ac8549822fa6f254c79db2700))
15+
* Update to Microsoft.Extensions.AI.Abstractions 10.4.0 ([#247](https://github.com/googleapis/dotnet-genai/issues/247)) ([6ec6c07](https://github.com/googleapis/dotnet-genai/commit/6ec6c0732ed73eb1fe2508328904ca5327043ff8))
16+
17+
18+
### Bug fixes
19+
20+
* reduce stringify json node in response ([2801e54](https://github.com/googleapis/dotnet-genai/commit/2801e54e4d3603e36f5b7e2f17acfb79e634b91d))
21+
* remove redundant json stringify in converters ([a039bd8](https://github.com/googleapis/dotnet-genai/commit/a039bd8255a171022c066c34831f03f7df5431dd))
22+
* support us region routing ([0d4ca46](https://github.com/googleapis/dotnet-genai/commit/0d4ca4683b66e71e0a51e3f85fa0b3a397304b52))
23+
324
## Version 1.5.0, released 2026-03-18
425

526

ReleaseVersion.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
- in all projects.
55
-->
66
<PropertyGroup>
7-
<Version>1.5.0</Version>
7+
<Version>1.6.0</Version>
88
</PropertyGroup>
99
</Project>

apis/apis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"id": "Google.GenAI",
55
"path": "Google.GenAI",
6-
"version": "1.5.0"
6+
"version": "1.6.0"
77
}
88
]
99
}

0 commit comments

Comments
 (0)