Skip to content

Commit 2f59ba0

Browse files
Release Google.GenAI version 0.7.0 (#111)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent abea89c commit 2f59ba0

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-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-
".": "0.6.0"
2+
".": "0.7.0"
33
}

CHANGELOG.md

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

3+
## Version 0.7.0, released 2025-12-04
4+
5+
6+
### New features
7+
8+
* Add Caches module to Dotnet SDK (create, get, delete, update, list) ([dce6173](https://github.com/googleapis/dotnet-genai/commit/dce61736426d404b28b678ac835174f8c686f717))
9+
* Add generate_videos Video Generation and generic operations support in Dotnet SDK ([1a18f8c](https://github.com/googleapis/dotnet-genai/commit/1a18f8cacf2a16979e6838a80828b9f138f9d9b0))
10+
* Add support for models.embed_content(), models.get(), models.update(), and models.delete() in C# SDK ([a3b8c21](https://github.com/googleapis/dotnet-genai/commit/a3b8c21a2bb54de8707e4919834a9ef40984f574))
11+
* Add support for Tunings.tune() and Tunings.get() in Dotnet SDK ([39b7e6c](https://github.com/googleapis/dotnet-genai/commit/39b7e6c67f770d87bb70219c006e1e7ab078fbfc))
12+
* create pager ([aa20330](https://github.com/googleapis/dotnet-genai/commit/aa20330772619423aafb2c55d8750b6bf4674c9a))
13+
* Support Batches module for C# SDK (Create, CreateEmbeddings, Get, Cancel, List, Delete) ([3cb3486](https://github.com/googleapis/dotnet-genai/commit/3cb34867b117c3e1a17878cb99df9c81d8f4e7db))
14+
* support compute tokens in Models module ([9ec457e](https://github.com/googleapis/dotnet-genai/commit/9ec457e61d833ccecad137f55bd38325c95d0f25))
15+
* support count tokens feature in Models module ([b9b095c](https://github.com/googleapis/dotnet-genai/commit/b9b095cd11bf4bf33c8fb612288d34cf82021758))
16+
* support Files List, Get, Upload, Download, Delete ([904b1aa](https://github.com/googleapis/dotnet-genai/commit/904b1aa7b33f694a2d9fda5fee93f36c0f3fa966))
17+
* Support Models.ListAsync(), quota project authentication, and URL filter handling for list methods ([bec0233](https://github.com/googleapis/dotnet-genai/commit/bec0233baae5e00842af72b904fa459573159aeb))
18+
* Support the cancel method in the C# SDK Tunings module ([26a0bb3](https://github.com/googleapis/dotnet-genai/commit/26a0bb379b1f43dea93002dad6422ea579ed8820))
19+
* Support the list method in the Dotnet SDK Tunings module ([2072ba1](https://github.com/googleapis/dotnet-genai/commit/2072ba16730dd47726501b07afccc13049d75447))
20+
21+
22+
### Bug fixes
23+
24+
* use timeout cancellation token for live close async ([b385da5](https://github.com/googleapis/dotnet-genai/commit/b385da5a0c86a583c49bbb51f3c6e2da57c06171))
25+
26+
27+
### Documentation improvements
28+
29+
* Recommend using response_json_schema in error messages and docstrings. ([fd564bc](https://github.com/googleapis/dotnet-genai/commit/fd564bc963a24440317f40b75a096fb8829022a2))
30+
* update count tokens example in README ([b333a7c](https://github.com/googleapis/dotnet-genai/commit/b333a7c7c54f0e3fdaf7338ae7f807b955e332b0))
31+
332
## Version 0.6.0, released 2025-11-18
433

534

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>0.6.0</Version>
7+
<Version>0.7.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": "0.6.0"
6+
"version": "0.7.0"
77
}
88
]
99
}

0 commit comments

Comments
 (0)