Skip to content

Commit 38cac5b

Browse files
chore(main): release 1.30.0 (#1090)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 2c1e0d8 commit 38cac5b

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
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.29.1"
2+
".": "1.30.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22

33

4+
## [1.30.0](https://github.com/googleapis/js-genai/compare/v1.29.1...v1.30.0) (2025-11-18)
5+
6+
7+
### Features
8+
9+
* add display name to FunctionResponseBlob ([81036ed](https://github.com/googleapis/js-genai/commit/81036edbea077b600d29c565c7dea5ad840d0fe0))
10+
* add display name to FunctionResponseFileData ([564f718](https://github.com/googleapis/js-genai/commit/564f7180087ed35b69d5d0777a98a6992b7adb3e))
11+
* Add generate_content_config.thinking_level ([4e586df](https://github.com/googleapis/js-genai/commit/4e586df51c403e12e5b715288e0fcd882b5aaf38))
12+
* Add image output options to ImageConfig for Vertex ([fff5fb6](https://github.com/googleapis/js-genai/commit/fff5fb687be5630ec113c8c60114cbfc25156931))
13+
* Add part.media_resolution ([4e586df](https://github.com/googleapis/js-genai/commit/4e586df51c403e12e5b715288e0fcd882b5aaf38))
14+
* support Function call argument streaming for all languages ([b3b94f6](https://github.com/googleapis/js-genai/commit/b3b94f6e12e0895eac6b15ff54cc0ce3afd796e7))
15+
416
## [1.29.1](https://github.com/googleapis/js-genai/compare/v1.29.0...v1.29.1) (2025-11-12)
517

618

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@google/genai",
3-
"version": "1.29.1",
3+
"version": "1.30.0",
44
"description": "",
55
"type": "module",
66
"main": "dist/node/index.mjs",

src/_api_client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const CONTENT_TYPE_HEADER = 'Content-Type';
1515
const SERVER_TIMEOUT_HEADER = 'X-Server-Timeout';
1616
const USER_AGENT_HEADER = 'User-Agent';
1717
export const GOOGLE_API_CLIENT_HEADER = 'x-goog-api-client';
18-
export const SDK_VERSION = '1.29.1'; // x-release-please-version
18+
export const SDK_VERSION = '1.30.0'; // x-release-please-version
1919
const LIBRARY_LABEL = `google-genai-sdk/${SDK_VERSION}`;
2020
const VERTEX_AI_API_DEFAULT_VERSION = 'v1beta1';
2121
const GOOGLE_AI_API_DEFAULT_VERSION = 'v1beta';

0 commit comments

Comments
 (0)