Skip to content

Commit 9508809

Browse files
chore(main): release 1.50.0 (#710)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jaycee Li <102714969+jaycee-li@users.noreply.github.com>
1 parent fd74eba commit 9508809

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.49.0"
2+
".": "1.50.0"
33
}
44

CHANGELOG.md

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

3+
## [1.50.0](https://github.com/googleapis/go-genai/compare/v1.49.0...v1.50.0) (2026-03-12)
4+
5+
6+
### Features
7+
8+
* Add inference_generation_config to EvaluationConfig for Tuning ([21b360f](https://github.com/googleapis/go-genai/commit/21b360fd8db6e14185262b5ed2b693c609fd10a0))
9+
* Add register_files ([43a12bf](https://github.com/googleapis/go-genai/commit/43a12bf26fa5a3ea30f5da6e5cf0c3b84bb47aa2))
10+
* Allow custom endpoints for authentication with Vertex AI in Go ([0ebf016](https://github.com/googleapis/go-genai/commit/0ebf016d9458ce9d93b68bc4ec6ba0e549dc7d79))
11+
* enable language code for audio transcription config in Live API for Vertex AI ([59610d4](https://github.com/googleapis/go-genai/commit/59610d4dfb093df13ac8de1cdbad925edb623a89))
12+
313
## [1.49.0](https://github.com/googleapis/go-genai/compare/v1.48.0...v1.49.0) (2026-02-28)
414

515

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.49.0" // x-release-please-version
19+
version = "1.50.0" // x-release-please-version
2020
)

0 commit comments

Comments
 (0)