Skip to content

Commit 6d60c76

Browse files
Merge pull request #730 from googleapis:release-please--branches--main
PiperOrigin-RevId: 891767911
2 parents 8919d24 + 2c3d968 commit 6d60c76

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "1.51.0"
2+
".": "1.52.0"
33
}
44

CHANGELOG.md

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

3+
## [1.52.0](https://github.com/googleapis/go-genai/compare/v1.51.0...v1.52.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* Add labels field to Veo configs ([3fab63a](https://github.com/googleapis/go-genai/commit/3fab63a5f628b8ffe35fe75c325108a75e5c5add))
9+
* Add model_status to GenerateContentResponse (Gemini API only) ([8c040e3](https://github.com/googleapis/go-genai/commit/8c040e35aaab4089303fbd0fcacdf80ae85cc9df))
10+
* Add part_metadata in Part (Gemini API only) ([8c040e3](https://github.com/googleapis/go-genai/commit/8c040e35aaab4089303fbd0fcacdf80ae85cc9df))
11+
* Add service tier to GenerateContent. ([c07b6a0](https://github.com/googleapis/go-genai/commit/c07b6a0b47408e038264a4b0d85183e4240cb30a))
12+
* **genai:** add TURN_INCLUDES_AUDIO_ACTIVITY_AND_ALL_VIDEO to TurnCoverage ([ea49f9a](https://github.com/googleapis/go-genai/commit/ea49f9a7d885d7d0fb2016c7621b1d22eee06b26))
13+
* support hyperparameters in distillation tuning ([b8873ea](https://github.com/googleapis/go-genai/commit/b8873ea18126d825b841794414c05c66cb2bc094))
14+
* Support rendered_parts in GroundingSupport ([8c040e3](https://github.com/googleapis/go-genai/commit/8c040e35aaab4089303fbd0fcacdf80ae85cc9df))
15+
16+
17+
### Bug Fixes
18+
19+
* Fix empty InlinedEmbedContentResponses for inline batch embeddings in Go GenAI SDK ([e70c9d1](https://github.com/googleapis/go-genai/commit/e70c9d111e5f70e684537ae3ebb3fcaaf839d642)), closes [#712](https://github.com/googleapis/go-genai/issues/712)
20+
* support us region routing ([09d5be3](https://github.com/googleapis/go-genai/commit/09d5be32d28541debeb2fbfae13be29e51d0b42d))
21+
322
## [1.51.0](https://github.com/googleapis/go-genai/compare/v1.50.0...v1.51.0) (2026-03-17)
423

524

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ package genai
1616

1717
var (
1818
// Version is the version of the SDK.
19-
version = "1.51.0" // x-release-please-version
19+
version = "1.52.0" // x-release-please-version
2020
)

0 commit comments

Comments
 (0)